diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-03-02 14:32:20 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-02 14:39:34 -0800 |
| commit | 6a6d933af3862d650498b19d1b18caae98966edb (patch) | |
| tree | 2e0af08c81068f7dd60c75fb6c56fa1e0d362603 | |
| parent | 25431774a933a3b0c5212ea45150660544dec1ec (diff) | |
| download | rust-6a6d933af3862d650498b19d1b18caae98966edb.tar.gz rust-6a6d933af3862d650498b19d1b18caae98966edb.zip | |
test: Ignore some phase(syntax) tests
These tests are failing on the snap builders, and are now tagged with a FIXME. cc #12102
| -rw-r--r-- | src/test/compile-fail/macro-crate-unexported-macro.rs | 1 | ||||
| -rw-r--r-- | src/test/compile-fail/phase-syntax-doesnt-resolve.rs | 1 |
2 files changed, 2 insertions, 0 deletions
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)]; |
