Skip to content

Commit 3f0446e

Browse files
authored
Remove 'Unsupported: Clang' from tests that pass with clang (#49)
* Remove 'Unsupported: Clang' from tests that pass with clang However, do mark tests that are unsupported for `Clang-Vulkan` as such. * undo two of these
1 parent e4ed9da commit 3f0446e

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

test/Basic/DescriptorSets.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ DescriptorSets:
5555
...
5656
#--- end
5757

58-
# UNSUPPORTED: Clang
59-
# RUN: split-file %s %t
60-
58+
# UNSUPPORTED: Clang-Vulkan
6159
# RUN: split-file %s %t
6260
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/DescriptorSets.hlsl
6361
# RUN: %offloader %t/DescriptorSets.yaml %t.o | FileCheck %s

test/Basic/StructuredBuffer-SRV.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ DescriptorSets:
4040
...
4141
#--- end
4242

43+
# UNSUPPORTED: Clang-Vulkan
4344
# RUN: split-file %s %t
4445
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
4546
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Basic/StructuredBuffer.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ DescriptorSets:
4747
...
4848
#--- end
4949

50+
# UNSUPPORTED: Clang-Vulkan
51+
# XFAIL: DXC-Vulkan
52+
5053
# RUN: split-file %s %t
5154
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
5255
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
53-
# XFAIL: DXC-Vulkan
5456

5557
# CHECK: Name: In
5658
# CHECK: Data: [

test/Basic/TestFloat32Pipeline.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DescriptorSets:
3535
...
3636
#--- end
3737

38-
# UNSUPPORTED: Clang
38+
# UNSUPPORTED: Clang-Vulkan
3939
# RUN: split-file %s %t
4040
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
4141
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Basic/TestPipeline.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DescriptorSets:
3636
...
3737
#--- end
3838

39-
# UNSUPPORTED: Clang
39+
# UNSUPPORTED: Clang-Vulkan
4040
# RUN: split-file %s %t
4141
# RUN: %dxc_target -T cs_6_0 -E CSMain -Fo %t.o %t/source.hlsl
4242
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Basic/idiv-edges.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DescriptorSets:
5050
...
5151
#--- end
5252

53-
# UNSUPPORTED: Clang
53+
# UNSUPPORTED: Clang-Vulkan
5454
# RUN: split-file %s %t
5555
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
5656
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Basic/simple.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ DescriptorSets:
4343
...
4444
#--- end
4545

46+
# UNSUPPORTED: Clang-Vulkan
4647
# RUN: split-file %s %t
4748
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/simple.hlsl
4849
# RUN: %offloader %t/simple.yaml %t.o | FileCheck %s

test/WaveOps/WaveActiveMax.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DescriptorSets:
5757

5858
#--- end
5959

60-
# UNSUPPORTED: Clang
60+
# UNSUPPORTED: Clang-Vulkan
6161
# RUN: split-file %s %t
6262
# RUN: %if !Vulkan %{ %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl %}
6363
# RUN: %if Vulkan %{ %dxc_target -T cs_6_0 -fspv-target-env=vulkan1.1 -Fo %t.o %t/source.hlsl %}

0 commit comments

Comments
 (0)