Skip to content

Commit 76f940b

Browse files
committed
ignore-backends: gcc
1 parent 81d649f commit 76f940b

6 files changed

Lines changed: 18 additions & 26 deletions

File tree

tests/ui/runtime/on-broken-pipe/child-processes.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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

tests/ui/runtime/on-broken-pipe/error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

tests/ui/runtime/on-broken-pipe/inherit.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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

tests/ui/runtime/on-broken-pipe/kill.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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

tests/ui/runtime/on-broken-pipe/not-used.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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
fn main() {
69
extern crate sigpipe_utils;

tests/ui/runtime/on-broken-pipe/with-rustc_main.rs

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)