about summary refs log tree commit diff
path: root/tests/run-make/dump-ice-to-disk
AgeCommit message (Collapse)AuthorLines
2025-06-17Refine run-make test ignores due to unpredictable `i686-pc-windows-gnu` ↵Jieyou Xu-8/+8
unwind mechanism
2024-12-23remove unnecessary `mut` from `dump-ice-to-disk` rmake testRémy Rakic-1/+1
2024-08-18tests: disable `dump-ice-to-disk` for i686-mingw许杰友 Jieyou Xu (Joe)-0/+3
To avoid blocking full CI.
2024-08-15tests: re-enable `dump-ice-to-disk` for Windows许杰友 Jieyou Xu (Joe)-5/+8
This test was previously flakey on `i686-mingw`, but since some modifications I could no longer make it fail on `i686-mingw`. See <https://github.com/rust-lang/rust/pull/128958> for multiple try job runs.
2024-08-11tests: ignore `dump-ice-to-disk` on windows许杰友 Jieyou Xu (Joe)-3/+4
2024-08-11tests: tidy up `dump-ice-to-disk` and make assertion failures extremely verbose许杰友 Jieyou Xu (Joe)-113/+172
2024-08-10Rollup merge of #128909 - saethlin:run-make-ice-yes, r=jieyouxuGuillaume Gomez-1/+1
Fix dump-ice-to-disk for RUSTC_ICE=0 users Before this change, the test fails if you run it with `RUSTC_ICE=0`.
2024-08-09Fix dump-ice-to-disk for RUSTC_ICE=0 usersBen Kimock-1/+1
2024-08-07Add -Zerror-metrics=PATH to save diagnostic metadata to diskJane Losare-Lusby-15/+71
2024-07-25rewrite panic-abort-eh_frame to rmakeOneirical-25/+42
2024-07-25rewrite dump-ice-to-disk to rmakeOneirical-74/+64
2023-10-17Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump filesEsteban Küber-0/+6
Windows paths do not support `:`, so use a datetime format in ICE dump paths that Windows will accept. Fix #116809, fix #115180.
2023-09-07Don't modify libstd to dump rustc ICEsMichael Goulet-2/+2
2023-07-20Fix `dump-ice-to-disk` and `short-ice` tests when librustc-driver is ↵Raoul Strackx-0/+1
dynamically linked
2023-07-19Add run-make test for ICE dumpEsteban Küber-0/+74