Skip to content

Commit 6c3c97d

Browse files
committed
Add QC && Vulkan XFAIL
1 parent 3ed263f commit 6c3c97d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Feature/ResourceArrays/unbounded-array-nuri.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ DescriptorSets:
6666
# Resource arrays are not yet supported on Metal
6767
# UNSUPPORTED: Metal
6868

69+
# Bug https://github.com/llvm/offload-test-suite/issues/556
70+
# XFAIL: Vulkan && QC
71+
6972
# RUN: split-file %s %t
7073
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
7174
# RUN: %offloader %t/pipeline.yaml %t.o

test/Feature/ResourceArrays/unbounded-array.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ DescriptorSets:
5757
# Unimplemented https://github.com/llvm/offload-test-suite/issues/305
5858
# XFAIL: Metal
5959

60+
# Bug https://github.com/llvm/offload-test-suite/issues/556
61+
# XFAIL: Vulkan && QC
62+
6063
# RUN: split-file %s %t
6164
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
6265
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)