| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-10 | Use `is_windows_msvc` instead of `is_msvc` in run-make tests | Jieyou Xu | -3/+3 | |
| 2025-06-19 | Adjust some run-make tests on cross-compile | Jieyou Xu | -2/+4 | |
| 2025-06-12 | ignore `run-make` tests that need `std` on `no_std` targets | Folkert de Vries | -0/+2 | |
| In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda` | ||||
| 2024-12-23 | fix a few typos in rmake tests' comments | Rémy Rakic | -1/+1 | |
| 2024-08-03 | Remove skipping symbols with the `__imp_` prefix | Chris Denton | -1/+1 | |
| 2024-08-03 | Update rmake.rs | Chris Denton | -2/+2 | |
| 2024-08-03 | Use object in run-make/symbols-visibility | Chris Denton | -44/+32 | |
| 2024-07-31 | use llvm-nm in symbol-visibility rmake test | Oneirical | -9/+20 | |
| 2024-07-30 | invalid stdout_utf8 handling in run_make_support | Oneirical | -1/+1 | |
| 2024-07-30 | rewrite symbol-visibility to rmake | Oneirical | -123/+168 | |
| 2024-05-31 | Run rustfmt on `tests/run-make/`. | Nicholas Nethercote | -5/+7 | |
| With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk. | ||||
| 2023-03-30 | ignore failing cross-compiled run-make tests | Joshua 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-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -0/+177 | |
| They pass fine. | ||||
