Skip to content

Commit 4bc4320

Browse files
authored
Update XFAILS for clang-vulkan (#437)
This removes an xfail on the mad.32 test which is now succeeding, and adds an XFAIL on the WaveREadLaneAt.index test which is failig on Clang Vulkan generating invalid SPIRV.
1 parent 6863e57 commit 4bc4320

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/Feature/HLSLLib/mad.32.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ DescriptorSets:
207207
Binding: 11
208208
#--- end
209209

210-
# Bug https://github.com/llvm/llvm-project/issues/140095
211-
# XFAIL: Clang-Vulkan
212-
213210
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7706
214211
# XFAIL: DXC-Vulkan
215212

test/WaveOps/WaveReadLaneAt.index.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ DescriptorSets:
115115
...
116116
#--- end
117117

118+
# Bug https://github.com/llvm/llvm-project/issues/158129
119+
# XFAIL: Clang-Vulkan
120+
118121
# RUN: split-file %s %t
119122
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
120123
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)