aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
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: fix benchmark logging outputDamian 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-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-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-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: -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
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-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-05-06main: match `go test` outputAyke van Laethem
2020-10-28testing: add Run methodAyke van Laethem
2020-10-01testing: implement dummy Helper methodAyke van Laethem
2020-09-24test: support non-host testsAyke van Laethem
2020-09-03loader: rewrite/refactor much of the code to use go list directlyAyke van Laethem
2020-05-21cgo: Add LDFlags supportLucas Teske
2019-08-13Add common test logging methods such as Errorf/Fatalf/PrintfBrad Erickson
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck