about summary refs log tree commit diff
path: root/tests/run-make/emit-stack-sizes
AgeCommit message (Collapse)AuthorLines
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-2/+1
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-0/+1
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
2024-06-28rewrite emit-stack-sizes to rmakeOneirical-12/+23
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-2/+2
This adds the `only-apple`/`ignore-apple` compiletest directive, and uses that basically everywhere instead of `only-macos`/`ignore-macos`. Some of the updates in `run-make` are a bit redundant, as they use `ignore-cross-compile` and won't run on iOS - but using Apple in these is still more correct, so I've made that change anyhow.
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+1
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+15
They pass fine.