aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/test_runner.zig
AgeCommit message (Expand)Author
2025-10-29std: back out the StackTrace byval changesAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29add std.testing.ioAndrew Kelley
2025-10-18std.Build: do not expect server protocol for tests using immature backendsmlugg
2025-10-18std.Build.Step.Run: many enhancementsmlugg
2025-10-18std.Build: implement unit test timeoutsmlugg
2025-09-30fix compile errors and minor bugsmlugg
2025-09-25implement review suggestionsLoris Cro
2025-09-24fuzzing: implement limited fuzzingLoris Cro
2025-09-18greatly improve capabilities of the fuzzerKendall Condon
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-19std.Io.Writer: fix writeSliceSwapAndrew Kelley
2025-07-19std.zig: finish updating to new I/O APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-28riscv64: enable test summary printingBingwu Zhang
2025-06-27compiler: test runner: fix tests never fails on crippled architecturesBingwu Zhang
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-24build: add spirv to test matrixAli Cheraghi
2025-02-11fuzzer: write inputs to shared memory before runningAndrew Kelley
2024-11-11test_runner: replace ugly hack with `@FieldType`mlugg
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-11fuzzing: better std.testing.allocator lifetime managementAndrew Kelley
2024-09-11libfuzzer: use a function pointer instead of externAndrew Kelley
2024-09-11rework fuzzing APIAndrew Kelley
2024-08-28fuzzing: fix entry address logicAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-07fuzzer web ui: introduce entry pointsAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-08-07fuzzer: track code coverage from all runsAndrew Kelley
2024-08-01test runner: avoid spawning progress thread when instrumentedAndrew Kelley
2024-07-26riscv: clean up and unify encoding logicDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-25test runner: always report fuzz testsAndrew Kelley
2024-07-25test runner: handle start_fuzzing messageAndrew Kelley
2024-07-25add `--fuzz` CLI argument to `zig build`Andrew Kelley
2024-07-25implement std.testing.fuzzInputAndrew Kelley
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-20test runner: disable stderr printing for riscv64Andrew Kelley
2024-06-13test: refactor `mainSimple`David Rubin
2024-06-13testing: fix test runnerDavid Rubin
2024-06-13riscv: switch the test runner to `mainSimple`David Rubin
2024-05-27test runner: update to new std.Progress APIAndrew Kelley
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-11riscv: actually working test runnerDavid Rubin
2024-05-11riscv: big rewrite to use latest livenessDavid Rubin
2024-05-11riscv: add enough components to get a test runner workingDavid Rubin