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
/
test_runner.zig
Age
Commit message (
Expand
)
Author
2023-11-01
wasm: re-enable regressed tests
Luuk de Gram
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-08-25
Build: fail tests that log errors, like `zig test` does
Jacob Young
2023-07-25
test/standalone: reinstate std.ChildProcess tests
alex
2023-07-19
llvm: compute data layout without help like a grownup compiler
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-19
wasm: fix return `ret_load` with zero-size type
Luuk de Gram
2023-05-01
x86_64: enable normal start/test_runner logic on more targets
Jacob Young
2023-05-01
test_runner: use const to control verbose output
Jacob Young
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-22
std: GPA deinit return an enum instead of a bool
Borja Clemente
2023-04-20
x86_64: enable advanced test runner on Linux
Jacob Young
2023-03-15
test runner: remove one superfluous stack frame
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-26
wasm: uses main instead of main2 for test runner
Takeshi Yoneda
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2022-11-01
stage2 AArch64: misc fixes, enable printing in test runner
joachimschmidt557
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-09-14
Move std.testing.zig_exe_path into build options
Martin Wickham
2022-08-22
Revert "test_runner: workaround #1923, isolating error traces in tests"
Andrew Kelley
2022-08-22
test_runner: workaround #1923, isolating error traces in tests
Techcable
2022-07-24
Fix indexing in the test runner's log formatting
Lewis Gaul
2022-05-26
std.Progress.log: adjust API
Andrew Kelley
2022-05-17
zig test: Add proper detection for Windows console
YeonJiKun
2022-05-16
stage2: disable error return tracing on unsupported targets
Veikka Tuominen
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley