File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
test/Feature/StructuredBuffer Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,13 @@ DescriptorSets:
31
31
...
32
32
#--- end
33
33
34
- # UNSUPPORTED: Vulkan
35
- # UNSUPPORTED: Metal
36
- # UNSUPPORTED: Clang
34
+ # Offload tests are missing support for counters on Vulcan
35
+ # https://github.com/llvm/offload-test-suite/issues/303
36
+ # XFAIL: Vulkan
37
+
38
+ # Offload tests are missing support for counters on Metal
39
+ # https://github.com/llvm/offload-test-suite/issues/304
40
+ # XFAIL: Metal
37
41
38
42
# RUN: split-file %s %t
39
43
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
Original file line number Diff line number Diff line change @@ -31,9 +31,13 @@ DescriptorSets:
31
31
...
32
32
#--- end
33
33
34
- # UNSUPPORTED: Vulkan
35
- # UNSUPPORTED: Metal
36
- # UNSUPPORTED: Clang
34
+ # Offload tests are missing support for counters on Vulcan
35
+ # https://github.com/llvm/offload-test-suite/issues/303
36
+ # XFAIL: Vulkan
37
+
38
+ # Offload tests are missing support for counters on Metal
39
+ # https://github.com/llvm/offload-test-suite/issues/304
40
+ # XFAIL: Metal
37
41
38
42
# RUN: split-file %s %t
39
43
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
You can’t perform that action at this time.
0 commit comments