We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-make/rustdoc-io-error
1 parent 1ba5c98 commit b30ef41Copy full SHA for b30ef41
tests/run-make/rustdoc-io-error/rmake.rs
@@ -6,8 +6,8 @@
6
// permissions so that it is not writable. We have to take special care to set
7
// the permissions back to normal so that it's able to be deleted later.
8
9
-// On windows, the `set_readonly` functions doesn't work on folders.
10
-//@ ignore-windows
+//@ ignore-windows - the `set_readonly` functions doesn't work on folders.
+//@ ignore-arm - weird file perms on armhf-gnu
11
12
use run_make_support::{path, rustdoc};
13
use std::fs;
0 commit comments