We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3c97d commit 2c5035bCopy full SHA for 2c5035b
test/Feature/SpecializationConstant/spec_const_other_sizes.test
@@ -56,10 +56,13 @@ DescriptorSets:
56
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7886
57
# XFAIL: DXC
58
59
+# Bug https://github.com/llvm/offload-test-suite/issues/554
60
+# XFAIL: QC
61
+
62
# RUN: split-file %s %t
63
# RUN: %dxc_target -T cs_6_2 -enable-16bit-types -Fo %t.o %t/simple_64bit.hlsl
64
# RUN: %offloader %t/simple_64bit.yaml %t.o | FileCheck %s
65
66
# CHECK: Data: [ {{2.718}} ]
67
# CHECK: Data: [ 123 ]
-# CHECK: Data: [ 456 ]
68
+# CHECK: Data: [ 456 ]
0 commit comments