Replace ignore-android with ignore-cross-compile in rustdoc tests

The problem is that rustdoc searches for external crates using the host
triple, not the target triple. It's actually unclear to me whether this is
correct behavior or not, but it is necessary to get cross-compiled tests
working.
This commit is contained in:
Ryan Prichard 2015-04-22 15:22:36 -07:00
parent f7962d2dae
commit 89b6f397c5
19 changed files with 19 additions and 19 deletions

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:rustdoc-default-impl.rs
// ignore-android
// ignore-cross-compile
extern crate rustdoc_default_impl as foo;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:rustdoc-extern-default-method.rs
// ignore-android
// ignore-cross-compile
extern crate rustdoc_extern_default_method as ext;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:rustdoc-extern-method.rs
// ignore-android
// ignore-cross-compile
#![feature(unboxed_closures)]

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:rustdoc-ffi.rs
// ignore-android
// ignore-cross-compile
extern crate rustdoc_ffi as lib;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:inline-default-methods.rs
// ignore-android
// ignore-cross-compile
extern crate inline_default_methods;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-13698.rs
// ignore-android
// ignore-cross-compile
extern crate issue_13698;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-15318.rs
// ignore-android
// ignore-cross-compile
extern crate issue_15318;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-15318.rs
// ignore-android
// ignore-cross-compile
#![feature(no_std)]
#![no_std]

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-17476.rs
// ignore-android
// ignore-cross-compile
extern crate issue_17476;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-19190-3.rs
// ignore-android
// ignore-cross-compile
extern crate issue_19190_3;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-20646.rs
// ignore-android
// ignore-cross-compile
#![feature(associated_types)]

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-20727.rs
// ignore-android
// ignore-cross-compile
extern crate issue_20727;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-20727.rs
// ignore-android
// ignore-cross-compile
extern crate issue_20727;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-20727.rs
// ignore-android
// ignore-cross-compile
extern crate issue_20727;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-20727.rs
// ignore-android
// ignore-cross-compile
extern crate issue_20727;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-21092.rs
// ignore-android
// ignore-cross-compile
extern crate issue_21092;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-21801.rs
// ignore-android
// ignore-cross-compile
extern crate issue_21801;

View file

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:issue-22025.rs
// ignore-android
// ignore-cross-compile
extern crate issue_22025;

View file

@ -10,7 +10,7 @@
// aux-build:issue-23207-1.rs
// aux-build:issue-23207-2.rs
// ignore-android
// ignore-cross-compile
extern crate issue_23207_2;