aboutsummaryrefslogtreecommitdiff
path: root/lib/std/testing.zig
AgeCommit message (Expand)Author
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-29std: add expectEqualDeep (#13995)Jiacai Liu
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-15std.debug.TTY: Fix colors not resetting on WindowsRyan Liptak
2022-12-13Merge pull request #13907 from Vexu/call-mergeAndrew Kelley
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-13fix(terminal): handle some possible errors and resolve TODOsr00ster91
2022-12-09Eliminate `BoundFn` type from the languageVeikka Tuominen
2022-12-09std.testing: Fully absorb expectEqualBytes into expectEqualSlicesRyan Liptak
2022-12-07AstGen: make `@compileError` operand implicitly comptimeVeikka Tuominen
2022-12-01std.testing: Improve expectEqualBytes for large inputs and make expectEqualSl...Ryan Liptak
2022-11-30std.testing: Add expectEqualBytes that outputs hexdumps with diffs highlighte...Ryan Liptak
2022-11-26std.os: Fix std.os.chdir for WASICody Tapscott
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-10-05fix(text): hyphenation and other fixesr00ster91
2022-09-29docs: minor improvementsr00ster91
2022-09-29fix(std.testing.refAllDeclsRecursive): silently return if !builtin.is_testr00ster91
2022-09-29testing: fix copy paste typoJacob Young
2022-09-14Move std.testing.zig_exe_path into build optionsMartin Wickham
2022-07-25std.testing: make the caret indicator line more helpfulr00ster
2022-07-24std: compile error on invalid testing allocator usageAli Chraghi
2022-07-16std.testing: add `refAllDeclsRecursive` functionalichraghi
2022-07-16Fix checkAllAllocationFailures being too strict when checking arg typesRyan Liptak
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen
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