aboutsummaryrefslogtreecommitdiff
path: root/lib/std/testing.zig
AgeCommit message (Expand)Author
2020-12-08add std.testing.expectStringEndsWithAndrew Kelley
2020-11-01std: Fix expectWithinEpsilon with negative valuesLemonBoy
2020-10-29std: Better handling of type values in expectEqualLemonBoy
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-09-30fix the cli test expected string to support native path separatorsAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-08restore previous behavior of allowing std.testing.allocatorAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-07-25run zig fmt on std.testingAndrew Kelley
2020-07-26Merge pull request #5678 from antlilja/float-testingAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-08start to make test runner aware of loggingAndrew Kelley
2020-06-27new allocator interface after Andrew Kelley reviewJonathan Marler
2020-06-26new allocator interfaceJonathan Marler
2020-06-23Refactor PreopenList.find()Jakub Konka
2020-06-23Add expectWithinEpsilon + testantlilja
2020-06-23Add expectWithinMargin and testantlilja
2020-05-22std.testing: fix a crash when printing diffsAndrew Kelley
2020-05-18Integrate getTestDir with tmpDir logicJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-01rework std.math.big.IntAndrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-30move printWithVisibleNewlines to testing.expectEqualStringsVexu
2020-04-07fix broken testsVexu
2020-03-01short std.builtin enum literals in std libxackus
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-14std: increase memory available to testing allocatordaurnimator
2020-02-13Vector comparison in meta and testingdata-man
2020-01-30Convert a few more page_allocatorBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Move FailingAllocator to testingBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2019-12-29Fixes #3966data-man
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove no-longer-needed workaround for var argsAndrew Kelley
2019-12-09remove var args from the languageAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27Implements std.testing.expectEqual for tagged unions. (#3773)Felix Queißner
2019-11-19std.testing.expectEqual: show differing pointer valuesJohan Bolmsjö
2019-09-25mv std/ lib/Andrew Kelley