Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f53ee54

Browse files
committed
tests: ignore some doctests on cross-compile
1 parent 42000eb commit f53ee54

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/run-make/doctests-merge/rmake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//@ ignore-cross-compile (needs to run doctests)
2+
13
use std::path::Path;
24

35
use run_make_support::{cwd, diff, rustc, rustdoc};

tests/run-make/doctests-runtool/rmake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Tests behavior of rustdoc `--runtool`.
22

3+
//@ ignore-cross-compile (attempts to run the doctests)
4+
35
use std::path::PathBuf;
46

57
use run_make_support::rfs::{create_dir, remove_dir_all};

0 commit comments

Comments
 (0)