SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 124 Rust

Rollup merge of #156562 - lms0806:issue_156558, r=Mark-Simulacrum

Resolving Windows environment test failures

This resolves an issue where the `fs::tests::test_fs_set_times follows symlink` and `fs::tests::test_fs_set_times_nofollow` tests failed locally due to permission issues in a Windows environment.

The code has been modified so that these tests do not proceed if permissions are not granted.

Since these tests can be passed with the necessary permissions via CI before merging, I believe it is appropriate for them to pass locally due to permission issues rather than fail.

Close rust-lang/rust#156558
J
Jonathan Brouwer committed
aeac6d9938aac3a30e5b2dd66a48e1853cdd0e50
Committed by GitHub <noreply@github.com> on 6/1/2026, 5:35:45 PM