We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18deb53 commit 39dc8daCopy full SHA for 39dc8da
tests/run-make/broken-pipe-no-ice/rmake.rs
@@ -5,6 +5,12 @@
5
6
//@ ignore-cross-compile (needs to run test binary)
7
8
+//@ ignore-apple
9
+// FIXME(jieyouxu): on macOS rustc is still reporting the std broken pipe io error panick but it
10
+// doesn't fail with 101 exit status (it terminates with a wait status of SIGPIPE). It doesn't say
11
+// Internal Compiler Error strangely, but it doesn't even go through normal diagnostic infra. Very
12
+// strange.
13
+
14
#![feature(anonymous_pipe)]
15
16
use std::io::Read;
0 commit comments