From 58802d6ad46d5070ae070813f429bd5afb98db17 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 3 Mar 2014 00:08:13 -0800 Subject: [PATCH] test: Ignore some more syntax extension tests This should get us a passing snapshot again. --- src/test/compile-fail/macro-crate-unexported-macro.rs | 1 + src/test/compile-fail/phase-syntax-doesnt-resolve.rs | 1 + .../run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs | 1 + src/test/run-pass-fulldeps/macro-crate.rs | 1 + 4 files changed, 4 insertions(+) diff --git a/src/test/compile-fail/macro-crate-unexported-macro.rs b/src/test/compile-fail/macro-crate-unexported-macro.rs index aaf89807ced..3ff19923df6 100644 --- a/src/test/compile-fail/macro-crate-unexported-macro.rs +++ b/src/test/compile-fail/macro-crate-unexported-macro.rs @@ -11,6 +11,7 @@ // aux-build:macro_crate_test.rs // ignore-stage1 // ignore-android +// ignore-cross-compile #12102 #[feature(phase)]; diff --git a/src/test/compile-fail/phase-syntax-doesnt-resolve.rs b/src/test/compile-fail/phase-syntax-doesnt-resolve.rs index 8efa910f7c6..98ca0697db9 100644 --- a/src/test/compile-fail/phase-syntax-doesnt-resolve.rs +++ b/src/test/compile-fail/phase-syntax-doesnt-resolve.rs @@ -11,6 +11,7 @@ // aux-build:macro_crate_test.rs // ignore-stage1 // ignore-android +// ignore-cross-compile #12102 #[feature(phase)]; diff --git a/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs b/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs index 80ebf54559f..eb705b8d8a0 100644 --- a/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs +++ b/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs @@ -12,6 +12,7 @@ // ignore-stage1 // ignore-fast // ignore-android +// ignore-cross-compile #12102 #[feature(phase)]; diff --git a/src/test/run-pass-fulldeps/macro-crate.rs b/src/test/run-pass-fulldeps/macro-crate.rs index 6738bd245e3..69c6e7b0585 100644 --- a/src/test/run-pass-fulldeps/macro-crate.rs +++ b/src/test/run-pass-fulldeps/macro-crate.rs @@ -12,6 +12,7 @@ // ignore-stage1 // ignore-fast // ignore-android +// ignore-cross-compile #12102 #[feature(phase)];