aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/test_runner.zig
AgeCommit message (Expand)Author
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
2024-05-11riscv: basic struct field accessDavid Rubin
2024-04-07Use `@TypeOf` instead of `std.meta` in test_runner.zigCarl Ã…stholm
2024-02-26move lazily compiled source files to lib/compiler/Andrew Kelley