aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/underscore.zig
AgeCommit message (Collapse)Author
2022-05-22stage2 ARM: fix recursive fibonaccijoachimschmidt557
Some handling of register_c_flag/register_v_flag was incorrect.
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-22Port more behavior testsJakub Konka
2021-10-02AstGen: fix `while` and `for` with unreachable bodiesAndrew Kelley
Companion commit to 61a53a587558ff1fe1b0ec98bb424022885edccf. This commit also moves over a bunch of behavior test cases to the passing-for-stage2 section.
2021-06-21fix code broken from previous commitJacob G-W
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted.