Skip to content

Commit 2743dc6

Browse files
committed
Ignore LVI incompatible assembly tests on sgx platform
1 parent 782e69e commit 2743dc6

4 files changed

+4
-0
lines changed

tests/assembly/is_aligned.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: emit-asm
22
// min-llvm-version: 15.0
33
// only-x86_64
4+
// ignore-sgx
45
// revisions: opt-speed opt-size
56
// [opt-speed] compile-flags: -Copt-level=1
67
// [opt-size] compile-flags: -Copt-level=s

tests/assembly/strict_provenance.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: emit-asm
22
// compile-flags: -Copt-level=1
33
// only-x86_64
4+
// ignore-sgx
45
// min-llvm-version: 15.0
56
#![crate_type = "rlib"]
67

tests/assembly/x86_64-floating-point-clamp.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// assembly-output: emit-asm
55
// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
66
// only-x86_64
7+
// ignore-sgx
78

89
// CHECK-LABEL: clamp_demo:
910
#[no_mangle]

tests/assembly/x86_64-no-jump-tables.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// compile-flags: -O
77
// [set] compile-flags: -Zno-jump-tables
88
// only-x86_64
9+
// ignore-sgx
910

1011
#![crate_type = "lib"]
1112

0 commit comments

Comments
 (0)