aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
2017-08-28all: remove some unused result paramsDaniel Martí
2017-08-25testing: error if -parallel is given N<1Daniel Martí
2017-08-25testing: ensure profiles are written upon -timeout panicMeir Fischer
2017-08-24testing: parallelize tests over countDmitry Vyukov
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-15testing: don't fail all tests after racy test failureIan Lance Taylor
2017-08-09testing: explain how SkipNow and FailNow stop executionAlberto Donizetti
2017-08-02cmd/go: show examples with empty output in go test -listSeiji Takahashi
2017-07-13testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor
2017-06-30testing: revert CL 36791's conditional ReadMemStatsBrad Fitzpatrick
2017-06-29testing: clarify rules for concurrent t.Run callsAlberto Donizetti
2017-06-28testing: always ReadMemStats before first benchmark runMeir Fischer
2017-06-27doc: mention testing/quick RNG seeding change in Go 1.9 notesBrad Fitzpatrick
2017-06-20testing: harmonize handling of prefix-matched benchmarksRuss Cox
2017-06-15testing: clarify -timeout flagKale Blankenship
2017-06-09testing: show in-progress tests upon SIGINTMeir Fischer
2017-05-30testing: clarify that subtests are run as goroutinesMarcel van Lohuizen
2017-04-26testing: add argument to list tests, benchmarks, and examplesBrandon Bennett
2017-04-21testing: use function names to identify helpersDavid Lazar
2017-04-14testing: add TB.Helper to better support test helpersCaleb Spare
2017-04-10testing: document example with unordered outputAlexander Döring
2017-04-10testing: consider a test failed after race errorsCaleb Spare
2017-04-05testing/quick: use Uint64 instead of Int63Russ Cox
2017-04-03testing/quick: generate all possible int64, uint64 valuesRuss Cox
2017-03-01testing: fix Benchmark() to start at 1 iteration, not 100Heschi Kreinick
2017-02-15testing: fix stats bug for sub benchmarksMarcel van Lohuizen
2017-02-11testing: fix copy/paste in docsJosh Bleecher Snyder
2017-02-11testing: only call ReadMemStats if necessary when benchmarkingJosh Bleecher Snyder
2017-02-07testing: clarify T.Parallel() godoc wordingDaniel Martí
2017-02-07testing: print extra labels on benchmarksQuentin Smith
2017-02-01Revert "testing: delete unused stopAlarm()"Brad Fitzpatrick
2017-02-01testing: delete unused stopAlarm()Kyrylo Silin
2017-02-01testing: synchronize writes to the root's WriterJoe Tsai
2017-01-31testing: stop timeout-timer after running testsAlberto Donizetti
2017-01-18testing: make parallel t.Run safe againRuss Cox
2017-01-07all: fix misspellingsshawnps
2017-01-04testing: add missing newlines to error messagesIan Lance Taylor
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-11-25testing: comment out flag.Parse from exampleDaniel Martí
2016-11-03testing: add T.Context methodBrad Fitzpatrick
2016-11-03testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox
2016-11-02testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox
2016-11-01testing: add a method testing.CoverModeRob Pike
2016-11-01testing: don't warn if -bench was passedDaniel Martí
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-26all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike
2016-10-24testing/quick, text/tabwriter: freeze packagesBrad Fitzpatrick
2016-10-19cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho
2016-10-19testing: wrap long comment lineRuss Cox
2016-10-18testing: document that Skip cannot undo ErrorRuss Cox