diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-06-22 21:36:11 -0700 | 
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-06-23 00:40:43 -0700 | 
| commit | c72a6ad8f2653d8da38a28520b6c5a2d64aa7aa5 (patch) | |
| tree | f6b5681c6d02530b5a3a1fe14b187f520a81809a /tests/codegen/force-frame-pointers.rs | |
| parent | 598e265d43db1ef980679d94702173b61de71c3f (diff) | |
| download | rust-c72a6ad8f2653d8da38a28520b6c5a2d64aa7aa5.tar.gz rust-c72a6ad8f2653d8da38a28520b6c5a2d64aa7aa5.zip | |
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
Diffstat (limited to 'tests/codegen/force-frame-pointers.rs')
| -rw-r--r-- | tests/codegen/force-frame-pointers.rs | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/tests/codegen/force-frame-pointers.rs b/tests/codegen/force-frame-pointers.rs index dece633f831..88c918945d6 100644 --- a/tests/codegen/force-frame-pointers.rs +++ b/tests/codegen/force-frame-pointers.rs @@ -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"] | 
