| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-11 | test: remove old-style incremental cases, add a few new incremental cases | mlugg | |
| These cases have been disabled for a while, and we have transitioned to using a compact file format for incremental test cases. I was originally planning to port all of these cases, but the vast majority aren't testing anything interesting, so it wasn't worth the effort. I did look through each one; anything interesting being tested has been extracted into a new case in `test/incremental/`. Two of the new tests are currently failing with the self-hosted ELF linker, and thus are currently only enabled with the C backend. Resolves: #12844 | |||
| 2023-11-19 | test: update cases to silence 'var is never mutated' errors | mlugg | |
| 2023-04-20 | Unify incremental test cases and disable many | mlugg | |
| The self-hosted aarch64 backend is not currently functional due to the Liveness changes. A previous commit disabled aarch64 on the behavior tests; this commit disables it and arm for the test cases. Moreover, all incremental test cases have been unified into shared cross-platform cases, which can be gradually enabled as the backends improve. | |||
