about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-06-20 14:06:37 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-06-20 14:06:37 +0200
commitb30ef41833bef87fe6cca7ec3717380c300150ea (patch)
tree5241f57875c84791ecc6ab2ffd3a667b76e884a6
parent1ba5c9808cddfd4b566451d60f54b242293f7f98 (diff)
downloadrust-b30ef41833bef87fe6cca7ec3717380c300150ea.tar.gz
rust-b30ef41833bef87fe6cca7ec3717380c300150ea.zip
Ignore arm targets as well for `run-make/rustdoc-io-error` tests
-rw-r--r--tests/run-make/rustdoc-io-error/rmake.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-make/rustdoc-io-error/rmake.rs b/tests/run-make/rustdoc-io-error/rmake.rs
index d47d1cfe727..d60e4438e6f 100644
--- a/tests/run-make/rustdoc-io-error/rmake.rs
+++ b/tests/run-make/rustdoc-io-error/rmake.rs
@@ -6,8 +6,8 @@
 // permissions so that it is not writable. We have to take special care to set
 // the permissions back to normal so that it's able to be deleted later.
 
-// On windows, the `set_readonly` functions doesn't work on folders.
-//@ ignore-windows
+//@ ignore-windows - the `set_readonly` functions doesn't work on folders.
+//@ ignore-arm - weird file perms on armhf-gnu
 
 use run_make_support::{path, rustdoc};
 use std::fs;