Skip to content

Commit

Permalink
Ignore LVI incompatible assembly tests on sgx platform
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Mar 10, 2023
1 parent 782e69e commit 2743dc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/assembly/is_aligned.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: emit-asm
// min-llvm-version: 15.0
// only-x86_64
// ignore-sgx
// revisions: opt-speed opt-size
// [opt-speed] compile-flags: -Copt-level=1
// [opt-size] compile-flags: -Copt-level=s
Expand Down
1 change: 1 addition & 0 deletions tests/assembly/strict_provenance.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: emit-asm
// compile-flags: -Copt-level=1
// only-x86_64
// ignore-sgx
// min-llvm-version: 15.0
#![crate_type = "rlib"]

Expand Down
1 change: 1 addition & 0 deletions tests/assembly/x86_64-floating-point-clamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// assembly-output: emit-asm
// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
// only-x86_64
// ignore-sgx

// CHECK-LABEL: clamp_demo:
#[no_mangle]
Expand Down
1 change: 1 addition & 0 deletions tests/assembly/x86_64-no-jump-tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// compile-flags: -O
// [set] compile-flags: -Zno-jump-tables
// only-x86_64
// ignore-sgx

#![crate_type = "lib"]

Expand Down

0 comments on commit 2743dc6

Please sign in to comment.