about summary refs log tree commit diff
path: root/tests/run-make/link-dedup
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-4/+6
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-6/+6
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-04run-make: enable msvc for link-dedupChris Denton-8/+25
2024-06-17Rewrite and rename `issue-26092` to rmakeOneirical-30/+10
2024-06-17rewrite `link-dedup` to rmakeOneirical-0/+32
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+39
They pass fine.