Skip to content

Commit 899d48d

Browse files
committed
remove fixed xfails, mark clang-vulkan unsupported
1 parent 6c5e4da commit 899d48d

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

test/Feature/HLSLLib/mad.32.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,8 @@ DescriptorSets:
207207
Binding: 11
208208
#--- end
209209

210-
# TODO: https://github.com/llvm/llvm-project/issues/152220
211-
# XFAIL: Clang-DirectX
212-
# XFAIL: Clang-Metal
210+
# https://github.com/llvm/llvm-project/issues/140095
211+
# UNSUPPORTED: Clang-Vulkan
213212

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

test/Feature/HLSLLib/mad.int16.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@ DescriptorSets:
141141
Binding: 7
142142
#--- end
143143

144-
# TODO: https://github.com/llvm/llvm-project/issues/152220
145-
# XFAIL: Clang-DirectX
146-
# XFAIL: Clang-Metal
144+
# https://github.com/llvm/llvm-project/issues/140095
145+
# UNSUPPORTED: Clang-Vulkan
147146

148147
# REQUIRES: Int16
149148
# RUN: split-file %s %t

test/Feature/HLSLLib/mad.int64.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@ DescriptorSets:
141141
Binding: 7
142142
#--- end
143143

144-
# TODO: https://github.com/llvm/llvm-project/issues/152220
145-
# XFAIL: Clang-DirectX
146-
# XFAIL: Clang-Metal
144+
# https://github.com/llvm/llvm-project/issues/140095
145+
# UNSUPPORTED: Clang-Vulkan
147146

148147
# REQUIRES: Int64
149148
# RUN: split-file %s %t

0 commit comments

Comments
 (0)