Skip to content

Commit f548a05

Browse files
committed
Unignore some tests in stage1
We don't have any pending snapshot-requiring changes. Tests which continue to be ignored are those that are broken by codegen changes.
1 parent cce30b2 commit f548a05

26 files changed

+0
-26
lines changed

src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-stage1
1211
// force-host
1312

1413
#![feature(plugin_registrar, quote, rustc_private)]

src/test/compile-fail-fulldeps/gated-macro-reexports.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// Test that macro reexports item are gated by `macro_reexport` feature gate.
1212

1313
// aux-build:macro_reexport_1.rs
14-
// ignore-stage1
1514

1615
#![crate_type = "dylib"]
1716

src/test/compile-fail-fulldeps/gated-plugin.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:macro_crate_test.rs
12-
// ignore-stage1
1312

1413
#![plugin(macro_crate_test)]
1514
//~^ ERROR compiler plugins are experimental and possibly buggy

src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:macro_crate_test.rs
12-
// ignore-stage1
1312

1413
#[macro_use] #[no_link]
1514
extern crate macro_crate_test;

src/test/compile-fail-fulldeps/macro-crate-rlib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:rlib_crate_test.rs
12-
// ignore-stage1
1312
// ignore-tidy-linelength
1413
// ignore-cross-compile gives a different error message
1514

src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:macro_crate_test.rs
12-
// ignore-stage1
1312

1413
#[macro_use] #[no_link]
1514
extern crate macro_crate_test;

src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:macro_crate_test.rs
12-
// ignore-stage1
1312
// ignore-cross-compile
1413
//
1514
// macro_crate_test will not compile on a cross-compiled target because

src/test/compile-fail/empty-macro-use.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use()]
1514
extern crate two_macros;

src/test/compile-fail/macro-crate-nonterminal-non-root.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:macro_crate_nonterminal.rs
12-
// ignore-stage1
1312

1413
mod foo {
1514
#[macro_use]

src/test/compile-fail/macro-no-implicit-reexport.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// aux-build:macro_reexport_1.rs
1212
// aux-build:macro_non_reexport_2.rs
13-
// ignore-stage1
1413

1514
#[macro_use] #[no_link]
1615
extern crate macro_non_reexport_2;

0 commit comments

Comments
 (0)