Description
rust/src/tools/compiletest/src/runtest.rs
Lines 3420 to 3441 in bbe9a9c
aggressive_rm_rf
seems to only account for read-only files in Windows (and tries really hard to rm -rf), but does not try as hard on Linux or macOS or other non-Windows platforms. This can pose issues to tests that modifies file or folder permissions in one way or another that could cause fs::remove_file
to fail, which can lead to artifacts lingering around and cause tests results to not be reproducible.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done