Skip to content

Commit 1242a59

Browse files
committed
Add bugs for DirectX failures
1 parent e8b4754 commit 1242a59

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

test/Feature/MaximalReconvergence/loop_peeling.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

test/Feature/MaximalReconvergence/subgroup_uniform_control_flow.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)