Skip to content

Commit fe87487

Browse files
committed
Ignore broken-pipe-no-ice on apple for now
1 parent 18deb53 commit fe87487

File tree

1 file changed

+6
-0
lines changed
  • tests/run-make/broken-pipe-no-ice

1 file changed

+6
-0
lines changed

tests/run-make/broken-pipe-no-ice/rmake.rs

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
66
//@ ignore-cross-compile (needs to run test binary)
77

8+
//@ ignore-apple
9+
// FIXME(#131436): 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+
814
#![feature(anonymous_pipe)]
915

1016
use std::io::Read;

0 commit comments

Comments
 (0)