aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special/test_runner.zig
AgeCommit message (Expand)Author
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-28zig test: std.testing.zig_exe_path is now availableAndrew Kelley
2020-12-20std.Progress: make the API thread-safeAndrew Kelley
2020-10-25test runner: use the correct number in leak reportVincent Rischmann
2020-09-23test_runner: fix missing newline in logAndrew Kelley
2020-09-03Introduces a space after the ellipsis for test and progress.Felix (xq) Queißner
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-18test_runner: don't assume the GeneralPurposeAllocator configAndrew Kelley
2020-08-11GeneralPurposeAllocator: use std.log instead of std.debug.printAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-08start to make test runner aware of loggingAndrew Kelley
2020-06-24@asyncCall now requires an argument tupleAlexandros Naskos
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