Skip to content

Commit

Permalink
Auto merge of #3170 - alexcrichton:ignore-rustc-macro, r=alexcrichton
Browse files Browse the repository at this point in the history
Ignore rustc-macro tests for now

We need to ignore them to land rust-lang/rust#36945 and after that we'll shortly
re-enable them.
  • Loading branch information
bors authored Oct 6, 2016
2 parents 505b9b0 + c765af7 commit d3bad1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rustc-macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use cargotest::support::{project, execs};
use hamcrest::assert_that;

#[test]
#[ignore]
fn noop() {
if !is_nightly() {
return;
Expand Down Expand Up @@ -62,6 +63,7 @@ fn noop() {
}

#[test]
#[ignore]
fn impl_and_derive() {
if !is_nightly() {
return;
Expand Down Expand Up @@ -146,6 +148,7 @@ fn impl_and_derive() {
}

#[test]
#[ignore]
fn plugin_and_rustc_macro() {
if !is_nightly() {
return;
Expand Down

0 comments on commit d3bad1a

Please sign in to comment.