aboutsummaryrefslogtreecommitdiff
path: root/test/incremental/add_decl
AgeCommit message (Collapse)Author
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-01-25incr-check: check compile errors against expectedmlugg
Also modifies all incremental cases using `#expect_error` to include the errors and notes which are expected.
2025-01-16Revert "disable flaky incremental compilation tests"Jacob Young
This reverts commit 133abdeda2994886c3476a3faf53f8a911513b32 but keeps the tests disabled for the wasm target, which is the only configuration that seems to fail, even though the error looks like a frontend error.
2025-01-16disable flaky incremental compilation testsAndrew Kelley
tracking issue #22510
2025-01-15wasm linker: incremental test coverageAndrew Kelley
2024-11-16link: fix failing incremental test casesJacob Young
2024-10-16incremental: disable failing testmlugg
The previous commit exposed a linker bug.
2024-10-05test: add x86_64-windows-cbe target to incremental casesmlugg
Throw another target in there just to spice things up a little! Running the incremental cases with the C backend is pretty slow due to the need to recompile the whole output from scratch on every update; for this reason, we probably don't want to keep many of these targeting CBE long-term. However, for now, while we have relatively few tests and things are still changing quite a lot, it's better to have this little bit of extra test coverage.
2024-09-25incr-check: specify backend in manifest, allow multiple targets/backendsmlugg
2024-08-17tools: improve incr-checkmlugg
And add a new incremental test to match!