Skip to content

Commit 08d9e93

Browse files
authored
[VK] Remove XFAIL from passing tests (#379)
These tests are now passing, so we can remove the XFAIL annotations.
1 parent 9547f2e commit 08d9e93

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

test/Feature/WaveOps/WaveActiveAnyTrue.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ DescriptorSets:
6262
...
6363
#--- end
6464

65-
# https://github.com/llvm/llvm-project/issues/145513
66-
# XFAIL: Clang-Vulkan
67-
6865
# RUN: split-file %s %t
6966
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
7067
# RUN: %offloader %t/pipeline.yaml %t.o

test/Feature/WaveOps/WaveActiveCountBits.test

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RWStructuredBuffer<uint> Out : register(u1);
55
[numthreads(4, 1, 1)]
66
void main(uint3 threadID : SV_DispatchThreadID) {
77
bool B1 = false;
8-
8+
99
switch (value[threadID.x]) {
1010
case 0: // threads 0 and 1; result is number of active lanes (2)
1111
Out[threadID.x + 4] = WaveActiveCountBits(true); // threads 0 and 1
@@ -64,9 +64,6 @@ DescriptorSets:
6464
...
6565
#--- end
6666

67-
# https://github.com/llvm/llvm-project/issues/145513
68-
# XFAIL: Clang-Vulkan
69-
7067
# RUN: split-file %s %t
7168
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
7269
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)