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:
Ryan Prichard 2015-04-22 15:20:57 -07:00
parent d57fc92949
commit f7962d2dae
10 changed files with 9 additions and 9 deletions

View File

@ -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)]

View File

@ -10,7 +10,7 @@
// Test that the CompilerCalls interface to the compiler works.
// ignore-android
// ignore-cross-compile
#![feature(rustc_private, path)]
#![feature(core)]

View File

@ -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)]

View File

@ -9,7 +9,7 @@
// except according to those terms.
// no-prefer-dynamic
// ignore-android
// ignore-cross-compile
#![feature(rustc_private)]

View File

@ -9,7 +9,7 @@
// except according to those terms.
// ignore-pretty
// ignore-android
// ignore-cross-compile
#![feature(quote, rustc_private)]

View File

@ -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)]

View File

@ -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

View File

@ -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)]

View File

@ -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)]

View File

@ -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)]