about summary refs log tree commit diff
path: root/tests/run-make/exit-code/Makefile
AgeCommit message (Collapse)AuthorLines
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+1
Implement rust-lang/compiler-team#578. When an ICE is encountered on nightly releases, the new rustc panic handler will also write the contents of the backtrace to disk. If any `delay_span_bug`s are encountered, their backtrace is also added to the file. The platform and rustc version will also be collected.
2023-03-30ignore failing cross-compiled run-make testsJoshua Nelson-0/+1
`run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+11
They pass fine.