]> git.proxmox.com Git - cargo.git/commitdiff
Ignore rustc-macro tests for now
authorAlex Crichton <alex@alexcrichton.com>
Thu, 6 Oct 2016 16:46:32 +0000 (09:46 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 6 Oct 2016 16:46:32 +0000 (09:46 -0700)
We need to ignore them to land rust-lang/rust#36945 and after that we'll shortly
re-enable them.

tests/rustc-macro.rs

index f3d618b1228e62922581d053abbf62e9a26b9a04..f9ea79d2a17b7ee7aa61a2047bd4123066d1b5ba 100644 (file)
@@ -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;