Skip to content

Commit e116d8b

Browse files
committed
shared: ignore shared compiletests on spv1.3 and lower
1 parent 2232fcb commit e116d8b

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

tests/compiletests/ui/arch/shared/reduction_array.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// build-pass
2+
// ignore-spv1.0
3+
// ignore-spv1.1
4+
// ignore-spv1.2
5+
// ignore-spv1.3
26

37
use core::ops::{Add, AddAssign, Deref, DerefMut};
48
use spirv_std::arch::workgroup_memory_barrier_with_group_sync;

tests/compiletests/ui/arch/shared/reduction_big_struct.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// build-pass
2+
// ignore-spv1.0
3+
// ignore-spv1.1
4+
// ignore-spv1.2
5+
// ignore-spv1.3
26

37
use core::ops::{Add, AddAssign};
48
use spirv_std::arch::workgroup_memory_barrier_with_group_sync;

tests/compiletests/ui/arch/shared/reduction_u32.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// build-pass
2+
// ignore-spv1.0
3+
// ignore-spv1.1
4+
// ignore-spv1.2
5+
// ignore-spv1.3
26

37
use spirv_std::arch::workgroup_memory_barrier_with_group_sync;
48
use spirv_std::glam::*;

tests/compiletests/ui/arch/shared/reduction_vec.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// build-pass
2+
// ignore-spv1.0
3+
// ignore-spv1.1
4+
// ignore-spv1.2
5+
// ignore-spv1.3
26

37
use spirv_std::arch::workgroup_memory_barrier_with_group_sync;
48
use spirv_std::glam::*;

0 commit comments

Comments
 (0)