From 716653fd761de2fe1fd8f0f4db1b89d2b4e84ec9 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 2 Jun 2017 18:34:13 -0700 Subject: [PATCH] add comments in the tests explaining what the ignore flags do --- tests/run-pass/aux_test.rs | 1 + tests/run-pass/u128.rs | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/run-pass/aux_test.rs b/tests/run-pass/aux_test.rs index 1b1dbaa68387..dd46c638a2af 100644 --- a/tests/run-pass/aux_test.rs +++ b/tests/run-pass/aux_test.rs @@ -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; diff --git a/tests/run-pass/u128.rs b/tests/run-pass/u128.rs index bd68157e4bc2..4fe40a9694d4 100644 --- a/tests/run-pass/u128.rs +++ b/tests/run-pass/u128.rs @@ -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 }