aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/switch_on_captured_error.zig
AgeCommit message (Collapse)Author
2025-09-20aarch64: fix behavior failuresJacob Young
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
`stage2_spirv64` -> `stage2_spirv`
2025-03-24stage2-wasm: fix error union handlingPavel Verigo
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-11astgen: fix result info for catch switch_block_err_unionDominic
2024-02-04spirv: update testsRobin Voetter
2024-01-09test: add tests for switch_block_err_uniondweiller