Skip to content

Commit 32734ca

Browse files
authored
Remove XFAILs from firstbithigh tests for Clang && DirectX (#498)
The corresponding issue llvm/llvm-project#145752 was fixed.
1 parent 77dc7ab commit 32734ca

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

test/Feature/HLSLLib/firstbithigh.16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ DescriptorSets:
8787
# Bug: Fails with 'gpu-exec: error: Failed to materializeAll.:'
8888
# XFAIL: Clang && Metal
8989

90-
# Bug https://github.com/llvm/llvm-project/issues/145752
91-
# XFAIL: Clang && DirectX
92-
9390
# 16/64 bit firstbithigh doesn't have a DXC-Vulkan lowering
9491
# Unsupported https://github.com/microsoft/DirectXShaderCompiler/blob/main/tools/clang/test/CodeGenSPIRV/intrinsics.firstbitlow.64bit.hlsl
9592
# UNSUPPORTED: DXC && Vulkan

test/Feature/HLSLLib/firstbithigh.32.test

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

83-
# Bug https://github.com/llvm/llvm-project/issues/145752
84-
# XFAIL: Clang && (DirectX || Metal)
85-
8683
# RUN: split-file %s %t
8784
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
8885
# RUN: %offloader %t/pipeline.yaml %t.o

test/Feature/HLSLLib/firstbithigh.64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ DescriptorSets:
9292
# Bug https://github.com/llvm/llvm-project/issues/143171
9393
# XFAIL: Clang && Vulkan
9494

95-
# Bug https://github.com/llvm/llvm-project/issues/145752
96-
# XFAIL: Clang && DirectX
97-
9895
# RUN: split-file %s %t
9996
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
10097
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)