Skip to content

Commit 6a6d933

Browse files
committed
test: Ignore some phase(syntax) tests
These tests are failing on the snap builders, and are now tagged with a FIXME. cc rust-lang#12102
1 parent 2543177 commit 6a6d933

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/compile-fail/macro-crate-unexported-macro.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// aux-build:macro_crate_test.rs
1212
// ignore-stage1
1313
// ignore-android
14+
// ignore-cross-compile #12102
1415

1516
#[feature(phase)];
1617

src/test/compile-fail/phase-syntax-doesnt-resolve.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// aux-build:macro_crate_test.rs
1212
// ignore-stage1
1313
// ignore-android
14+
// ignore-cross-compile #12102
1415

1516
#[feature(phase)];
1617

0 commit comments

Comments
 (0)