aboutsummaryrefslogtreecommitdiff
path: root/lib/std/testing.zig
AgeCommit message (Expand)Author
2022-06-23checkAllAllocationFailures: add possibility of SwallowedOutOfMemoryError (spl...Ryan Liptak
2022-06-23Integrate FailingAllocator stack trace with testing.checkAllAllocationFailuresRyan Liptak
2022-05-26std.testing: remove tight coupling with executing zig as child processAndrew Kelley
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-04-28Revert "Merge pull request #11214 from iddev5/ay-build-runner"Andrew Kelley
2022-04-28Revert "std.testing: add writeZigFile for TmpDir"Andrew Kelley
2022-04-28Merge pull request #11532 from ziglang/compiler-rt-mathAndrew Kelley
2022-04-28Merge pull request #11214 from iddev5/ay-build-runnerVeikka Tuominen
2022-04-28std.testing: add writeZigFile for TmpDirmatu3ba
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-04-04std.testing: add function zigBuild for running zig build runner commandsiddev5
2022-04-04Add `std.testing.checkAllAllocationFailures`Ryan Liptak
2022-03-27std.testing: add methods tmpDirPath, getTestArgs, buildExematu3ba
2022-03-18stage2: improve `@typeName`Andrew Kelley
2022-03-17std.testing: fix incorrect docs that mentioned abortingAndrew Kelley
2022-03-08std.json: correctly handle sentinel terminated slicesBenjamin San Souci
2022-02-18std.testing.refAllDecls: force decl to be analyzed with just `@field`Lee Cannon
2022-02-13std: force refAllDecls to actually resolve all declsVeikka Tuominen
2022-01-31a small crusade against std.meta.declarationsAndrew Kelley
2022-01-12stage2: implement `@ctz` and `@clz` including SIMDAndrew Kelley
2021-12-21fix expectStringEndsWith error output.Stephen Lumenta
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-13Use std.buuiltin instead of importing builtinTakeshi Yoneda
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-15std.testing: Added newline to the error messagesZapAnton
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08allow tests to failVeikka Tuominen
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-09testing: Avoid @import-ing builtins moduleLemonBoy
2021-04-09testing: Avoid printing expected line twiceLemonBoy
2021-04-09testing: Use indexOfScalar instead of indexOfLemonBoy
2021-03-28std/base64: cleanups & support url-safe and other non-padded variantsFrank Denis
2021-03-14std: Replace testing fns for floating-point valuesLemonBoy
2021-02-09require specifier for arrayish typesJonathan Marler
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-12Move fmt.testFmt to testing.expectFmtJay Petacat
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-02langref: Update langref to use {s}LemonBoy
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-24Return encoded slice from base64 encodefrmdstryr