mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
test: ignore force-frame-pointers test on some targets
all of these currently force stronger frame pointers, and currently the CLI does not override the target
This commit is contained in:
parent
598e265d43
commit
c72a6ad8f2
@ -779,6 +779,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
|
||||
"ignore-haiku",
|
||||
"ignore-horizon",
|
||||
"ignore-i686-pc-windows-msvc",
|
||||
"ignore-illumos",
|
||||
"ignore-ios",
|
||||
"ignore-linux",
|
||||
"ignore-lldb",
|
||||
@ -843,6 +844,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
|
||||
"ignore-x32",
|
||||
"ignore-x86",
|
||||
"ignore-x86_64",
|
||||
"ignore-x86_64-apple-darwin",
|
||||
"ignore-x86_64-unknown-linux-gnu",
|
||||
"incremental",
|
||||
"known-bug",
|
||||
|
@ -3,6 +3,13 @@
|
||||
//@ [NonLeaf] compile-flags: -Cforce-frame-pointers=non-leaf
|
||||
//@ compile-flags: -Zunstable-options
|
||||
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
|
||||
//@ [NonLeaf] ignore-illumos
|
||||
//@ [NonLeaf] ignore-openbsd
|
||||
//@ [NonLeaf] ignore-x86
|
||||
//@ [NonLeaf] ignore-x86_64-apple-darwin
|
||||
//@ [NonLeaf] ignore-windows-gnu
|
||||
//@ [NonLeaf] ignore-thumb
|
||||
// result is platform-dependent based on platform's frame pointer settings
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user