aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special/test_runner.zig
AgeCommit message (Expand)Author
2020-05-05zig fmtTadeo Kondrak
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05ability to run tests in evented I/O modeAndrew Kelley
2020-01-30Fix testing.allocator wiringBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Use defer/panic to better account for test failureBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2019-12-12un-special-case startup code in the std libAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-24add type coercion: [:x]T to [*:x]TAndrew Kelley
2019-10-21Merge branch 'stratact-no-dir-allocators'Andrew Kelley
2019-10-21test runner: restore previous behavior of printing all tests passedAndrew Kelley
2019-10-21test runner: restore previous behavior when...Andrew Kelley
2019-10-21test runner: refresh display before running testAndrew Kelley
2019-10-21adjust test runner to print the test name when error occursAndrew Kelley
2019-10-17improve progress reportingAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley