Skip to content

Commit a19b623

Browse files
Ignore more failing ui tests for GCC backend
1 parent 40ace17 commit a19b623

File tree

142 files changed

+159
-0
lines changed

Some content is hidden

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

142 files changed

+159
-0
lines changed

tests/ui/array-slice-vec/box-of-array-of-drop-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ needs-unwind
33
//@ needs-threads
4+
//@ ignore-backends: gcc
45

56
#![allow(overflowing_literals)]
67

tests/ui/array-slice-vec/box-of-array-of-drop-2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ needs-unwind
33
//@ needs-threads
4+
//@ ignore-backends: gcc
45

56
#![allow(overflowing_literals)]
67

tests/ui/array-slice-vec/nested-vec-3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ needs-unwind
33
//@ needs-threads
4+
//@ ignore-backends: gcc
45

56
#![allow(overflowing_literals)]
67

tests/ui/array-slice-vec/slice-panic-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ needs-unwind
33
//@ needs-threads
4+
//@ ignore-backends: gcc
45

56
// Test that if a slicing expr[..] fails, the correct cleanups happen.
67

tests/ui/array-slice-vec/slice-panic-2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ needs-unwind
33
//@ needs-threads
4+
//@ ignore-backends: gcc
45

56
// Test that if a slicing expr[..] fails, the correct cleanups happen.
67

tests/ui/asm/global-asm-isnt-really-a-mir-body.rs

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

1919
//@ build-pass
2020
//@ needs-asm-support
21+
//@ ignore-backends: gcc
2122

2223
use std::arch::global_asm;
2324

tests/ui/asm/x86_64/goto.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ only-x86_64
22
//@ run-pass
33
//@ needs-asm-support
4+
//@ ignore-backends: gcc
45

56
#![deny(unreachable_code)]
67
#![feature(asm_goto_with_outputs)]

tests/ui/asm/x86_64/srcloc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ only-x86_64
22
//@ build-fail
33
//@ compile-flags: -Ccodegen-units=1
4+
//@ ignore-backends: gcc
45

56
use std::arch::asm;
67

tests/ui/attributes/fn-align-dyn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ ignore-wasm32 aligning functions is not currently supported on wasm (#143368)
3+
//@ ignore-backends: gcc
34

45
// FIXME(#82232, #143834): temporarily renamed to mitigate `#[align]` nameres ambiguity
56
#![feature(rustc_attrs)]

tests/ui/attributes/main-removed-2/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ proc-macro: tokyo.rs
33
//@ compile-flags:--extern tokyo
44
//@ edition:2021
5+
//@ ignore-backends: gcc
56

67
use tokyo::main;
78

0 commit comments

Comments
 (0)