index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
compiler
/
test_runner.zig
Age
Commit message (
Expand
)
Author
2025-10-29
std: back out the StackTrace byval changes
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
add std.testing.io
Andrew Kelley
2025-10-18
std.Build: do not expect server protocol for tests using immature backends
mlugg
2025-10-18
std.Build.Step.Run: many enhancements
mlugg
2025-10-18
std.Build: implement unit test timeouts
mlugg
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-25
implement review suggestions
Loris Cro
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
2025-09-18
greatly improve capabilities of the fuzzer
Kendall Condon
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-19
std.Io.Writer: fix writeSliceSwap
Andrew Kelley
2025-07-19
std.zig: finish updating to new I/O API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-28
riscv64: enable test summary printing
Bingwu Zhang
2025-06-27
compiler: test runner: fix tests never fails on crippled architectures
Bingwu Zhang
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-24
build: add spirv to test matrix
Ali Cheraghi
2025-02-11
fuzzer: write inputs to shared memory before running
Andrew Kelley
2024-11-11
test_runner: replace ugly hack with `@FieldType`
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
fuzzing: better std.testing.allocator lifetime management
Andrew Kelley
2024-09-11
libfuzzer: use a function pointer instead of extern
Andrew Kelley
2024-09-11
rework fuzzing API
Andrew Kelley
2024-08-28
fuzzing: fix entry address logic
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-07
fuzzer web ui: introduce entry points
Andrew Kelley
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-08-07
fuzzer: track code coverage from all runs
Andrew Kelley
2024-08-01
test runner: avoid spawning progress thread when instrumented
Andrew Kelley
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-25
test runner: always report fuzz tests
Andrew Kelley
2024-07-25
test runner: handle start_fuzzing message
Andrew Kelley
2024-07-25
add `--fuzz` CLI argument to `zig build`
Andrew Kelley
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-20
test runner: disable stderr printing for riscv64
Andrew Kelley
2024-06-13
test: refactor `mainSimple`
David Rubin
2024-06-13
testing: fix test runner
David Rubin
2024-06-13
riscv: switch the test runner to `mainSimple`
David Rubin
2024-05-27
test runner: update to new std.Progress API
Andrew Kelley
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-11
riscv: actually working test runner
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: add enough components to get a test runner working
David Rubin
[next]