2 Commits

Author SHA1 Message Date
Aleksey Kliger 0c05f6c478 Add ignore-cross-compile to incremental-finalize-fail
The test needs proc-macros to function
2026-03-27 10:44:41 -04:00
Aleksey Kliger 0cc4946219 add a test to make rustc_incremental finalize_session_directory rename fail
Use a proc macro to observe the incremental session directory and do
something platform specific so that renaming the '-working' session
directory during finalize_session_directory will fail.  On Unix,
change the permissions on the parent directory to be read-only.  On
Windows, open and leak a file inside the `-working` directory.
2026-03-19 22:37:45 -04:00