mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Ignore failing incremental tests for GCC backend
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user