mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
ignore tests broken while cross compiling
This commit is contained in:
parent
5fe1e47f80
commit
f5659f28f8
@ -1,3 +1,5 @@
|
||||
//@ ignore-cross-compile attempts to run the doctests
|
||||
|
||||
// Check that valid binaries are persisted by running them, regardless of whether the
|
||||
// --run or --no-run option is used.
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
// warnings when used, and that binaries produced by it can also be successfully executed.
|
||||
// See https://github.com/rust-lang/rust/pull/23238
|
||||
|
||||
//@ ignore-cross-compile target-cpu=native doesn't work well when cross compiling
|
||||
|
||||
use run_make_support::{run, rustc};
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user