Skip to content

Commit e3697bc

Browse files
authored
[Clang-Vulkan] Disable failing tests (#184)
These tests are failing on clang-vulkan configuration. The Clang-Vulkan config briefly worked, then started immediately failing again and hasn't worked since. For now we've just disabled everything.
1 parent d97c046 commit e3697bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Feature/Attributes/IfBranchAttr.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ DescriptorSets:
4848
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
4949
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
5050

51+
# UNSUPPORTED: Clang-Vulkan
5152
# CHECK: Name: In
5253
# CHECK: Format: Int32
5354
# CHECK: Data: [ 1, 4, 9, 16, 25, 36, 49, 64 ]

test/Feature/Attributes/IfBranchFlatten.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ DescriptorSets:
4848
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
4949
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
5050

51+
# UNSUPPORTED: Clang-Vulkan
5152
# CHECK: Name: In
5253
# CHECK: Format: Int32
5354
# CHECK: Data: [ 1, 4, 9, 16, 25, 36, 49, 64 ]

0 commit comments

Comments
 (0)