Skip to content

Commit 52921a2

Browse files
Rollup merge of #157526 - RalfJung:miri-slow, r=JonathanBrouwer
std tests: skip a slow test on Miri This is just a big loop to compare exit status handling, and the loop is a bit too big for Miri.
2 parents cc5d686 + b064718 commit 52921a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • library/std/src/sys/process/unix/unsupported/wait_status

library/std/src/sys/process/unix/unsupported/wait_status/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// I.e. we're using Linux as a proxy for "trad unix".
99
#[cfg(target_os = "linux")]
1010
#[test]
11+
#[cfg_attr(miri, ignore)] // Miri is too slow
1112
fn compare_with_linux() {
1213
use super::ExitStatus as Emulated;
1314
use crate::os::unix::process::ExitStatusExt as _;

0 commit comments

Comments
 (0)