about summary refs log tree commit diff
path: root/tests/run-make/pgo-use
AgeCommit message (Collapse)AuthorLines
2025-08-13Fix pgo testsywxt-0/+2
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-1/+1
2024-09-05tests: use renamed `stdin_buf`许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-3/+3
2024-07-05Add shallow_find_files helper function to run-make-supportOneirical-13/+14
2024-07-05rewrite pgo-use to rmakeOneirical-43/+54
2024-06-14Remove `//@ ignore-windows-gnu` from tests that need the profilerZalathar-4/+0
The profiler runtime is no longer built in mingw test jobs, so these tests should naturally be skipped by `//@ needs-profiler-support`.
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-1/+1
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-08-30`ignore-cross-compile` remaining tests that run binariesLukas Wirth-0/+1
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+80
They pass fine.