aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/garbage_test.go
AgeCommit message (Expand)Author
2025-04-11all: use built-in min, max functionsMarcel Meyer
2023-04-19runtime: manage huge pages explicitlyMichael Anthony Knyszek
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11runtime/debug: make TestFreeOSMemory more robustMichael Anthony Knyszek
2017-04-24runtime/debug: mark TestSetGCPercent as flakyBrad Fitzpatrick
2017-04-21runtime/debug: increase threshold on TestSetGCPercentAustin Clements
2017-04-21runtime/debug: don't trigger a GC on SetGCPercentAustin Clements
2017-04-21runtime/debug: expand SetGCPercent testAustin Clements
2016-11-13all: fix vet nitsJosh Bleecher Snyder
2016-10-20runtime/debug: avoid overflow in SetMaxThreadsAlberto Donizetti
2016-09-06runtime/debug: enable TestFreeOSMemory on all archesAustin Clements
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-18testing: use debug.SetTraceback("all") to show all goroutines at test timeoutRuss Cox
2015-11-12runtime/debug: skip TestFreeOSMemory for mips64{,le}Yao Zhang
2015-07-28runtime: use 64k page rounding on arm64Russ Cox
2015-04-13runtime/debug: disable arm64 test for issue 9993David Crawshaw
2015-02-26runtime/debug: fix nacl buildDave Cheney
2015-02-26runtime: disable scavenger on 64k page size kernelsDave Cheney
2014-10-28runtime: add PauseEnd array to MemStats and GCStatsJens Frederich
2014-09-08build: move package sources from src/pkg to srcRuss Cox