aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs/10147.zig
AgeCommit message (Collapse)Author
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-05CBE: implement some big integer and vector unary operationsJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
Good riddance.
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
Closes #12529 Closes #12511 Closes #6835
2022-03-18organize behavior testsAndrew Kelley
* Identify the ones that are passing and stop skipping them. * Flatten out the main behavior.zig file and have each individual test disable itself if it is not passing.
2021-11-16stage1: Fix caching of LLVM builtin fnsLemonBoy
The cache entry must take into account the fact some functions operate on scalar types and some other on vectors of scalar types. Fixes #10147