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
/
std
/
testing.zig
Age
Commit message (
Expand
)
Author
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
std.testing: Added newline to the error messages
ZapAnton
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
allow tests to fail
Veikka Tuominen
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-09
testing: Avoid @import-ing builtins module
LemonBoy
2021-04-09
testing: Avoid printing expected line twice
LemonBoy
2021-04-09
testing: Use indexOfScalar instead of indexOf
LemonBoy
2021-03-28
std/base64: cleanups & support url-safe and other non-padded variants
Frank Denis
2021-03-14
std: Replace testing fns for floating-point values
LemonBoy
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-12
Move fmt.testFmt to testing.expectFmt
Jay Petacat
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
langref: Update langref to use {s}
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-28
zig test: std.testing.zig_exe_path is now available
Andrew Kelley
2020-12-24
Return encoded slice from base64 encode
frmdstryr
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-08
add std.testing.expectStringEndsWith
Andrew Kelley
2020-11-01
std: Fix expectWithinEpsilon with negative values
LemonBoy
2020-10-29
std: Better handling of type values in expectEqual
LemonBoy
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-09-30
fix the cli test expected string to support native path separators
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-08
restore previous behavior of allowing std.testing.allocator
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-07-25
run zig fmt on std.testing
Andrew Kelley
2020-07-26
Merge pull request #5678 from antlilja/float-testing
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-08
start to make test runner aware of logging
Andrew Kelley
2020-06-27
new allocator interface after Andrew Kelley review
Jonathan Marler
2020-06-26
new allocator interface
Jonathan Marler
2020-06-23
Refactor PreopenList.find()
Jakub Konka
2020-06-23
Add expectWithinEpsilon + test
antlilja
2020-06-23
Add expectWithinMargin and test
antlilja
2020-05-22
std.testing: fix a crash when printing diffs
Andrew Kelley
2020-05-18
Integrate getTestDir with tmpDir logic
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-01
rework std.math.big.Int
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-30
move printWithVisibleNewlines to testing.expectEqualStrings
Vexu
2020-04-07
fix broken tests
Vexu
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-14
std: increase memory available to testing allocator
daurnimator
2020-02-13
Vector comparison in meta and testing
data-man
2020-01-30
Convert a few more page_allocator
Benjamin Feng
[next]