Skip to content

Commit db662d2

Browse files
committed
Unignore tests in stage1
We don't have any pending snapshot-requiring changes. Closes #20184.
1 parent 2a5a320 commit db662d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+0
-54
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/issue-15778-fail.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:lint_for_crate.rs
12-
// ignore-stage1
1312
// compile-flags: -D crate-not-okay
1413

1514
#![feature(plugin, custom_attribute)] //~ ERROR crate is not marked with #![crate_okay]

src/test/compile-fail-fulldeps/lint-group-plugin-deny-cmdline.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:lint_group_plugin_test.rs
12-
// ignore-stage1
1312
// compile-flags: -D lint-me
1413

1514
#![feature(plugin)]

src/test/compile-fail-fulldeps/lint-plugin-deny-attr.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:lint_plugin_test.rs
12-
// ignore-stage1
1312

1413
#![feature(plugin)]
1514
#![plugin(lint_plugin_test)]

src/test/compile-fail-fulldeps/lint-plugin-deny-cmdline.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:lint_plugin_test.rs
12-
// ignore-stage1
1312
// compile-flags: -D test-lint
1413

1514
#![feature(plugin)]

src/test/compile-fail-fulldeps/lint-plugin-forbid-attrs.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:lint_plugin_test.rs
12-
// ignore-stage1
1312

1413
#![feature(plugin)]
1514
#![plugin(lint_plugin_test)]

src/test/compile-fail-fulldeps/lint-plugin-forbid-cmdline.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:lint_plugin_test.rs
12-
// ignore-stage1
1312
// compile-flags: -F test-lint
1413

1514
#![feature(plugin)]

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;

0 commit comments

Comments
 (0)