Skip to content

Commit 36a87a8

Browse files
authored
Remove XFAILS that are now passing (#434)
The related DXC bugs have all been addressed and we're now seeing these passing on our CI.
1 parent 43ff6cb commit 36a87a8

File tree

9 files changed

+0
-27
lines changed

9 files changed

+0
-27
lines changed

test/Feature/HLSLLib/atan2.16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ DescriptorSets:
6969
Binding: 2
7070
#--- end
7171

72-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7691
73-
# XFAIL: DXC-Vulkan
74-
7572
# REQUIRES: Half
7673
# RUN: split-file %s %t
7774
# RUN: %dxc_target -enable-16bit-types -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/clamp.fp16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ DescriptorSets:
8383
Binding: 3
8484
#--- end
8585

86-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7691
87-
# XFAIL: DXC-Vulkan
88-
8986
# REQUIRES: Half
9087
# RUN: split-file %s %t
9188
# RUN: %dxc_target -HV 202x -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/clamp.int16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ DescriptorSets:
138138
Binding: 7
139139
#--- end
140140

141-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7691
142-
# XFAIL: DXC-Vulkan
143-
144141
# REQUIRES: Int16
145142
# RUN: split-file %s %t
146143
# RUN: %dxc_target -HV 202x -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/lerp.16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ DescriptorSets:
8383
Binding: 3
8484
#--- end
8585

86-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7710
87-
# XFAIL: DXC-Vulkan
88-
8986
# REQUIRES: Half
9087
# RUN: split-file %s %t
9188
# RUN: %dxc_target -enable-16bit-types -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/log.16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ DescriptorSets:
6161
...
6262
#--- end
6363

64-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7702
65-
# XFAIL: DXC-Vulkan
66-
6764
# REQUIRES: Half
6865
# RUN: split-file %s %t
6966
# RUN: %dxc_target -Gis -HV 202x -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/max.int16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ DescriptorSets:
117117
Binding: 5
118118
#--- end
119119

120-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7691
121-
# XFAIL: DXC-Vulkan
122-
123120
# REQUIRES: Int16
124121
# RUN: split-file %s %t
125122
# RUN: %dxc_target -enable-16bit-types -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/min.int16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ DescriptorSets:
117117
Binding: 5
118118
#--- end
119119

120-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7691
121-
# XFAIL: DXC-Vulkan
122-
123120
# REQUIRES: Int16
124121
# RUN: split-file %s %t
125122
# RUN: %dxc_target -enable-16bit-types -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/pow.16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ DescriptorSets:
7070
Binding: 2
7171
#--- end
7272

73-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7702
74-
# XFAIL: DXC-Vulkan
75-
7673
# REQUIRES: Half
7774
# RUN: split-file %s %t
7875
# RUN: %dxc_target -enable-16bit-types -Gis -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/pow.32.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ DescriptorSets:
6767
Binding: 2
6868
#--- end
6969

70-
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7702
71-
# XFAIL: DXC-Vulkan
72-
7370
# RUN: split-file %s %t
7471
# RUN: %dxc_target -Gis -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl
7572
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)