Skip to content

Commit c8007c1

Browse files
committed
Use XFAIL, not UNSUPPORTED
1 parent 835bb55 commit c8007c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Feature/CBuffer/arrays-16bit.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ DescriptorSets:
6060
# UNSUPPORTED: Vulkan
6161

6262
# https://github.com/llvm/llvm-project/issues/138996
63-
# UNSUPPORTED: Clang
63+
# XFAIL: Clang
6464

6565
# RUN: split-file %s %t
6666
# RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl

test/Feature/CBuffer/structs.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ DescriptorSets:
9999

100100
+# Clang trips on 2-element vectors in structs:
101101
+# https://github.com/llvm/llvm-project/issues/123968
102-
+# UNSUPPORTED: Clang
102+
+# XFAIL: Clang
103103

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

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

6666
# Clang trips on 3-element vectors in structs:
6767
# https://github.com/llvm/llvm-project/issues/123968
68-
# UNSUPPORTED: Clang
68+
# XFAIL: Clang
6969

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

test/Feature/CBuffer/vectors.test

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

6666
# Clang trips on 3-element vectors in structs:
6767
# https://github.com/llvm/llvm-project/issues/123968
68-
# UNSUPPORTED: Clang
68+
# XFAIL: Clang
6969

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

0 commit comments

Comments
 (0)