aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/src.zig
AgeCommit message (Collapse)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-16rename spirv backend nameAli Cheraghi
`stage2_spirv64` -> `stage2_spirv`
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-08-08language: add module name field to `@src`Andrew Kelley
closes #20963
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: remove redundant assert in `genBinOp`David Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-03-06behavior: correct tests after #18816mlugg
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-10-15std.testing: disable expectEqualSlices printing for spirvRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: fix global slicesJacob Young
2023-03-21Value: handle comparisons of runtime_valuesVeikka Tuominen
Closes #15004
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-10-20Value: handle runtime_int in hashPtrVeikka Tuominen
Closes #12702
2022-03-01stage2: introduce anonymous struct literalsAndrew Kelley
2022-02-23re-enable `@src` behavior testVeikka Tuominen
2022-02-22Skip @src for stage1 tooJakub Konka
2022-02-22Port more behavior testsJakub Konka
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.