Skip to content

Commit 39751b9

Browse files
committed
fix other intel tests that were unexpected passing now with new gpu
1 parent 8dd75e7 commit 39751b9

12 files changed

Lines changed: 12 additions & 12 deletions

test/Basic/Matrix/matrix_elementwise_vector_cast.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DescriptorSets:
7373
#--- end
7474

7575
# Bug https://github.com/llvm/offload-test-suite/issues/599
76-
# XFAIL: Intel && Vulkan && Clang
76+
# XFAIL: Intel-Gen-10 && Vulkan && Clang
7777

7878
# Bug: https://github.com/llvm/offload-test-suite/issues/696
7979
# XFAIL:Intel-Gen-Current && DirectX && Clang

test/Basic/Matrix/matrix_trunc_cast.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ DescriptorSets:
5656
#--- end
5757

5858
# Bug https://github.com/llvm/offload-test-suite/issues/599
59-
# XFAIL: Intel && Vulkan && Clang
59+
# XFAIL: Intel-Gen-10 && Vulkan && Clang
6060

6161
# Bug: https://github.com/llvm/offload-test-suite/issues/696
6262
# XFAIL:Intel-Gen-Current && DirectX && Clang

test/Feature/CBuffer/vectors-64bit.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ DescriptorSets:
6565
# REQUIRES: Double, Int64
6666

6767
# Bug: https://github.com/llvm/offload-test-suite/issues/471
68-
# XFAIL: Vulkan && Intel
68+
# XFAIL: Vulkan && Intel-Gen-10
6969

7070
# RUN: split-file %s %t
7171
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/any.fp64.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ DescriptorSets:
5656
#--- end
5757

5858
# Bug https://github.com/llvm/offload-test-suite/issues/370
59-
# XFAIL: DXC && DirectX && Intel
59+
# XFAIL: DXC && DirectX && Intel-Gen-10
6060

6161
# REQUIRES: Double
6262
# RUN: split-file %s %t

test/Feature/HLSLLib/any.int64.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ DescriptorSets:
9797
#--- end
9898

9999
# Bug https://github.com/llvm/offload-test-suite/issues/370
100-
# XFAIL: DXC && DirectX && Intel
100+
# XFAIL: DXC && DirectX && Intel-Gen-10
101101

102102
# REQUIRES: Int64
103103
# RUN: split-file %s %t

test/Feature/HLSLLib/asin.16.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DescriptorSets:
6464
# so we will not investigate this.
6565
# only fails with DXC so once Gis spirv support is added to Clang I suspect it will
6666
# fail with clang as well.
67-
# XFAIL: Intel && Vulkan && DXC
67+
# XFAIL: Intel-Gen-10 && Vulkan && DXC
6868

6969
# Unimplemented: support for the Gis flag generating the
7070
# SignedZeroInfNanPreserve capability needs to be added to clang

test/Feature/HLSLLib/asin.32.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DescriptorSets:
6464
# so we will not investigate this.
6565
# only fails with DXC so once Gis spirv support is added to Clang I suspect it will
6666
# fail with clang as well.
67-
# XFAIL: Intel && Vulkan && DXC
67+
# XFAIL: Intel-Gen-10 && Vulkan && DXC
6868

6969
# Unimplemented: support for the Gis flag generating the
7070
# SignedZeroInfNanPreserve capability needs to be added to clang

test/Feature/TypedBuffer/64bit-scalar.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ DescriptorSets:
123123
#--- end
124124

125125
# Bug https://github.com/llvm/offload-test-suite/issues/1110
126-
# XFAIL: Intel && Vulkan
126+
# XFAIL: Intel-Gen-10 && Vulkan
127127

128128
# REQUIRES: Int64
129129
# RUN: split-file %s %t

test/Feature/TypedBuffer/GetDimensions.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DescriptorSets:
8282
#--- end
8383

8484
# Bug https://github.com/llvm/offload-test-suite/issues/469
85-
# XFAIL: Vulkan && Intel
85+
# XFAIL: Vulkan && Intel-Gen-10
8686

8787
# RUN: split-file %s %t
8888
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl

test/WaveOps/ComponentAccumulationDataRace.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ DescriptorSets:
6262
# XFAIL: Clang && Vulkan
6363

6464
# Bug https://github.com/llvm/offload-test-suite/issues/445
65-
# XFAIL: DirectX && Intel
65+
# XFAIL: DirectX && Intel-Gen-10
6666

6767
# RUN: split-file %s %t
6868
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl

0 commit comments

Comments
 (0)