File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,6 +362,12 @@ DescriptorSets:
362362# Bug: https://github.com/llvm/offload-test-suite/issues/981
363363# XFAIL: Clang
364364
365+ # Bug https://github.com/llvm/offload-test-suite/issues/1047
366+ # XFAIL: QC && DirectX
367+
368+ # Bug https://github.com/llvm/offload-test-suite/issues/1060
369+ # XFAIL: QC && Vulkan && DXC
370+
365371# RUN: split-file %s %t
366372# RUN: %dxc_target -T cs_6_5 -fvk-use-dx-layout -Fo %t.o %t/source.hlsl
367373# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change @@ -328,6 +328,9 @@ DescriptorSets:
328328# These platforms do not support the WaveSize attribute.
329329# UNSUPPORTED: Vulkan || Metal
330330
331+ # Bug https://github.com/llvm/offload-test-suite/issues/1045
332+ # XFAIL: QC
333+
331334# RUN: split-file %s %t
332335# RUN: %dxc_target -T cs_6_6 -Fo %t.o %t/source.hlsl
333336# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change @@ -268,6 +268,9 @@ DescriptorSets:
268268# These platforms do not support the WaveSize attribute.
269269# UNSUPPORTED: Vulkan || Metal
270270
271+ # Bug https://github.com/llvm/offload-test-suite/issues/1045
272+ # XFAIL: QC
273+
271274# RUN: split-file %s %t
272275# RUN: %dxc_target -T cs_6_6 -Fo %t.o %t/source.hlsl
273276# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change @@ -157,7 +157,8 @@ DescriptorSets:
157157# Bug: https://github.com/llvm/offload-test-suite/issues/355
158158# XFAIL: Metal
159159
160- # REQUIRES double
160+ # REQUIRES: Double
161+
161162# RUN: split-file %s %t
162163# RUN: %dxc_target -T cs_6_5 -fvk-use-dx-layout -enable-16bit-types -Fo %t.o %t/source.hlsl
163164# RUN: %offloader %t/pipeline.yaml %t.o
You can’t perform that action at this time.
0 commit comments