We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6f3a3 commit b064718Copy full SHA for b064718
1 file changed
library/std/src/sys/process/unix/unsupported/wait_status/tests.rs
@@ -8,6 +8,7 @@
8
// I.e. we're using Linux as a proxy for "trad unix".
9
#[cfg(target_os = "linux")]
10
#[test]
11
+#[cfg_attr(miri, ignore)] // Miri is too slow
12
fn compare_with_linux() {
13
use super::ExitStatus as Emulated;
14
use crate::os::unix::process::ExitStatusExt as _;
0 commit comments