File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -766,6 +766,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
766
766
"ignore-haiku" ,
767
767
"ignore-horizon" ,
768
768
"ignore-i686-pc-windows-msvc" ,
769
+ "ignore-illumos" ,
769
770
"ignore-ios" ,
770
771
"ignore-linux" ,
771
772
"ignore-lldb" ,
Original file line number Diff line number Diff line change 3
3
//@ [NonLeaf] compile-flags: -Cforce-frame-pointers=non-leaf
4
4
//@ compile-flags: -Zunstable-options
5
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
6
13
7
14
#![ crate_type = "lib" ]
8
15
You can’t perform that action at this time.
0 commit comments