File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ DescriptorSets:
4646...
4747#--- end
4848
49- # Bug https://github.com/llvm/llvm-project/issues/167729
50- # XFAIL: Clang
49+ # Bug https://github.com/llvm/llvm-project/issues/170241
50+ # XFAIL: Clang && Vulkan
5151
5252# RUN: split-file %s %t
5353# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ DescriptorSets:
5959...
6060#--- end
6161
62- # Clang introduces a data-race (but it is not observable on WARP)
62+ # Clang introduces a data-race
6363# Bug https://github.com/llvm/llvm-project/issues/160208
64- # XFAIL: Clang && !WARP
64+ # XFAIL: Clang
6565
6666# Bug https://github.com/llvm/offload-test-suite/issues/445
6767# XFAIL: DirectX && Intel
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ DescriptorSets:
5757...
5858#--- end
5959
60- # Clang introduces a data-race (but it is not observable on WARP)
60+ # Clang introduces a data-race
6161# Bug https://github.com/llvm/llvm-project/issues/160208
62- # XFAIL: Clang && !WARP
62+ # XFAIL: Clang
6363
6464# Bug https://github.com/llvm/offload-test-suite/issues/452
6565# XFAIL: DXC && Metal
Original file line number Diff line number Diff line change @@ -310,6 +310,11 @@ DescriptorSets:
310310# Bug https://github.com/llvm/offload-test-suite/issues/393
311311# XFAIL: Metal
312312
313+ # Bug https://github.com/llvm/offload-test-suite/issues/541
314+ # XFAIL: DirectX && AMD
315+
316+ # REQUIRES: Double
317+
313318# RUN: split-file %s %t
314319# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
315320# RUN: %offloader %t/pipeline.yaml %t.o
You can’t perform that action at this time.
0 commit comments