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:
commit
2ca02eae1c
6 changed files with 7 additions and 5 deletions
|
|
@ -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)];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue