summaryrefslogtreecommitdiff
path: root/src/testing
Commit message (Expand)AuthorAgeFilesLines
* testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor2017-07-131-66/+0
* testing: revert CL 36791's conditional ReadMemStatsBrad Fitzpatrick2017-06-301-12/+6
* testing: clarify rules for concurrent t.Run callsAlberto Donizetti2017-06-292-2/+2
* testing: always ReadMemStats before first benchmark runMeir Fischer2017-06-282-5/+13
* doc: mention testing/quick RNG seeding change in Go 1.9 notesBrad Fitzpatrick2017-06-271-10/+11
* testing: harmonize handling of prefix-matched benchmarksRuss Cox2017-06-205-43/+48
* testing: clarify -timeout flagKale Blankenship2017-06-151-1/+1
* testing: show in-progress tests upon SIGINTMeir Fischer2017-06-091-0/+66
* testing: clarify that subtests are run as goroutinesMarcel van Lohuizen2017-05-301-4/+5
* testing: add argument to list tests, benchmarks, and examplesBrandon Bennett2017-04-261-0/+29
* testing: use function names to identify helpersDavid Lazar2017-04-211-26/+27
* testing: add TB.Helper to better support test helpersCaleb Spare2017-04-143-14/+222
* testing: document example with unordered outputAlexander Döring2017-04-101-7/+21
* testing: consider a test failed after race errorsCaleb Spare2017-04-101-2/+3
* testing/quick: use Uint64 instead of Int63Russ Cox2017-04-052-5/+19
* testing/quick: generate all possible int64, uint64 valuesRuss Cox2017-04-031-3/+10
* testing: fix Benchmark() to start at 1 iteration, not 100Heschi Kreinick2017-03-012-1/+16
* testing: fix stats bug for sub benchmarksMarcel van Lohuizen2017-02-152-3/+20
* testing: fix copy/paste in docsJosh Bleecher Snyder2017-02-111-1/+1
* testing: only call ReadMemStats if necessary when benchmarkingJosh Bleecher Snyder2017-02-112-11/+28
* testing: clarify T.Parallel() godoc wordingDaniel Martí2017-02-071-1/+3
* testing: print extra labels on benchmarksQuentin Smith2017-02-073-6/+27
* Revert "testing: delete unused stopAlarm()"Brad Fitzpatrick2017-02-011-0/+7
* testing: delete unused stopAlarm()Kyrylo Silin2017-02-011-7/+0
* testing: synchronize writes to the root's WriterJoe Tsai2017-02-012-1/+46
* testing: stop timeout-timer after running testsAlberto Donizetti2017-01-311-0/+1
* testing: make parallel t.Run safe againRuss Cox2017-01-183-6/+30
* all: fix misspellingsshawnps2017-01-071-2/+2
* testing: add missing newlines to error messagesIan Lance Taylor2017-01-041-4/+4
* Revert "testing: add T.Context method"Joe Tsai2016-12-094-95/+33
* testing: comment out flag.Parse from exampleDaniel Martí2016-11-251-1/+1
* testing: add T.Context methodBrad Fitzpatrick2016-11-034-33/+95
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-032-11/+27
* testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox2016-11-022-26/+105
* testing: add a method testing.CoverModeRob Pike2016-11-011-0/+7
* testing: don't warn if -bench was passedDaniel Martí2016-11-011-1/+1
* runtime: Profile goroutines holding contended mutexes.Peter Weinberger2016-10-281-13/+30
* all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike2016-10-261-1/+1
* testing/quick, text/tabwriter: freeze packagesBrad Fitzpatrick2016-10-241-0/+2
* cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho2016-10-193-12/+44
* testing: wrap long comment lineRuss Cox2016-10-191-1/+2
* testing: document that Skip cannot undo ErrorRuss Cox2016-10-181-0/+1
* testing: fix flag usage messagesRuss Cox2016-10-182-14/+14
* testing: mention in docs for Logf that a final newline is added if neededRob Pike2016-10-161-4/+5
* testing: add Name method to *T and *BAndrew Gerrand2016-09-281-0/+6
* testing: improve the documentation for the -run flagRob Pike2016-09-121-7/+11
* testing: respect benchtime on very fast benchmarksJosh Bleecher Snyder2016-08-101-4/+3
* testing: document that logs are dumped to standard outputIan Lance Taylor2016-06-231-1/+1
* testing: added package doc for sub(tests/benchmarks)Marcel van Lohuizen2016-05-251-0/+55
* testing: don't be silent if a test's goroutine fails a test after test exitsMarcel van Lohuizen2016-05-242-2/+31