Ignore failing incremental tests for GCC backend
This commit is contained in:
parent
35e104a173
commit
5ff7ca2e22
127 changed files with 127 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
//@ revisions: cfail1 cfail2 cfail3
|
||||
//@ compile-flags: -Z query-dep-graph -O
|
||||
//@ build-pass
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
#![crate_type="rlib"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
//@ revisions: cfail1 cfail2
|
||||
//@ build-pass
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
// rust-lang/rust#69798:
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
//@ revisions: cfail1 cfail2
|
||||
//@ build-pass
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
// rust-lang/rust#69798:
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
//@ revisions: cfail1 cfail2
|
||||
//@ compile-flags: -O -Zhuman-readable-cgu-names -Cllvm-args=-import-instr-limit=10
|
||||
//@ build-pass
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
// rust-lang/rust#59535:
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
//@ revisions: cfail1 cfail2
|
||||
//@ compile-flags: -O -Zhuman-readable-cgu-names -Cllvm-args=-import-instr-limit=10
|
||||
//@ build-pass
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
// rust-lang/rust#59535:
|
||||
//
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
//@ revisions: cfail1 cfail2 cfail3
|
||||
//@ compile-flags: -Z query-dep-graph -O
|
||||
//@ build-pass
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
#![crate_type = "rlib"]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
//@ revisions: cfail1 cfail2 cfail3
|
||||
//@ compile-flags: -Z query-dep-graph -O
|
||||
//@ build-pass
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
#![crate_type="rlib"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue