Skip to content

Commit

Permalink
Unignore tests in stage1
Browse files Browse the repository at this point in the history
We don't have any pending snapshot-requiring changes. Closes rust-lang#20184.
  • Loading branch information
tamird committed May 12, 2015
1 parent 2a5a320 commit c032e81
Show file tree
Hide file tree
Showing 55 changed files with 0 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/gated-macro-reexports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/gated-plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/issue-15778-fail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_for_crate.rs
// ignore-stage1
// compile-flags: -D crate-not-okay

#![feature(plugin, custom_attribute)] //~ ERROR crate is not marked with #![crate_okay]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_group_plugin_test.rs
// ignore-stage1
// compile-flags: -D lint-me

#![feature(plugin)]
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/lint-plugin-deny-attr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_plugin_test.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(lint_plugin_test)]
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/lint-plugin-deny-cmdline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_plugin_test.rs
// ignore-stage1
// compile-flags: -D test-lint

#![feature(plugin)]
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/lint-plugin-forbid-attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_plugin_test.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(lint_plugin_test)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_plugin_test.rs
// ignore-stage1
// compile-flags: -F test-lint

#![feature(plugin)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/macro-crate-rlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/plugin-MacroRulesTT.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:macro_crate_MacroRulesTT.rs
// ignore-stage1
// error-pattern: plugin tried to register a new MacroRulesTT

#![feature(plugin)]
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail-fulldeps/plugin-plus-extern-crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/asm-src-loc-codegen-units.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//
// ignore-stage1 (#20184)
// compile-flags: -C codegen-units=2
// error-pattern: build without -C codegen-units for more exact errors

Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/empty-macro-use.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:two_macros.rs
// ignore-stage1

#[macro_use()]
extern crate two_macros;
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/macro-crate-nonterminal-non-root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:macro_crate_nonterminal.rs
// ignore-stage1

mod foo {
#[macro_use]
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/macro-no-implicit-reexport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:macro_reexport_1.rs
// ignore-stage1

#![feature(macro_reexport)]

Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/macro-reexport-undef.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/macro-use-undef.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/macro-use-wrong-name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:two_macros.rs
// ignore-stage1

#[macro_use(macro_one)]
extern crate two_macros;
Expand Down
1 change: 0 additions & 1 deletion src/test/compile-fail/missing-macro-use.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:two_macros.rs
// ignore-stage1

extern crate two_macros;

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/derive-totalsum-attr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:custom_derive_plugin_attr.rs
// ignore-stage1

#![feature(plugin, custom_derive, custom_attribute)]
#![plugin(custom_derive_plugin_attr)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/derive-totalsum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:custom_derive_plugin.rs
// ignore-stage1

#![feature(plugin, custom_derive)]
#![plugin(custom_derive_plugin)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/issue-13560.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/issue-15778-pass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_for_crate.rs
// ignore-stage1
// compile-flags: -D crate-not-okay

#![feature(plugin, custom_attribute)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-stage1
// aux-build:issue_16723_multiple_items_syntax_ext.rs
#![feature(plugin)]
#![plugin(issue_16723_multiple_items_syntax_ext)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/lint-group-plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_group_plugin_test.rs
// ignore-stage1
// ignore-pretty

#![feature(plugin)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/lint-plugin-cmdline-allow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_plugin_test.rs
// ignore-stage1
// compile-flags: -A test-lint

#![feature(plugin)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/lint-plugin-cmdline-load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_plugin_test.rs
// ignore-stage1
// ignore-pretty: Random space appears with the pretty test
// compile-flags: -Z extra-plugins=lint_plugin_test

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/lint-plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:lint_plugin_test.rs
// ignore-stage1
// ignore-pretty

#![feature(plugin)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/llvm-pass-plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:llvm_pass_plugin.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(llvm_pass_plugin)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:macro_crate_test.rs
// ignore-stage1

// Issue #15750: a macro that internally parses its input and then
// uses `quote_expr!` to rearrange it should be hygiene-preserving.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:plugin_crate_outlive_expansion_phase.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(plugin_crate_outlive_expansion_phase)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/macro-crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:macro_crate_test.rs
// ignore-stage1

#![feature(plugin, custom_attribute)]
#![plugin(macro_crate_test)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/mbe_matching_test_macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:procedural_mbe_matching.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(procedural_mbe_matching)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/plugin-args-1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:plugin_args.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(plugin_args)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/plugin-args-2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:plugin_args.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(plugin_args())]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/plugin-args-3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:plugin_args.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(plugin_args(hello(there), how(are="you")))]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/plugin-lib-ok-in-plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

// aux-build:macro_crate_test.rs
// aux-build:plugin_with_plugin_lib.rs
// ignore-stage1
// ignore-cross-compile
//
// macro_crate_test will not compile on a cross-compiled target because
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/plugin-plus-extern-crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass-fulldeps/roman-numerals-macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:roman_numerals.rs
// ignore-stage1

#![feature(plugin)]
#![plugin(roman_numerals)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

// aux-build:syntax_extension_with_dll_deps_1.rs
// aux-build:syntax_extension_with_dll_deps_2.rs
// ignore-stage1

#![feature(plugin, rustc_private)]
#![plugin(syntax_extension_with_dll_deps_2)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/macro-crate-nonterminal-renamed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/macro-crate-nonterminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:macro_crate_nonterminal.rs
// ignore-stage1

#[macro_use]
extern crate macro_crate_nonterminal;
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/macro-export-inner-module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/macro-reexport-no-intermediate-use.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/macro-reexport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit c032e81

Please sign in to comment.