File tree 2 files changed +9
-0
lines changed
src/tools/compiletest/src
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -779,6 +779,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
779
779
"ignore-haiku" ,
780
780
"ignore-horizon" ,
781
781
"ignore-i686-pc-windows-msvc" ,
782
+ "ignore-illumos" ,
782
783
"ignore-ios" ,
783
784
"ignore-linux" ,
784
785
"ignore-lldb" ,
@@ -843,6 +844,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
843
844
"ignore-x32" ,
844
845
"ignore-x86" ,
845
846
"ignore-x86_64" ,
847
+ "ignore-x86_64-apple-darwin" ,
846
848
"ignore-x86_64-unknown-linux-gnu" ,
847
849
"incremental" ,
848
850
"known-bug" ,
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