Skip to content

Commit 345019f

Browse files
authored
Enable RootSignatures tests for Clang (#279)
1 parent 1719bb2 commit 345019f

10 files changed

+0
-20
lines changed

test/Feature/RootSignatures/Defaults.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ DescriptorSets:
8282
...
8383
#--- end
8484

85-
# UNSUPPORTED: Clang
86-
8785
# RUN: split-file %s %t
8886
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
8987
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/DescriptorTables.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ DescriptorSets:
5454
...
5555
#--- end
5656

57-
# UNSUPPORTED: Clang
58-
5957
# RUN: split-file %s %t
6058
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
6159
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/Flags.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ DescriptorSets:
9292
...
9393
#--- end
9494

95-
# UNSUPPORTED: Clang
96-
9795
# RUN: split-file %s %t
9896
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
9997
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/ManualDescriptors.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ DescriptorSets:
8888
...
8989
#--- end
9090

91-
# UNSUPPORTED: Clang
92-
9391
# RUN: split-file %s %t
9492
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
9593
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/NumberParameters.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ DescriptorSets:
8787
...
8888
#--- end
8989

90-
# UNSUPPORTED: Clang
91-
9290
# RUN: split-file %s %t
9391
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
9492
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/ParameterInsensitivity.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ DescriptorSets:
7575
...
7676
#--- end
7777

78-
# UNSUPPORTED: Clang
79-
8078
# RUN: split-file %s %t
8179
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
8280
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/RootConstants.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ DescriptorSets:
5656
...
5757
#--- end
5858

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

test/Feature/RootSignatures/RootDescriptorAndTables.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ DescriptorSets:
6161
...
6262
#--- end
6363

64-
# UNSUPPORTED: Clang
65-
6664
# RUN: split-file %s %t
6765
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
6866
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/RootDescriptors.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ DescriptorSets: []
5858
...
5959
#--- end
6060

61-
# UNSUPPORTED: Clang
62-
6361
# RUN: split-file %s %t
6462
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
6563
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

test/Feature/RootSignatures/TwoDescriptorTables.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ DescriptorSets:
5555
...
5656
#--- end
5757

58-
# UNSUPPORTED: Clang
59-
6058
# RUN: split-file %s %t
6159
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
6260
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

0 commit comments

Comments
 (0)