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
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
2024-05-11
riscv: basic struct field access
David Rubin
2024-04-07
Use `@TypeOf` instead of `std.meta` in test_runner.zig
Carl Ã…stholm
2024-02-26
move lazily compiled source files to lib/compiler/
Andrew Kelley