Skip to content

Commit

Permalink
Ignore arm targets as well for run-make/rustdoc-io-error tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 20, 2024
1 parent 1ba5c98 commit b30ef41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run-make/rustdoc-io-error/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b30ef41

Please sign in to comment.