aboutsummaryrefslogtreecommitdiff
path: root/lib/std/testing.zig
AgeCommit message (Expand)Author
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29Io.net: finish implementing IPv6 parsingAndrew Kelley
2025-10-29add std.testing.ioAndrew Kelley
2025-10-08Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...Ryan Liptak
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20compiler: require comptime vector indexesAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-17std.Io.Reader: update OneByteReader usage to std.testing.ReaderAndrew Kelley
2025-07-09std.io.Reader.peekDelimiterInclusive: simplify and fixAndrew Kelley
2025-07-07std.testing: update to new std.io APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-23std.mem.byteSwapAllFields: support untagged unionsAli Cheraghi
2025-06-16rename spirv backend nameAli Cheraghi
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-02-16std.testing: improve compile error on untagged union equalityMark Rushakoff
2025-02-15added expectEqualDeep test coverage for issue 16625 (#22781)Benjamin Thompson
2025-02-11fuzzer: write inputs to shared memory before runningAndrew Kelley
2025-02-06std.testing: don't ask wasm to stack traceAndrew Kelley
2025-02-06std.testing.allocator: different canary + enable resize tracesAndrew Kelley
2025-02-06std.testing: make some things not pubAndrew Kelley
2025-02-06std.testing.FailingAllocator: flatten namespaceAndrew Kelley
2025-01-29std.testing.expectEqual: {any} in print and move testsThisPC
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
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