Skip to content

Commit 5c1e793

Browse files
authored
Remove Clang && Vulkan XFAIL from Feature/CBuffer/array-dynamic-index.test (#517)
This PR removes the Clang && Vulkan XFAIL from Feature/CBuffer/array-dynamic-index.test since the test now XPASSes on all runners: ``` ╭───┬──────────────────────┬─────────────┬─────────────────────────────┬────────┬──────────────────────────────────────────╮ │ # │ timestamp │ run-id │ workflow │ status │ test │ ├───┼──────────────────────┼─────────────┼─────────────────────────────┼────────┼──────────────────────────────────────────┤ │ 0 │ 2025-11-28T12:08:27Z │ 19763375140 │ Windows Vulkan AMD Clang │ XPASS │ Feature/CBuffer/array-dynamic-index.test │ │ 1 │ 2025-11-28T18:05:22Z │ 19771042891 │ Windows Vulkan Intel Clang │ XPASS │ Feature/CBuffer/array-dynamic-index.test │ │ 2 │ 2025-11-28T04:03:18Z │ 19753735507 │ Windows Vulkan NVIDIA Clang │ XPASS │ Feature/CBuffer/array-dynamic-index.test │ │ 3 │ 2025-11-28T18:09:04Z │ 19771107957 │ Windows Vulkan QC Clang │ XPASS │ Feature/CBuffer/array-dynamic-index.test │ ╰───┴──────────────────────┴─────────────┴─────────────────────────────┴────────┴──────────────────────────────────────────╯ ``` - [Windows Vulkan AMD Clang](https://github.com/llvm/offload-test-suite/actions/runs/19763375140) - [Windows Vulkan Intel Clang](https://github.com/llvm/offload-test-suite/actions/runs/19771042891) - [Windows Vulkan NVIDIA Clang](https://github.com/llvm/offload-test-suite/actions/runs/19753735507) - [Windows Vulkan QC Clang](https://github.com/llvm/offload-test-suite/actions/runs/19771107957) Before merging this PR, check/update the status of the original issue associated with the XFAIL: llvm/llvm-project#159602
1 parent a7e5b43 commit 5c1e793

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Feature/CBuffer/array-dynamic-index.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ DescriptorSets:
7878
...
7979
#--- end
8080

81-
# Unimplemented https://github.com/llvm/llvm-project/issues/159602
82-
# XFAIL: Clang && Vulkan
83-
8481
# RUN: split-file %s %t
8582
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_5 -Fo %t.o %t/source.hlsl
8683
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)