aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/testing
AgeCommit message (Expand)Author
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-04testing: add Testing functionAyke van Laethem
2023-04-12testing: add -test.shuffle to order randomize test and benchmark orderDamian Gryski
2023-04-11testing: move runtime.GC() call to runN to match upstreamDamian Gryski
2023-04-11testing: fix benchmark logging outputDamian Gryski
2023-03-31testing: remove unused variable left over from `count` prototypingDamian Gryski
2023-03-31testing: add test.skipDamian Gryski
2023-03-31testing: import new version of match.goDamian Gryski
2023-03-31testing: make test output unbuffered when verboseDamian Gryski
2023-03-31testing: support -test.countDamian Gryski
2023-01-15testing: implement t.SetenvAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-10-19Print PASS on pass when running standalone test binaries (#3229)Fred Goya
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-20src/testing: add support for -benchmemDamian Gryski
2022-08-07all: update _test.go files for os.IsFoo changesDamian Gryski
2022-08-07all: move from os.IsFoo to errors.Is(err, ErrFoo)Damian Gryski
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-04-09Add a shim for internal/fuzzElliott Sales de Andrade
2022-03-15On baremetal platforms, use simpler test matcher. Fixes #2666.Dan Kegel
2022-02-24os: testTempDir: now that we have os.ReadDir, bring back one use of it in a testDan Kegel
2022-02-24testing: nudge type TB closer to upstream; should be a no-op change.Dan Kegel
2022-02-24testing: implement testing.TempDirDan Kegel
2022-01-17testing: --run now allows filtering of subtestsDan Kegel
2022-01-17testing.go: hoist runTests() out of Run() to match upstream a bit betterDan Kegel
2022-01-15testing: print durationDan Kegel
2022-01-15testing: nudge functions closer to upstream order, to make diffing easier. N...Dan Kegel
2022-01-12testing: benchmarks: implement -benchtime flagDan Kegel
2022-01-12testing: benchmarks: -bench: allow filtering subbenchmarksDan Kegel
2022-01-12testing: implement testing.CleanupDan Kegel
2022-01-12testing: gather duplicate code into tRunnerDan Kegel
2022-01-11testing: replace spaces with underscores in test/benchmark names, as upstream...Dan Kegel
2022-01-11testing: support b.SetBytes(); implement sub-benchmarks.Dan Kegel
2022-01-07src/testing: support -bench option to run benchmarks matching the given pattern.Dan Kegel
2022-01-07src/testing/benchmark.go: reorder functions to make diffing against go easierDan Kegel
2021-12-06src/testing: stub b.RunParallel() and PB.Next()Damian Gryski
2021-11-24tinygo: support -run for testsDamian Gryski
2021-11-20testing: add a stub for CoverModeDamian Gryski
2021-11-17src/testing stub AllocsPerRunDamian Gryski
2021-11-17src/testing: add testing.Verbose()Damian Gryski
2021-10-16src/testing: stub B.ReportAllocs()Damian Gryski
2021-10-06main: use emulator exit code instead of parsing test outputAyke van Laethem
2021-09-27testing: add a stub for t.Parallel()Damian Gryski
2021-09-27add support for -test.short flagDamian Gryski
2021-08-13testing: add support for the -test.v flagAyke van Laethem
2021-08-12testing: test testing package using `tinygo test`Ayke van Laethem
2021-08-06src/testing/benchmark.go: add subset implementation of BenchmarkDan Kegel
2021-05-06main: match `go test` outputAyke van Laethem
2020-10-28testing: add Run methodAyke van Laethem
2020-10-09testing: implement some benchmark stubsAyke van Laethem