summaryrefslogtreecommitdiff
path: root/src/runtime/debug/garbage_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime/debug: mark TestSetGCPercent as flakyBrad Fitzpatrick2017-04-241-0/+3
* runtime/debug: increase threshold on TestSetGCPercentAustin Clements2017-04-211-1/+1
* runtime/debug: don't trigger a GC on SetGCPercentAustin Clements2017-04-211-0/+2
* runtime/debug: expand SetGCPercent testAustin Clements2017-04-211-2/+61
* all: fix vet nitsJosh Bleecher Snyder2016-11-131-1/+1
* runtime/debug: avoid overflow in SetMaxThreadsAlberto Donizetti2016-10-201-0/+13
* runtime/debug: enable TestFreeOSMemory on all archesAustin Clements2016-09-061-4/+0
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* testing: use debug.SetTraceback("all") to show all goroutines at test timeoutRuss Cox2015-12-181-1/+2
* runtime/debug: skip TestFreeOSMemory for mips64{,le}Yao Zhang2015-11-121-1/+1
* runtime: use 64k page rounding on arm64Russ Cox2015-07-281-1/+2
* runtime/debug: disable arm64 test for issue 9993David Crawshaw2015-04-131-2/+2
* runtime/debug: fix nacl buildDave Cheney2015-02-261-2/+1
* runtime: disable scavenger on 64k page size kernelsDave Cheney2015-02-261-0/+4
* runtime: add PauseEnd array to MemStats and GCStatsJens Frederich2014-10-281-0/+13
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+102