5 Commits

Author SHA1 Message Date
Ross Sullivan
92d9a94d02
chore: Migrated testsuite to testsuite::prelude 2025-06-25 22:37:24 +09:00
Ed Page
306d515c08 fix(fingerprint): Don't throwaway the cache on RUSTFLAGS changes
Fixes #8716
2024-12-05 16:11:11 -06:00
Weihang Lo
4ee2a0a4ff
test(pgo): only run on nightly
So it won't run on rust-lang/rust's CI
because `CARGO_TEST_DISABLE_NIGHTLY` is set on that.

See rust-lang/rust 133675
2024-12-02 21:42:07 -05:00
Weihang Lo
c360958570
test(pgo): determine test runnability at compile time 2024-11-29 22:12:54 -05:00
Weihang Lo
02e25d5608
test(pgo): ensure PGO works
This is a regression test to prevent issues like #7416.

The test only run on Linux,
as other platforms have different requirements for PGO,
or emit different PGO function missing warnings.
2024-11-26 10:20:53 -05:00