aboutsummaryrefslogtreecommitdiff
path: root/test/incremental/change_shift_op
AgeCommit message (Collapse)Author
5 daysupdate all incremental tests to new std APIAndrew Kelley
they're still not passing on windows for some reason though
5 daystest: std.fs.File -> std.Io.FileAndrew Kelley
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-01-15wasm linker: incremental test coverageAndrew Kelley
2024-11-11test: add new incremental casemlugg
This is similar to the old `llvm/shift_right_plus_left` case, which was disabled by 1b1c78c. The case is not enabled on the LLVM backend, since incremental compilation support for this backend is a work in progress and is tracked by #21165. It passes on the x86_64-linux target with the self-hosted backend. Resolves: #12288