aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2025-10-29disable self-hosted wasm test-casesAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-25compiler: avoid using self-hosted backend on x86_64-solaris/illumosAlex Rønne Petersen
2025-10-14Merge pull request #25402 from alexrp/libc-test-ciAlex Rønne Petersen
2025-10-01libc-test: set a 1.6G max_rss for each test caseAlex Rønne Petersen
2025-10-01test: don't run error/stack trace tests on self-hosted on BSDsAlex Rønne Petersen
2025-09-30std.debug.SelfInfo: mark ARM unwinding as unsupportedmlugg
2025-09-30test-error-traces: skip some more optimized tracesmlugg
2025-09-30test-stack-traces: fix on x86-windowsmlugg
2025-09-30test-stack-traces: don't try to strip unwind tables on x86-windowsmlugg
2025-09-30tests: split up and enhance stack trace testsmlugg
2025-09-24delete all the translate-c testsAndrew Kelley
2025-09-24Integrate libc-test cases into the build systemrpkak
2025-09-22compiler: don't use self-hosted backend on any BSD yetalexrp
2025-09-20Merge pull request #25298 from ziglang/SegmentedList-orphaned-againAndrew Kelley
2025-09-19std.Build.Step.Run: Enable passing (generated) file content as argsJustus Klausecker
2025-09-19std: delete SegmentedList againAndrew Kelley
2025-09-18test: skip dumpCurrentStackTrace test on architectures with no unwind supportAlex Rønne Petersen
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