Skip to content

Commit 77dc7ab

Browse files
authored
Remove XFAILs from select tests (#496)
1 parent e667741 commit 77dc7ab

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

test/Feature/HLSLLib/select.32.test

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

353-
# Bug https://github.com/llvm/llvm-project/issues/164018
354-
# XFAIL: Clang
353+
# Bug https://github.com/llvm/llvm-project/issues/166642
354+
# XFAIL: Clang && Vulkan
355355

356356
# RUN: split-file %s %t
357357
# RUN: %dxc_target -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/HLSLLib/select.fp16.test

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

134-
# Bug https://github.com/llvm/llvm-project/issues/164018
135-
# XFAIL: Clang
134+
# Bug https://github.com/llvm/llvm-project/issues/166642
135+
# XFAIL: Clang && Vulkan
136136

137137
# REQUIRES: Half
138138
# RUN: split-file %s %t

test/Feature/HLSLLib/select.fp64.test

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

127-
# Bug https://github.com/llvm/llvm-project/issues/164018
128-
# XFAIL: Clang
127+
# Bug https://github.com/llvm/llvm-project/issues/166642
128+
# XFAIL: Clang && Vulkan
129129

130130
# REQUIRES: Double
131131
# RUN: split-file %s %t

test/Feature/HLSLLib/select.int16.test

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

207-
# Bug https://github.com/llvm/llvm-project/issues/164018
208-
# XFAIL: Clang
207+
# Bug https://github.com/llvm/llvm-project/issues/166642
208+
# XFAIL: Clang && Vulkan
209209

210210
# REQUIRES: Int16
211211
# RUN: split-file %s %t

test/Feature/HLSLLib/select.int64.test

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

206-
# Bug https://github.com/llvm/llvm-project/issues/164018
207-
# XFAIL: Clang
206+
# Bug https://github.com/llvm/llvm-project/issues/166642
207+
# XFAIL: Clang && Vulkan
208208

209209
# REQUIRES: Int64
210210
# RUN: split-file %s %t

0 commit comments

Comments
 (0)