We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f705368 commit ed9bb9fCopy full SHA for ed9bb9f
src/tools/compiletest/src/header.rs
@@ -766,6 +766,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
766
"ignore-haiku",
767
"ignore-horizon",
768
"ignore-i686-pc-windows-msvc",
769
+ "ignore-illumos",
770
"ignore-ios",
771
"ignore-linux",
772
"ignore-lldb",
tests/codegen/force-frame-pointers.rs
@@ -3,6 +3,13 @@
3
//@ [NonLeaf] compile-flags: -Cforce-frame-pointers=non-leaf
4
//@ compile-flags: -Zunstable-options
5
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
6
+//@ [NonLeaf] ignore-illumos
7
+//@ [NonLeaf] ignore-openbsd
8
+//@ [NonLeaf] ignore-x86
9
+//@ [NonLeaf] ignore-x86_64-apple-darwin
10
+//@ [NonLeaf] ignore-windows-gnu
11
+//@ [NonLeaf] ignore-thumb
12
+// result is platform-dependent based on platform's frame pointer settings
13
14
#![crate_type = "lib"]
15
0 commit comments