Skip to content

Commit 65732e3

Browse files
authored
Enable structured buffer counter tests for Clang (#307)
plus change `UNSUPPORTED:` to `XFAIL:` for Vulkan and Metal and add links to issues.
1 parent aa6cd05 commit 65732e3

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

test/Feature/StructuredBuffer/dec_counter.test

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ DescriptorSets:
3131
...
3232
#--- end
3333

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
3741

3842
# RUN: split-file %s %t
3943
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl

test/Feature/StructuredBuffer/inc_counter.test

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ DescriptorSets:
3131
...
3232
#--- end
3333

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
3741

3842
# RUN: split-file %s %t
3943
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl

0 commit comments

Comments
 (0)