about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-14 09:04:45 +0000
committerbors <bors@rust-lang.org>2015-05-14 09:04:45 +0000
commitb1bd3a3c5180b2d671e5810cb5211b2d2b456a71 (patch)
treee7834631301d2af710b3b8c8c5c2331b4675187d
parent0a1a53d6933b53b804269ce236760847c5dd00fa (diff)
parentf548a0554220de1c4d518bd9483f6b2c33e0c85b (diff)
downloadrust-b1bd3a3c5180b2d671e5810cb5211b2d2b456a71.tar.gz
rust-b1bd3a3c5180b2d671e5810cb5211b2d2b456a71.zip
Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichton
We don't have any pending snapshot-requiring changes. Closes #20184.

Works toward #3965.
-rw-r--r--src/test/auxiliary/issue-9906.rs2
-rw-r--r--src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs1
-rw-r--r--src/test/compile-fail-fulldeps/gated-macro-reexports.rs1
-rw-r--r--src/test/compile-fail-fulldeps/gated-plugin.rs1
-rw-r--r--src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs1
-rw-r--r--src/test/compile-fail-fulldeps/macro-crate-rlib.rs1
-rw-r--r--src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs1
-rw-r--r--src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs1
-rw-r--r--src/test/compile-fail/empty-macro-use.rs1
-rw-r--r--src/test/compile-fail/macro-crate-nonterminal-non-root.rs1
-rw-r--r--src/test/compile-fail/macro-no-implicit-reexport.rs1
-rw-r--r--src/test/compile-fail/macro-reexport-not-locally-visible.rs1
-rw-r--r--src/test/compile-fail/macro-reexport-undef.rs1
-rw-r--r--src/test/compile-fail/macro-use-undef.rs1
-rw-r--r--src/test/compile-fail/macro-use-wrong-name.rs1
-rw-r--r--src/test/compile-fail/missing-macro-use.rs1
-rw-r--r--src/test/run-pass-fulldeps/issue-13560.rs1
-rw-r--r--src/test/run-pass/macro-crate-nonterminal-renamed.rs1
-rw-r--r--src/test/run-pass/macro-crate-nonterminal.rs1
-rw-r--r--src/test/run-pass/macro-export-inner-module.rs1
-rw-r--r--src/test/run-pass/macro-reexport-no-intermediate-use.rs1
-rw-r--r--src/test/run-pass/macro-reexport.rs1
-rw-r--r--src/test/run-pass/macro-use-all-and-none.rs1
-rw-r--r--src/test/run-pass/macro-use-all.rs1
-rw-r--r--src/test/run-pass/macro-use-both.rs1
-rw-r--r--src/test/run-pass/macro-use-one.rs1
-rw-r--r--src/test/run-pass/two-macro-use.rs1
27 files changed, 0 insertions, 28 deletions
diff --git a/src/test/auxiliary/issue-9906.rs b/src/test/auxiliary/issue-9906.rs
index 0da0b9fa47d..5eb48985bf9 100644
--- a/src/test/auxiliary/issue-9906.rs
+++ b/src/test/auxiliary/issue-9906.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// aux-build:issue-9906.rs
-
 pub use other::FooBar;
 pub use other::foo;
 
diff --git a/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs b/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs
index 58dee1216ee..7be5c3cf47c 100644
--- a/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs
+++ b/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-stage1
 // force-host
 
 #![feature(plugin_registrar, quote, rustc_private)]
diff --git a/src/test/compile-fail-fulldeps/gated-macro-reexports.rs b/src/test/compile-fail-fulldeps/gated-macro-reexports.rs
index 022a6b4f2f7..b3dbcb743a1 100644
--- a/src/test/compile-fail-fulldeps/gated-macro-reexports.rs
+++ b/src/test/compile-fail-fulldeps/gated-macro-reexports.rs
@@ -11,7 +11,6 @@
 // Test that macro reexports item are gated by `macro_reexport` feature gate.
 
 // aux-build:macro_reexport_1.rs
-// ignore-stage1
 
 #![crate_type = "dylib"]
 
diff --git a/src/test/compile-fail-fulldeps/gated-plugin.rs b/src/test/compile-fail-fulldeps/gated-plugin.rs
index 9fa93063ea3..4e80ca46c0a 100644
--- a/src/test/compile-fail-fulldeps/gated-plugin.rs
+++ b/src/test/compile-fail-fulldeps/gated-plugin.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_crate_test.rs
-// ignore-stage1
 
 #![plugin(macro_crate_test)]
 //~^ ERROR compiler plugins are experimental and possibly buggy
diff --git a/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs b/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs
index 361840a1618..8ac03606720 100644
--- a/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs
+++ b/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_crate_test.rs
-// ignore-stage1
 
 #[macro_use] #[no_link]
 extern crate macro_crate_test;
