Skip to content

Commit 39d4c69

Browse files
committed
fix compiletest for spv1.4 and up
1 parent 576ff56 commit 39d4c69

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/compiletests/ui/dis/asm_op_decorate.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// ignore-vulkan1.2
1818
// ignore-vulkan1.3
1919
// ignore-vulkan1.4
20+
// ignore-spv1.4
21+
// ignore-spv1.5
22+
// ignore-spv1.6
2023

2124
use core::arch::asm;
2225
use spirv_std::spirv;

tests/compiletests/ui/dis/non-writable-storage_buffer.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// ignore-vulkan1.2
1919
// ignore-vulkan1.3
2020
// ignore-vulkan1.4
21+
// ignore-spv1.4
22+
// ignore-spv1.5
23+
// ignore-spv1.6
2124

2225
use spirv_std::spirv;
2326

0 commit comments

Comments
 (0)