Skip to content

Commit f3636e1

Browse files
committed
xfail metal and dxc-vulkan
1 parent d17f1a4 commit f3636e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/Feature/HLSLLib/dot2add.test

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,15 @@ DescriptorSets:
9595
#--- end
9696

9797
# https://github.com/llvm/offload-test-suite/issues/341
98-
# XFAIL: DXC-Metal
98+
# XFAIL: Metal
9999

100100
# https://github.com/llvm/llvm-project/issues/149561
101101
# XFAIL: Clang-Vulkan
102102

103+
# https://github.com/microsoft/DirectXShaderCompiler/issues/7695
104+
# XFAIL: DXC-Vulkan
105+
103106
# REQUIRES: Half
104107
# RUN: split-file %s %t
105-
# RUN: %dxc_target -HV 202x -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl
108+
# RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl
106109
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)