From b30ef41833bef87fe6cca7ec3717380c300150ea Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 20 Jun 2024 14:06:37 +0200 Subject: [PATCH] Ignore arm targets as well for `run-make/rustdoc-io-error` tests --- tests/run-make/rustdoc-io-error/rmake.rs | 4 ++-- 1 file 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;