aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs/12551.zig
AgeCommit message (Collapse)Author
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-10-15spirv: update failing / passing testsRobin Voetter
Some tests are now failing due to debug info changes, some tests now pass due to improved compiler functionality.
2023-05-11setup spirv backend in behavior testsAli Chraghi
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-09-21AstGen: make loop body's ResultLoc .nonekkHAIKE
Fixes #12555 Fixes #12551 Fixes #12455