aboutsummaryrefslogtreecommitdiff
path: root/test/cases/x86_64-linux/assert_function.8.zig
AgeCommit message (Collapse)Author
2023-04-20Unify incremental test cases and disable manymlugg
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.
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-07-21Sema: explain why comptime is neededVeikka Tuominen
2022-05-04test: move compile errors and incremental tests into common dirJakub Konka