aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2025-09-16test: delete old stage1 compile_errors testsAlex Rønne Petersen
2025-09-16test: rename backend=stage2 to backend=selfhosted, and add backend=autoAlex Rønne Petersen
2025-09-16test: remove test-compare-output and test-asm-link testsAlex Rønne Petersen
2025-08-30update tools and other miscellaneous things to new APIsAndrew Kelley
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-15fix: print error set members in a consistent orderWill Lillis
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-02build: add -Dskip-compile-errors optionAlex Rønne Petersen
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Åstholm
2025-07-24Revert "disable -fno-llvm -target wasm32-wasi testing"Pavel Verigo
2025-07-19disable -fno-llvm -target wasm32-wasi testingAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-03test: Respect various test skip options in test-casesAlex Rønne Petersen
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-12test-stack-traces: correct expected object file nameJacob Young
2025-06-06restore debug llvm CI coverageAndrew Kelley
2025-06-01cases: include dirname in case namesmlugg
2025-05-13Merge pull request #21882 from alexrp/compiler-fixesAlex Rønne Petersen
2025-05-12Merge pull request #23700 from sorairolake/rename-trimsAlex Rønne Petersen
2025-05-12std.Build: Make no_builtin a property of Module instead of Step.Compile.Alex Rønne Petersen
2025-05-12test: Add test-llvm-ir step and harness for testing generated LLVM IR.Alex Rønne Petersen
2025-05-12test: Fix incorrect interpretation of -Dtest-filter=... for test-debugger.Alex Rønne Petersen
2025-04-27test: Configure emit_asm/emit_bin correctly for some targets in llvm_targets.Alex Rønne Petersen
2025-04-27test: Allow cases to set emit_asm (defaults to false).Alex Rønne Petersen
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-25correct some bugsDavid Rubin
2025-02-23cases: remove old incremental case systemmlugg
2025-02-20test: Disable packet timeout for debugger tests.Alex Rønne Petersen
2025-02-15test: fix windows CIJacob Young
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-25Merge pull request #22581 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-23tests: enable stack trace tests for x86_64-selfhostedmlugg
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2025-01-12Dwarf: emit debug info for extern globalsJacob Young
2024-12-18test-debugger: migrate from deprecated std.Build APIsmlugg
2024-12-18test-run-translated-c: migrate from deprecated std.Build APIsmlugg
2024-12-18test-compare-output: migrate from deprecated std.Build APIsmlugg
2024-12-18test-stack-traces: migrate from deprecated std.Build APIsmlugg
2024-12-18test-cases: migrate from deprecated std.Build APIsmlugg
2024-11-28test: Change llvm_targets to actually emit an object for each target.Alex Rønne Petersen
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-24dwarf: fix stepping through an inline loop containing one statementJacob Young
2024-11-24test: Allow tests to set emit_bin=false.Alex Rønne Petersen