aboutsummaryrefslogtreecommitdiff
path: root/lib/std/testing.zig
AgeCommit message (Expand)Author
2024-11-12std.testing.expectError: fix error namesgooncreeper
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-11rework fuzzing APIAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-25implement std.testing.fuzzInputAndrew Kelley
2024-07-25implement std.testing.fuzzInputAndrew Kelley
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-09std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)Krzysztof Wolicki
2024-06-18fix std.testing.expectEqual for comptime-only unionrohlem
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-02-27testing.expectFmt() - reuse expectEqualStrings()Travis Staloch
2024-01-08std.testing.expectEqualSlices: some improvementsWooster
2024-01-03Update `std.testing.expectEqual` and friends to use peer type resolutionCarl Åstholm
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-15std.testing: disable expectEqualSlices printing for spirvRobin Voetter
2023-10-15std.testing: allow print() at comptimeRobin Voetter
2023-09-23std.testing: expectEqualDeep() - support self-referential structstravisstaloch
2023-09-06std: enable FailingAllocator to fail on resizeGregory Anders
2023-08-05std.testing.expectEqualSlices: On failure, print address for pointer typesRyan Liptak
2023-07-25make `@typeInfo` not return private declsJacob G-W
2023-07-12Remove len parameter from splat in standard libantlilja
2023-07-01testing: disable printing for targets that do not support itRobin Voetter
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-13std.math: hard deprecate obsolete constants (soft deprecated in 0.10)Eric Joldasov
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-24std.debug: Rename TTY.Color enum values to snake caseLinus Groh
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
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