aboutsummaryrefslogtreecommitdiff
path: root/src/testing/match.go
AgeCommit message (Expand)Author
2023-07-27all: use built-in clear to clear mapsJes Cok
2022-09-16cmd/go, testing: add go test -skip flagRuss Cox
2021-11-01testing: reduce memory used by subtest namesBryan C. Mills
2021-10-12testing: don't create unique subtest names while fuzzingJay Conrod
2021-09-10testing: increase alternation precedenceEthan Reesor
2018-04-27testing: fix typo mistakeZhou Peng
2017-06-20testing: harmonize handling of prefix-matched benchmarksRuss Cox
2016-04-21testing: add matching of subtestMarcel van Lohuizen
2016-03-22testing: added name matcher and sanitizerMarcel van Lohuizen