File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
test/Feature/MaximalReconvergence Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ DescriptorSets:
3939# BUG: https://github.com/llvm/llvm-project/issues/164496
4040# XFAIL: Clang && Vulkan
4141
42+ # BUG: https://github.com/llvm/offload-test-suite/issues/490
43+ # XFAIL: WARP && DirectX
44+
45+ # BUG: https://github.com/llvm/llvm-project/issues/165288
46+ # XFAIL: !WARP && Clang && (DirectX || Metal)
47+
4248# RUN: split-file %s %t
4349# RUN: %dxc_target -T cs_6_5 -fspv-enable-maximal-reconvergence -Fo %t.o %t/source.hlsl
4450# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ DescriptorSets:
4444#--- end
4545# UNSUPPORTED: Vulkan && !VK_KHR_shader_maximal_reconvergence
4646
47+ # BUG: https://github.com/llvm/offload-test-suite/issues/490
48+ # XFAIL: WARP && Clang && DirectX
49+
50+ # BUG: https://github.com/llvm/llvm-project/issues/165288
51+ # XFAIL: !WARP && Clang && (DirectX || Metal)
52+
4753# RUN: split-file %s %t
4854# RUN: %dxc_target -T cs_6_0 -fspv-enable-maximal-reconvergence -Fo %t.o %t/source.hlsl
4955# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
You can’t perform that action at this time.
0 commit comments