Skip to content

Commit c72a6ad

Browse files
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
1 parent 598e265 commit c72a6ad

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/tools/compiletest/src/header.rs

+2
Original file line numberDiff line numberDiff 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",

tests/codegen/force-frame-pointers.rs

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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

0 commit comments

Comments
 (0)