about summary refs log tree commit diff
path: root/tests/run-make/dump-ice-to-disk
AgeCommit message (Collapse)AuthorLines
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