add comments in the tests explaining what the ignore flags do
This commit is contained in:
parent
1b5f77e4c1
commit
716653fd76
2 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// aux-build:dep.rs
|
||||
// This ignores the test against rustc, but runs it against miri:
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate dep;
|
||||
|
|
|
|||
|
|
@ -8,11 +8,9 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-stage0
|
||||
// This disables the test completely:
|
||||
// ignore-stage1
|
||||
|
||||
// ignore-emscripten
|
||||
|
||||
#![feature(i128_type)]
|
||||
|
||||
fn b<T>(t: T) -> T { t }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue