mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
auto merge of #12190 : alexcrichton/rust/fix-snap-again, r=brson
Loadable syntax extensions don't work when cross compiling (see #12102), so the fourcc tests all need to be ignored. They're valuable tests, so they shouldn't be outright ignored, so they're now flagged with ignore-cross-compile
This commit is contained in:
@@ -108,6 +108,8 @@ fn ignore_stage(config: &config) -> ~str {
|
||||
else if parse_name_directive(ln, ignore_stage(config)) { false }
|
||||
else if config.mode == common::mode_pretty &&
|
||||
parse_name_directive(ln, "ignore-pretty") { false }
|
||||
else if config.target != config.host &&
|
||||
parse_name_directive(ln, "ignore-cross-compile") { false }
|
||||
else { true }
|
||||
});
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
// ignore-stage1
|
||||
// ignore-pretty
|
||||
// ignore-android
|
||||
// ignore-cross-compile #12102
|
||||
|
||||
#[feature(phase)];
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
// ignore-stage1
|
||||
// ignore-pretty
|
||||
// ignore-android
|
||||
// ignore-cross-compile #12102
|
||||
|
||||
#[feature(phase)];
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
// ignore-stage1
|
||||
// ignore-pretty
|
||||
// ignore-android
|
||||
// ignore-cross-compile #12102
|
||||
|
||||
#[feature(phase)];
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
// ignore-stage1
|
||||
// ignore-pretty
|
||||
// ignore-android
|
||||
// ignore-cross-compile #12102
|
||||
|
||||
#[feature(phase)];
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
// ignore-stage1
|
||||
// ignore-pretty
|
||||
// ignore-android
|
||||
// ignore-cross-compile #12102
|
||||
|
||||
#[feature(phase)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user