From ca89a48a34e3ec3f9a41caa2a3eeb3a723110859 Mon Sep 17 00:00:00 2001 From: luciechoi Date: Tue, 4 Nov 2025 16:46:54 +0000 Subject: [PATCH] [DXC][VK] Remove XFail for dot2add --- test/Feature/HLSLLib/dot2add.test | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Feature/HLSLLib/dot2add.test b/test/Feature/HLSLLib/dot2add.test index 39fe1472..3f191243 100644 --- a/test/Feature/HLSLLib/dot2add.test +++ b/test/Feature/HLSLLib/dot2add.test @@ -92,9 +92,6 @@ DescriptorSets: # Bug https://github.com/llvm/llvm-project/issues/149561 # XFAIL: Clang && Vulkan && !VK_KHR_shader_float_controls2 -# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7695 -# XFAIL: DXC && Vulkan - # REQUIRES: Half # RUN: split-file %s %t # RUN: %dxc_target -enable-16bit-types -Gis -HV 202x -T cs_6_5 -Fo %t.o %t/source.hlsl