aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/string_literals.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-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: remove redundant assert in `genBinOp`David Rubin
2024-07-04Add behavior test: including the sentinel when dereferencing a string literalRyan Liptak
This test would have failed in the past, but this has been fixed sometime in the last year. Closes #15944
2024-06-10spirv: disable tests that fail on poclRobin Voetter
Besides the Intel OpenCL CPU runtime, we can now run the behavior tests using the Portable Computing Language. This implementation is open-source, so it will be easier for us to patch in updated versions of spirv-llvm-translator that have bug fixes etc.
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-16Sema: include sentinel in type of pointer-to-array `ptr` fieldDavid
Resolves: #18007
2023-10-23rename behavior test to better describe what it doesAndrew Kelley
In general, let's not lean on GitHub issue numbers as having meaning. The goal of behavior tests is to produce a minimum set of tests that test 100% of the language.