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 1e79637 commit 9e1f3a5Copy full SHA for 9e1f3a5
src/tools/miri/tests/fail/shims/isolated_stdin.rs
@@ -1,7 +1,7 @@
1
-//@ignore-target: windows # FIXME: stdin does not work on Windows
2
//@error-in-other-file: `read` from stdin not available when isolation is enabled
3
//@normalize-stderr-test: "src/sys/.*\.rs" -> "$$FILE"
4
//@normalize-stderr-test: "\nLL \| .*" -> ""
+//@normalize-stderr-test: "\n... .*" -> ""
5
//@normalize-stderr-test: "\| +[|_^]+" -> "| ^"
6
//@normalize-stderr-test: "\n *= note:.*" -> ""
7
use std::io::{self, Read};
0 commit comments