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:
parent
f7962d2dae
commit
89b6f397c5
19 changed files with 19 additions and 19 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:rustdoc-extern-method.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(unboxed_closures)]
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-13698.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_13698;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-15318.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_15318;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-15318.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(no_std)]
|
||||
#![no_std]
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-17476.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_17476;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-20646.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
#![feature(associated_types)]
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-20727.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_20727;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-20727.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_20727;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-20727.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_20727;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-20727.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_20727;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-21092.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_21092;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-21801.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_21801;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:issue-22025.rs
|
||||
// ignore-android
|
||||
// ignore-cross-compile
|
||||
|
||||
extern crate issue_22025;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue