add comments in the tests explaining what the ignore flags do

This commit is contained in:
Ralf Jung 2017-06-02 18:34:13 -07:00
parent 1b5f77e4c1
commit 716653fd76
2 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -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 }