Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ignore tests broken while cross compiling
  • Loading branch information
pietroalbini committed Mar 24, 2025
commit f5659f28f8a426d16c2c6f7b0ab7461958b4f0a6
2 changes: 2 additions & 0 deletions tests/run-make/doctests-keep-binaries/rmake.rs
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions tests/run-make/target-cpu-native/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Loading