Skip to content

Commit b30ef41

Browse files
Ignore arm targets as well for run-make/rustdoc-io-error tests
1 parent 1ba5c98 commit b30ef41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/run-make/rustdoc-io-error/rmake.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// permissions so that it is not writable. We have to take special care to set
77
// the permissions back to normal so that it's able to be deleted later.
88

9-
// On windows, the `set_readonly` functions doesn't work on folders.
10-
//@ ignore-windows
9+
//@ ignore-windows - the `set_readonly` functions doesn't work on folders.
10+
//@ ignore-arm - weird file perms on armhf-gnu
1111

1212
use run_make_support::{path, rustdoc};
1313
use std::fs;

0 commit comments

Comments
 (0)