File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
tests/ui/runtime/on-broken-pipe Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
//@ run-pass
2
2
//@ aux-build:sigpipe-utils.rs
3
3
//@ compile-flags: -Zon-broken-pipe=error
4
+ //@ only-unix because SIGPIPE is a unix thing
4
5
5
6
fn main ( ) {
6
7
extern crate sigpipe_utils;
Original file line number Diff line number Diff line change 4
4
//@ aux-bin: assert-inherit-sig_ign.rs
5
5
//@ run-pass
6
6
//@ compile-flags: -Zon-broken-pipe=kill
7
+ //@ only-unix because SIGPIPE is a unix thing
7
8
8
9
#![ feature( rustc_private) ]
9
10
Original file line number Diff line number Diff line change 1
1
//@ run-pass
2
2
//@ aux-build:sigpipe-utils.rs
3
3
//@ compile-flags: -Zon-broken-pipe=kill
4
+ //@ only-unix because SIGPIPE is a unix thing
4
5
5
6
fn main ( ) {
6
7
extern crate sigpipe_utils;
Original file line number Diff line number Diff line change 1
1
//@ run-pass
2
2
//@ aux-build:sigpipe-utils.rs
3
+ //@ only-unix because SIGPIPE is a unix thing
3
4
4
5
fn main ( ) {
5
6
extern crate sigpipe_utils;
Original file line number Diff line number Diff line change 1
1
//@ run-pass
2
2
//@ aux-build:sigpipe-utils.rs
3
3
//@ compile-flags: -Zon-broken-pipe=kill
4
+ //@ only-unix because SIGPIPE is a unix thing
4
5
5
6
#![ feature( rustc_attrs) ]
6
7
You can’t perform that action at this time.
0 commit comments