aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/shuffle.zig
AgeCommit message (Collapse)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
`stage2_spirv64` -> `stage2_spirv`
2025-06-01Legalize: implement scalarization of `@shuffle`Jacob Young
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-10-22tests: re-enable tests that now pass on aarch64-windowskcbanner
2024-09-12test: Re-enable a bunch of behavior tests with LLVM.Alex Rønne Petersen
Closes #10627. Closes #12013. Closes #18034.
2024-06-10spirv: improve shuffle codegenRobin Voetter
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-08disable regressed test from LLVM 18 upgradeAndrew Kelley
tracked by #19824
2024-02-25x86_64: implement `@shuffle`Jacob Young
2024-02-04spirv: fix shuffle properlyRobin Voetter
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-07Enable new testsAuguste Rame
2023-03-05behavior: fix comptime issue and disable failing testJacob Young
2023-03-05CBE: implement select and shuffleJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
Good riddance.
2022-05-25mark some more behavior tests as passingAndrew Kelley
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.
2022-03-11Sema: implement `@shuffle` at comptime and for differing lengthsVeikka Tuominen
2021-09-01re-enable mips behavior tests for vectorsAndrew Kelley
closes #3317
2021-06-09Re-enable multiple wasm32 vector testsJakub Konka
Fixes #5339
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
Conflicts: * doc/langref.html.in * lib/std/enums.zig * lib/std/fmt.zig * lib/std/hash/auto_hash.zig * lib/std/math.zig * lib/std/mem.zig * lib/std/meta.zig * test/behavior/alignof.zig * test/behavior/bitcast.zig * test/behavior/bugs/1421.zig * test/behavior/cast.zig * test/behavior/ptrcast.zig * test/behavior/type_info.zig * test/behavior/vector.zig Master branch added `try` to a bunch of testing function calls, and some lines also had changed how to refer to the native architecture and other `@import("builtin")` stuff.
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.