Skip to content

Commit 4bee877

Browse files
Ignore failing incremental tests for GCC backend
1 parent 3df6f36 commit 4bee877

File tree

127 files changed

+127
-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.

127 files changed

+127
-0
lines changed

tests/incremental/add_private_fn_at_krate_root_cc/struct_point.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//@ compile-flags: -Z query-dep-graph
77
//@ aux-build:point.rs
88
//@ build-pass
9+
//@ ignore-backends: gcc
910

1011
#![feature(rustc_attrs)]
1112
#![feature(stmt_expr_attributes)]

tests/incremental/async-lifetimes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ revisions: rpass1 rpass2
22
//@ edition:2021
3+
//@ ignore-backends: gcc
34

45
// See https://github.com/rust-lang/rust/issues/98890
56

tests/incremental/callee_caller_cross_crate/b.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ aux-build:a.rs
22
//@ revisions:rpass1 rpass2
33
//@ compile-flags:-Z query-dep-graph
4+
//@ ignore-backends: gcc
45

56
#![feature(rustc_attrs)]
67

tests/incremental/change_add_field/struct_point.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//@ revisions:cfail1 cfail2
77
//@ compile-flags: -Z query-dep-graph
88
//@ build-pass
9+
//@ ignore-backends: gcc
910

1011
#![feature(rustc_attrs)]
1112
#![feature(stmt_expr_attributes)]

tests/incremental/change_crate_dep_kind.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//@ compile-flags: -Z query-dep-graph -Cpanic=unwind
77
//@ needs-unwind
88
//@ build-pass (FIXME(62277): could be check-pass?)
9+
//@ ignore-backends: gcc
910

1011
#![feature(panic_unwind)]
1112

tests/incremental/change_crate_order/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ aux-build:a.rs
22
//@ aux-build:b.rs
33
//@ revisions:rpass1 rpass2
4+
//@ ignore-backends: gcc
45

56
#![feature(rustc_attrs)]
67

tests/incremental/change_implementation_cross_crate/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//@ revisions: rpass1 rpass2
55
//@ aux-build: a.rs
66
//@ compile-flags: -Zquery-dep-graph
7+
//@ ignore-backends: gcc
78

89
#![feature(rustc_attrs)]
910
#![crate_type = "bin"]

tests/incremental/change_name_of_static_in_fn.rs

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

34
// See issue #57692.
45

tests/incremental/change_private_fn/struct_point.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//@ revisions:cfail1 cfail2
55
//@ compile-flags: -Z query-dep-graph
66
//@ build-pass (FIXME(62277): could be check-pass?)
7+
//@ ignore-backends: gcc
78

89
#![feature(rustc_attrs)]
910
#![feature(stmt_expr_attributes)]

tests/incremental/change_private_fn_cc/struct_point.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//@ compile-flags: -Z query-dep-graph
66
//@ aux-build:point.rs
77
//@ build-pass (FIXME(62277): could be check-pass?)
8+
//@ ignore-backends: gcc
89

910
#![crate_type = "rlib"]
1011
#![feature(rustc_attrs)]

0 commit comments

Comments
 (0)