Ignore cross-compilation in some fulldeps tests.
These tests fail, in general, for cross-compilation, because they require the rustc crates to exist for the target, and they don't. We can't compile them for the target unless we also compile LLVM for the target (we don't). Android is a subset of cross-compilation. The other fulldeps tests, on the other hand, work fine for cross-compilation, and in fact, are verifying that rustc correctly searches for a host plugin crate, not a target plugin crate.
This commit is contained in:
parent
d57fc92949
commit
f7962d2dae
@ -11,7 +11,6 @@
|
||||
// aux-build:rlib_crate_test.rs
|
||||
// ignore-stage1
|
||||
// ignore-tidy-linelength
|
||||
// ignore-android
|
||||
// ignore-cross-compile gives a different error message
|
||||
|
||||
#![feature(plugin)]
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
// Test that the CompilerCalls interface to the compiler works.
|
||||
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(rustc_private, path)]
|
||||
#![feature(core)]
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
// no-prefer-dynamic
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-pretty
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(quote, rustc_private)]
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
// ignore-pretty: does not work well with `--test`
|
||||
|
||||
#![feature(quote, rustc_private)]
|
||||
|
@ -8,6 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-cross-compile
|
||||
// ignore-pretty
|
||||
// ignore-test
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
// ignore-pretty: does not work well with `--test`
|
||||
|
||||
#![feature(quote, rustc_private)]
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
// ignore-pretty: does not work well with `--test`
|
||||
|
||||
#![feature(quote, rustc_private)]
|
||||
|
@ -11,7 +11,7 @@
|
||||
// This test can't be a unit test in std,
|
||||
// because it needs TempDir, which is in extra
|
||||
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(rustc_private, path_ext)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user