Skip to content

Commit edda00c

Browse files
committed
Remove XFAIL for crash in SPIRVPreLegalizer for select
Now that llvm/llvm-project#166642 is resolved, these tests should pass.
1 parent e866a3b commit edda00c

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

test/Feature/HLSLLib/select.32.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,6 @@ DescriptorSets:
350350
Binding: 15
351351
#--- end
352352

353-
# Bug https://github.com/llvm/llvm-project/issues/166642
354-
# XFAIL: Clang && Vulkan
355-
356353
# RUN: split-file %s %t
357354
# RUN: %dxc_target -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl
358355
# RUN: %offloader %t/pipeline.yaml %t.o

test/Feature/HLSLLib/select.fp16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ DescriptorSets:
131131
Binding: 4
132132
#--- end
133133

134-
# Bug https://github.com/llvm/llvm-project/issues/166642
135-
# XFAIL: Clang && Vulkan
136-
137134
# REQUIRES: Half
138135
# RUN: split-file %s %t
139136
# RUN: %dxc_target -enable-16bit-types -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/select.fp64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ DescriptorSets:
124124
Binding: 4
125125
#--- end
126126

127-
# Bug https://github.com/llvm/llvm-project/issues/166642
128-
# XFAIL: Clang && Vulkan
129-
130127
# REQUIRES: Double
131128
# RUN: split-file %s %t
132129
# RUN: %dxc_target -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/select.int16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ DescriptorSets:
204204
Binding: 8
205205
#--- end
206206

207-
# Bug https://github.com/llvm/llvm-project/issues/166642
208-
# XFAIL: Clang && Vulkan
209-
210207
# REQUIRES: Int16
211208
# RUN: split-file %s %t
212209
# RUN: %dxc_target -enable-16bit-types -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/select.int64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ DescriptorSets:
203203
Binding: 8
204204
#--- end
205205

206-
# Bug https://github.com/llvm/llvm-project/issues/166642
207-
# XFAIL: Clang && Vulkan
208-
209206
# REQUIRES: Int64
210207
# RUN: split-file %s %t
211208
# RUN: %dxc_target -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

0 commit comments

Comments
 (0)