From 1157ede1fcf16a718cd6c8b2b9cb70a855656789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20Gau=C3=ABr?= Date: Wed, 18 Jun 2025 18:06:41 +0200 Subject: [PATCH] [SPIR-V] Re-enable more tests Those tests are passing on the latest version of LLVM --- test/Basic/TestFloat32Pipeline.test | 3 --- test/Basic/simple.test | 3 --- test/Feature/Attributes/IfBranchAttr.test | 1 - test/Feature/Attributes/IfBranchFlatten.test | 1 - test/Feature/StructuredBuffer/srv.test | 3 --- test/Tools/Offloader/BufferFloat-16bit.test | 1 - test/Tools/Offloader/BufferFloat-error-16bit.test | 1 - 7 files changed, 13 deletions(-) diff --git a/test/Basic/TestFloat32Pipeline.test b/test/Basic/TestFloat32Pipeline.test index 61c70214..4f1c74a2 100644 --- a/test/Basic/TestFloat32Pipeline.test +++ b/test/Basic/TestFloat32Pipeline.test @@ -39,9 +39,6 @@ DescriptorSets: ... #--- end -# https://github.com/llvm/llvm-project/issues/140739 -# UNSUPPORTED: Clang-Vulkan - # RUN: split-file %s %t # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s diff --git a/test/Basic/simple.test b/test/Basic/simple.test index bc5e41e9..fe618a22 100644 --- a/test/Basic/simple.test +++ b/test/Basic/simple.test @@ -41,9 +41,6 @@ DescriptorSets: ... #--- end -# https://github.com/llvm/llvm-project/issues/140739 -# UNSUPPORTED: Clang-Vulkan - # RUN: split-file %s %t # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/simple.hlsl # RUN: %offloader %t/simple.yaml %t.o | FileCheck %s diff --git a/test/Feature/Attributes/IfBranchAttr.test b/test/Feature/Attributes/IfBranchAttr.test index 3eca8f8b..5f378699 100644 --- a/test/Feature/Attributes/IfBranchAttr.test +++ b/test/Feature/Attributes/IfBranchAttr.test @@ -48,7 +48,6 @@ DescriptorSets: # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s -# UNSUPPORTED: Clang-Vulkan # CHECK: Name: In # CHECK: Format: Int32 # CHECK: Data: [ 1, 4, 9, 16, 25, 36, 49, 64 ] diff --git a/test/Feature/Attributes/IfBranchFlatten.test b/test/Feature/Attributes/IfBranchFlatten.test index 5ee74f6d..be0022bd 100644 --- a/test/Feature/Attributes/IfBranchFlatten.test +++ b/test/Feature/Attributes/IfBranchFlatten.test @@ -48,7 +48,6 @@ DescriptorSets: # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s -# UNSUPPORTED: Clang-Vulkan # CHECK: Name: In # CHECK: Format: Int32 # CHECK: Data: [ 1, 4, 9, 16, 25, 36, 49, 64 ] diff --git a/test/Feature/StructuredBuffer/srv.test b/test/Feature/StructuredBuffer/srv.test index 4267de31..f731ca5b 100644 --- a/test/Feature/StructuredBuffer/srv.test +++ b/test/Feature/StructuredBuffer/srv.test @@ -44,9 +44,6 @@ DescriptorSets: ... #--- end -# https://github.com/llvm/llvm-project/issues/140739 -# UNSUPPORTED: Clang-Vulkan - # RUN: split-file %s %t # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s diff --git a/test/Tools/Offloader/BufferFloat-16bit.test b/test/Tools/Offloader/BufferFloat-16bit.test index 841058fc..8e36e5f1 100644 --- a/test/Tools/Offloader/BufferFloat-16bit.test +++ b/test/Tools/Offloader/BufferFloat-16bit.test @@ -157,7 +157,6 @@ DescriptorSets: # REQUIRES: Half -# UNSUPPORTED: Clang-Vulkan # RUN: split-file %s %t # RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o diff --git a/test/Tools/Offloader/BufferFloat-error-16bit.test b/test/Tools/Offloader/BufferFloat-error-16bit.test index 57be6e58..bcb027be 100644 --- a/test/Tools/Offloader/BufferFloat-error-16bit.test +++ b/test/Tools/Offloader/BufferFloat-error-16bit.test @@ -77,7 +77,6 @@ DescriptorSets: # REQUIRES: Half -# UNSUPPORTED: Clang-Vulkan # RUN: split-file %s %t # RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl # RUN: not %offloader %t/pipeline.yaml %t.o 2>&1 | FileCheck %s