about summary refs log tree commit diff
path: root/tests/run-make/link-args-order
AgeCommit message (Collapse)AuthorLines
2025-07-10Use `is_windows_msvc` instead of `is_msvc` in run-make testsJieyou Xu-2/+2
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-1/+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-12-14don't show the full linker args unless `--verbose` is passedjyn-2/+4
the linker arguments can be *very* long, especially for crates with many dependencies. some parts of them are not very useful. unless specifically requested: - omit object files specific to the current invocation - fold rlib files into a single braced argument (in shell expansion format) this shortens the output significantly without removing too much information.
2024-08-04Enable msvc for link-args-orderChris Denton-6/+5
2024-06-19make assert_stderr_contains print its contents on panicOneirical-8/+11
2024-06-18Rewrite lto-readonly-lib to rmakeOneirical-30/+18
2024-06-18Rewrite link-args-order to rmakeOneirical-10/+39
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+11
They pass fine.