Skip to content

Commit

Permalink
Auto merge of #39250 - cseale:issue_30924, r=est31
Browse files Browse the repository at this point in the history
[Gate Tests] - marking feature tests

Removal of the lang feature gate tests whitelist #39059

r? @est31
  • Loading branch information
bors committed Jan 31, 2017
2 parents 8e9e055 + 94e9086 commit b854d74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail-fulldeps/gated-macro-reexports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// Test that macro reexports item are gated by `macro_reexport` feature gate.

// aux-build:macro_reexport_1.rs
// gate-test-macro_reexport

#![crate_type = "dylib"]

Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail-fulldeps/gated-quote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

// FIXME the error message that is current emitted seems pretty bad.

// gate-test-quote

#![feature(rustc_private)]
#![allow(dead_code, unused_imports, unused_variables)]

Expand Down
3 changes: 1 addition & 2 deletions src/tools/tidy/src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ pub fn check(path: &Path, bad: &mut bool) {

// FIXME get this whitelist empty.
let whitelist = vec![
"abi_ptx", "simd", "macro_reexport",
"static_recursion", "quote",
"abi_ptx", "simd", "static_recursion",
"cfg_target_has_atomic", "staged_api", "const_indexing",
"unboxed_closures", "stmt_expr_attributes",
"cfg_target_thread_local", "unwind_attributes",
Expand Down

0 comments on commit b854d74

Please sign in to comment.