diff --git a/src/test/compile-fail-fulldeps/macro-crate-rlib.rs b/src/test/compile-fail-fulldeps/macro-crate-rlib.rs
index 396b1c1de3a..5b34d8e3adb 100644
--- a/src/test/compile-fail-fulldeps/macro-crate-rlib.rs
+++ b/src/test/compile-fail-fulldeps/macro-crate-rlib.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:rlib_crate_test.rs
-// ignore-stage1
 // ignore-tidy-linelength
 // ignore-cross-compile gives a different error message
 
diff --git a/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs b/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs
index ba8e20069c1..b0cd4220532 100644
--- a/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs
+++ b/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_crate_test.rs
-// ignore-stage1
 
 #[macro_use] #[no_link]
 extern crate macro_crate_test;
diff --git a/src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs b/src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs
index c5169b61a2b..edbb77fe390 100644
--- a/src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs
+++ b/src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_crate_test.rs
-// ignore-stage1
 // ignore-cross-compile
 //
 // macro_crate_test will not compile on a cross-compiled target because
diff --git a/src/test/compile-fail/empty-macro-use.rs b/src/test/compile-fail/empty-macro-use.rs
index fbf6287db94..d8cf23d1ff0 100644
--- a/src/test/compile-fail/empty-macro-use.rs
+++ b/src/test/compile-fail/empty-macro-use.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use()]
 extern crate two_macros;
diff --git a/src/test/compile-fail/macro-crate-nonterminal-non-root.rs b/src/test/compile-fail/macro-crate-nonterminal-non-root.rs
index 67aaf05c310..76211b88bd7 100644
--- a/src/test/compile-fail/macro-crate-nonterminal-non-root.rs
+++ b/src/test/compile-fail/macro-crate-nonterminal-non-root.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_crate_nonterminal.rs
-// ignore-stage1
 
 mod foo {
     #[macro_use]
diff --git a/src/test/compile-fail/macro-no-implicit-reexport.rs b/src/test/compile-fail/macro-no-implicit-reexport.rs
index e8d9f444cef..cd6640f8b6d 100644
--- a/src/test/compile-fail/macro-no-implicit-reexport.rs
+++ b/src/test/compile-fail/macro-no-implicit-reexport.rs
@@ -10,7 +10,6 @@
 
 // aux-build:macro_reexport_1.rs
 // aux-build:macro_non_reexport_2.rs
-// ignore-stage1
 
 #[macro_use] #[no_link]
 extern crate macro_non_reexport_2;
diff --git a/src/test/compile-fail/macro-reexport-not-locally-visible.rs b/src/test/compile-fail/macro-reexport-not-locally-visible.rs
index 26de51a7cf8..ca334d9fd2d 100644
--- a/src/test/compile-fail/macro-reexport-not-locally-visible.rs
+++ b/src/test/compile-fail/macro-reexport-not-locally-visible.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_reexport_1.rs
-// ignore-stage1
 
 #![feature(macro_reexport)]
 
diff --git a/src/test/compile-fail/macro-reexport-undef.rs b/src/test/compile-fail/macro-reexport-undef.rs
index e9b3ceff83d..8fa6b32905c 100644
--- a/src/test/compile-fail/macro-reexport-undef.rs
+++ b/src/test/compile-fail/macro-reexport-undef.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use(macro_two)]
 #[macro_reexport(no_way)] //~ ERROR reexported macro not found
diff --git a/src/test/compile-fail/macro-use-undef.rs b/src/test/compile-fail/macro-use-undef.rs
index a5a350bd30e..dd725aae95e 100644
--- a/src/test/compile-fail/macro-use-undef.rs
+++ b/src/test/compile-fail/macro-use-undef.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use(macro_two, no_way)] //~ ERROR imported macro not found
 extern crate two_macros;
diff --git a/src/test/compile-fail/macro-use-wrong-name.rs b/src/test/compile-fail/macro-use-wrong-name.rs
index 4e0486f0db7..4dc65434dc7 100644
--- a/src/test/compile-fail/macro-use-wrong-name.rs
+++ b/src/test/compile-fail/macro-use-wrong-name.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use(macro_one)]
 extern crate two_macros;
diff --git a/src/test/compile-fail/missing-macro-use.rs b/src/test/compile-fail/missing-macro-use.rs
index 0153d71fb26..bbce9c21287 100644
--- a/src/test/compile-fail/missing-macro-use.rs
+++ b/src/test/compile-fail/missing-macro-use.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 extern crate two_macros;
 
