From: Alex Crichton Date: Thu, 6 Oct 2016 16:46:32 +0000 (-0700) Subject: Ignore rustc-macro tests for now X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~50^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c765af739da8c79d6a9419c7599073de23444d6c;p=cargo.git 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. --- diff --git a/tests/rustc-macro.rs b/tests/rustc-macro.rs index f3d618b12..f9ea79d2a 100644 --- a/tests/rustc-macro.rs +++ b/tests/rustc-macro.rs @@ -6,6 +6,7 @@ use cargotest::support::{project, execs}; use hamcrest::assert_that; #[test] +#[ignore] fn noop() { if !is_nightly() { return; @@ -62,6 +63,7 @@ fn noop() { } #[test] +#[ignore] fn impl_and_derive() { if !is_nightly() { return; @@ -146,6 +148,7 @@ fn impl_and_derive() { } #[test] +#[ignore] fn plugin_and_rustc_macro() { if !is_nightly() { return;