File tree Expand file tree Collapse file tree
tests/ui/runtime/on-broken-pipe Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33//@ ignore-remote because aux-bin does not yet support it
44//@ only-unix because SIGPIPE is a unix thing
55//@ ignore-backends: gcc
6+ //@ ignore-backends: gcc
7+ // FIXME: linking on windows (speciifcally mingw) not yet supported, see tracking issue #125418
8+ //@ ignore-windows
69//@ run-pass
710//@ aux-bin:assert-sigpipe-disposition.rs
811//@ aux-crate:sigpipe_utils=sigpipe-utils.rs
Original file line number Diff line number Diff line change 11//@ run-pass
22//@ aux-build:sigpipe-utils.rs
33//@ only-unix because SIGPIPE is a unix thing
4+ //@ ignore-backends: gcc
5+ // FIXME: linking on windows (speciifcally mingw) not yet supported, see tracking issue #125418
6+ //@ ignore-windows
47
58// FIXME: Should not be needed Create specific issue!!
69//@ no-prefer-dynamic
Original file line number Diff line number Diff line change 55//@ aux-bin: assert-inherit-sig_ign.rs
66//@ run-pass
77//@ only-unix because SIGPIPE is a unix thing
8+ //@ ignore-backends: gcc
9+ // FIXME: linking on windows (speciifcally mingw) not yet supported, see tracking issue #125418
10+ //@ ignore-windows
811
912// FIXME: Should not be needed Create specific issue!!
1013//@ no-prefer-dynamic
Original file line number Diff line number Diff line change 11//@ run-pass
22//@ aux-build:sigpipe-utils.rs
33//@ only-unix because SIGPIPE is a unix thing
4+ //@ ignore-backends: gcc
5+ // FIXME: linking on windows (speciifcally mingw) not yet supported, see tracking issue #125418
6+ //@ ignore-windows
7+
8+ // FIXME: Make this work
9+ //@ ignore-backends: gcc
410
511// FIXME: Should not be needed Create specific issue!!
612//@ no-prefer-dynamic
Original file line number Diff line number Diff line change 11//@ run-pass
22//@ aux-build:sigpipe-utils.rs
33//@ only-unix because SIGPIPE is a unix thing
4+ //@ ignore-backends: gcc
5+ // FIXME: linking on windows (speciifcally mingw) not yet supported, see tracking issue #125418
6+ //@ ignore-windows
47
58fn main ( ) {
69 extern crate sigpipe_utils;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments