Skip to content

Commit 2c5035b

Browse files
committed
Add XFAIL for QC
1 parent 6c3c97d commit 2c5035b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Feature/SpecializationConstant/spec_const_other_sizes.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ DescriptorSets:
5656
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7886
5757
# XFAIL: DXC
5858

59+
# Bug https://github.com/llvm/offload-test-suite/issues/554
60+
# XFAIL: QC
61+
5962
# RUN: split-file %s %t
6063
# RUN: %dxc_target -T cs_6_2 -enable-16bit-types -Fo %t.o %t/simple_64bit.hlsl
6164
# RUN: %offloader %t/simple_64bit.yaml %t.o | FileCheck %s
6265

6366
# CHECK: Data: [ {{2.718}} ]
6467
# CHECK: Data: [ 123 ]
65-
# CHECK: Data: [ 456 ]
68+
# CHECK: Data: [ 456 ]

0 commit comments

Comments
 (0)