diff --git a/src/test/run-pass-fulldeps/issue-13560.rs b/src/test/run-pass-fulldeps/issue-13560.rs
index fc9f241af7f..88be7fe1212 100644
--- a/src/test/run-pass-fulldeps/issue-13560.rs
+++ b/src/test/run-pass-fulldeps/issue-13560.rs
@@ -11,7 +11,6 @@
 // aux-build:issue-13560-1.rs
 // aux-build:issue-13560-2.rs
 // aux-build:issue-13560-3.rs
-// ignore-stage1
 // ignore-musl
 
 // Regression test for issue #13560, the test itself is all in the dependent
diff --git a/src/test/run-pass/macro-crate-nonterminal-renamed.rs b/src/test/run-pass/macro-crate-nonterminal-renamed.rs
index ed7b1cbacad..93f5899e3ac 100644
--- a/src/test/run-pass/macro-crate-nonterminal-renamed.rs
+++ b/src/test/run-pass/macro-crate-nonterminal-renamed.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_crate_nonterminal.rs
-// ignore-stage1
 
 #[macro_use]
 extern crate macro_crate_nonterminal as new_name;
diff --git a/src/test/run-pass/macro-crate-nonterminal.rs b/src/test/run-pass/macro-crate-nonterminal.rs
index 9882f806a9e..28f9393ab7a 100644
--- a/src/test/run-pass/macro-crate-nonterminal.rs
+++ b/src/test/run-pass/macro-crate-nonterminal.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:macro_crate_nonterminal.rs
-// ignore-stage1
 
 #[macro_use]
 extern crate macro_crate_nonterminal;
diff --git a/src/test/run-pass/macro-export-inner-module.rs b/src/test/run-pass/macro-export-inner-module.rs
index 1c7b2530b90..e39f81e49d7 100644
--- a/src/test/run-pass/macro-export-inner-module.rs
+++ b/src/test/run-pass/macro-export-inner-module.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 //aux-build:macro_export_inner_module.rs
-//ignore-stage1
 
 #[macro_use] #[no_link]
 extern crate macro_export_inner_module;
diff --git a/src/test/run-pass/macro-reexport-no-intermediate-use.rs b/src/test/run-pass/macro-reexport-no-intermediate-use.rs
index dba623876b0..de7df1ec021 100644
--- a/src/test/run-pass/macro-reexport-no-intermediate-use.rs
+++ b/src/test/run-pass/macro-reexport-no-intermediate-use.rs
@@ -10,7 +10,6 @@
 
 // aux-build:macro_reexport_1.rs
 // aux-build:macro_reexport_2_no_use.rs
-// ignore-stage1
 
 #[macro_use] #[no_link]
 extern crate macro_reexport_2_no_use;
diff --git a/src/test/run-pass/macro-reexport.rs b/src/test/run-pass/macro-reexport.rs
index a6af8c45c24..b8926eca9e9 100644
--- a/src/test/run-pass/macro-reexport.rs
+++ b/src/test/run-pass/macro-reexport.rs
@@ -10,7 +10,6 @@
 
 // aux-build:macro_reexport_1.rs
 // aux-build:macro_reexport_2.rs
-// ignore-stage1
 
 #[macro_use] #[no_link]
 extern crate macro_reexport_2;
diff --git a/src/test/run-pass/macro-use-all-and-none.rs b/src/test/run-pass/macro-use-all-and-none.rs
index b46910290a8..60e1d6287f1 100644
--- a/src/test/run-pass/macro-use-all-and-none.rs
+++ b/src/test/run-pass/macro-use-all-and-none.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use]
 #[macro_use()]
diff --git a/src/test/run-pass/macro-use-all.rs b/src/test/run-pass/macro-use-all.rs
index cf72d2c6230..ca9c0e23e7c 100644
--- a/src/test/run-pass/macro-use-all.rs
+++ b/src/test/run-pass/macro-use-all.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use]
 extern crate two_macros;
diff --git a/src/test/run-pass/macro-use-both.rs b/src/test/run-pass/macro-use-both.rs
index 4b0814bef04..7e0a374ef15 100644
--- a/src/test/run-pass/macro-use-both.rs
+++ b/src/test/run-pass/macro-use-both.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use(macro_one, macro_two)]
 extern crate two_macros;
diff --git a/src/test/run-pass/macro-use-one.rs b/src/test/run-pass/macro-use-one.rs
index 7911fec94da..6a30b3e55ba 100644
--- a/src/test/run-pass/macro-use-one.rs
+++ b/src/test/run-pass/macro-use-one.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use(macro_two)]
 extern crate two_macros;
diff --git a/src/test/run-pass/two-macro-use.rs b/src/test/run-pass/two-macro-use.rs
index 51c0b75e8fb..5df9d0222b4 100644
--- a/src/test/run-pass/two-macro-use.rs
+++ b/src/test/run-pass/two-macro-use.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:two_macros.rs
-// ignore-stage1
 
 #[macro_use(macro_one)]
 #[macro_use(macro_two)]