mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
20ebbf467d
Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases.
13 lines
332 B
Rust
13 lines
332 B
Rust
// revisions: x32 x64
|
|
// run-pass
|
|
//[x32] only-x86
|
|
//[x64] only-x86_64
|
|
// ignore-sgx no processes
|
|
// ignore-musl FIXME #31506
|
|
// ignore-fuchsia no exception handler registered for segfault
|
|
// compile-flags: -C lto
|
|
// no-prefer-dynamic
|
|
// ignore-nto Crash analysis impossible at SIGSEGV in QNX Neutrino
|
|
|
|
include!("stack-probes.rs");
|