File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 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] = &[
779779 "ignore-haiku" ,
780780 "ignore-horizon" ,
781781 "ignore-i686-pc-windows-msvc" ,
782+ "ignore-illumos" ,
782783 "ignore-ios" ,
783784 "ignore-linux" ,
784785 "ignore-lldb" ,
@@ -843,6 +844,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
843844 "ignore-x32" ,
844845 "ignore-x86" ,
845846 "ignore-x86_64" ,
847+ "ignore-x86_64-apple-darwin" ,
846848 "ignore-x86_64-unknown-linux-gnu" ,
847849 "incremental" ,
848850 "known-bug" ,
Original file line number Diff line number Diff line change 33//@ [NonLeaf] compile-flags: -Cforce-frame-pointers=non-leaf
44//@ compile-flags: -Zunstable-options
55//@ 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
613
714#![ crate_type = "lib" ]
815
You can’t perform that action at this time.
0 commit comments