about summary refs log tree commit diff
path: root/tests/run-make/exit-code
AgeCommit message (Collapse)AuthorLines
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-2/+2
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-0/+2
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
2024-08-15About rmake testsGuillaume Gomez-1/+1
2024-06-08Migrate runmake tests away from custom commands and `command_output`Jakub Beránek-6/+7
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-2/+2
2024-05-06Add new `output` method to `Rustc` and `Rustdoc` typesGuillaume Gomez-1/+1
2024-05-03Allow `fmt` to run on `rmake.rs` test filesGuillaume Gomez-23/+7
2024-05-02Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;`León Orell Valerian Liehr-2/+0
2024-04-09run-make: make arg take AsRef<OsStr> instead of str5225225-1/+2
2024-04-08move exit-code to rmake5225225-12/+42
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/+24
They pass fine.