File tree Expand file tree Collapse file tree 8 files changed +10
-8
lines changed Expand file tree Collapse file tree 8 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,7 @@ DescriptorSets:
55
55
...
56
56
#--- end
57
57
58
- # UNSUPPORTED: Clang
59
- # RUN: split-file %s %t
60
-
58
+ # UNSUPPORTED: Clang-Vulkan
61
59
# RUN: split-file %s %t
62
60
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/DescriptorSets.hlsl
63
61
# RUN: %offloader %t/DescriptorSets.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ DescriptorSets:
40
40
...
41
41
#--- end
42
42
43
+ # UNSUPPORTED: Clang-Vulkan
43
44
# RUN: split-file %s %t
44
45
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
45
46
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -47,10 +47,12 @@ DescriptorSets:
47
47
...
48
48
#--- end
49
49
50
+ # UNSUPPORTED: Clang-Vulkan
51
+ # XFAIL: DXC-Vulkan
52
+
50
53
# RUN: split-file %s %t
51
54
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
52
55
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
53
- # XFAIL: DXC-Vulkan
54
56
55
57
# CHECK: Name: In
56
58
# CHECK: Data: [
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ DescriptorSets:
35
35
...
36
36
#--- end
37
37
38
- # UNSUPPORTED: Clang
38
+ # UNSUPPORTED: Clang-Vulkan
39
39
# RUN: split-file %s %t
40
40
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
41
41
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ DescriptorSets:
36
36
...
37
37
#--- end
38
38
39
- # UNSUPPORTED: Clang
39
+ # UNSUPPORTED: Clang-Vulkan
40
40
# RUN: split-file %s %t
41
41
# RUN: %dxc_target -T cs_6_0 -E CSMain -Fo %t.o %t/source.hlsl
42
42
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ DescriptorSets:
50
50
...
51
51
#--- end
52
52
53
- # UNSUPPORTED: Clang
53
+ # UNSUPPORTED: Clang-Vulkan
54
54
# RUN: split-file %s %t
55
55
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
56
56
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ DescriptorSets:
43
43
...
44
44
#--- end
45
45
46
+ # UNSUPPORTED: Clang-Vulkan
46
47
# RUN: split-file %s %t
47
48
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/simple.hlsl
48
49
# RUN: %offloader %t/simple.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ DescriptorSets:
57
57
58
58
#--- end
59
59
60
- # UNSUPPORTED: Clang
60
+ # UNSUPPORTED: Clang-Vulkan
61
61
# RUN: split-file %s %t
62
62
# RUN: %if !Vulkan %{ %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl %}
63
63
# RUN: %if Vulkan %{ %dxc_target -T cs_6_0 -fspv-target-env=vulkan1.1 -Fo %t.o %t/source.hlsl %}
You can’t perform that action at this time.
0 commit comments