From c094ba0be45b1d11fd906776b57ec5785b1ef284 Mon Sep 17 00:00:00 2001 From: Raoul Strackx Date: Mon, 23 Oct 2023 14:23:28 +0200 Subject: [PATCH] Fix closure-inherit-target-feature test for SGX platform --- tests/assembly/closure-inherit-target-feature.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/assembly/closure-inherit-target-feature.rs b/tests/assembly/closure-inherit-target-feature.rs index 248026034526a..7acda76e25f0e 100644 --- a/tests/assembly/closure-inherit-target-feature.rs +++ b/tests/assembly/closure-inherit-target-feature.rs @@ -1,4 +1,5 @@ // only-x86_64 +// ignore-sgx Tests incompatible with LVI mitigations // assembly-output: emit-asm // make sure the feature is not enabled at compile-time // compile-flags: -C opt-level=3 -C target-feature=-sse4.1 -C llvm-args=-x86-asm-syntax=intel