Skip to content

Commit f1d1ca8

Browse files
Ignore failing ui tests for GCC backend for now
1 parent f5964ba commit f1d1ca8

File tree

1,941 files changed

+3965
-2202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,941 files changed

+3965
-2202
lines changed

tests/ui/abi/c-stack-returning-int64.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ ignore-sgx no libc
3+
//@ ignore-backends: gcc
34

45
use std::ffi::CString;
56

tests/ui/abi/extern/extern-call-deep.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ ignore-emscripten blows the JS stack
3+
//@ ignore-backends: gcc
34

45
#[link(name = "rust_test_helpers", kind = "static")]
56
extern "C" {

tests/ui/abi/extern/extern-call-deep2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ needs-threads
3+
//@ ignore-backends: gcc
34

45
use std::thread;
56

tests/ui/abi/extern/extern-call-indirect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ run-pass
2+
//@ ignore-backends: gcc
23

34
#[link(name = "rust_test_helpers", kind = "static")]
45
extern "C" {

tests/ui/abi/extern/extern-call-scrub.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ needs-threads
3+
//@ ignore-backends: gcc
34
// This time we're testing repeatedly going up and down both stacks to
45
// make sure the stack pointers are maintained properly in both
56
// directions

tests/ui/abi/extern/extern-crosscrate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ aux-build:extern-crosscrate-source.rs
3+
//@ ignore-backends: gcc
34

45
extern crate externcallback;
56

tests/ui/abi/homogenous-floats-target-feature-mixup.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
//@ run-pass
88
//@ needs-subprocess
9+
//@ ignore-backends: gcc
910

1011
#![allow(overflowing_literals)]
1112
#![allow(unused_variables)]

tests/ui/abi/nullable-pointer-ffi-compat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ run-pass
2+
//@ ignore-backends: gcc
23
// #11303, #11040:
34
// This would previously crash on i686 Linux due to abi differences
45
// between returning an Option<T> and T, where T is a non nullable

tests/ui/abi/numbers-arithmetic/return-float.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ compile-flags: -Copt-level=0
3+
//@ ignore-backends: gcc
34

45
// Test that floats (in particular signalling NaNs) are losslessly returned from functions.
56

tests/ui/abi/segfault-no-out-of-stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ needs-subprocess
33
//@ compile-flags: -Zub-checks=no -Zmir-enable-passes=-CheckNull
44
//@ ignore-fuchsia must translate zircon signal to SIGSEGV/SIGBUS, FIXME (#58590)
5+
//@ ignore-backends: gcc
56

67
#![feature(rustc_private)]
78

0 commit comments

Comments
 (0)