summaryrefslogtreecommitdiff
path: root/src/runtime/proc_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: record parent goroutine ID, and print it in stack tracesNick Ripley2023-02-211-1/+4
* runtime: fix overflow in PingPongHog testKeith Randall2022-05-191-1/+1
* runtime: relax the threshold for TestPingPongHogCherry Mui2022-05-181-3/+4
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* runtime: deflake TestPreemptionAfterSyscallAustin Clements2022-01-191-1/+5
* runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek2021-12-071-6/+9
* runtime: call runtime.GC in several tests that disable GCMichael Anthony Knyszek2021-12-061-0/+9
* runtime: gofmt proc_test.gosivchari2021-05-061-1/+1
* runtime: skip work recheck for non-spinning MsMichael Pratt2021-04-221-0/+49
* runtime: disable stack shrinking in activeStackChans race windowMichael Anthony Knyszek2020-09-211-1/+9
* runtime: disable preemption in startTemplateThreadMichael Pratt2020-05-211-0/+24
* runtime: skip TestBigGOMAXPROCS if it runs out of memoryIan Lance Taylor2020-04-201-2/+8
* runtime: use mcache0 if no P in profileallocIan Lance Taylor2020-04-171-0/+13
* runtime: skip TestPingPongHog in race modeJosh Bleecher Snyder2020-04-081-0/+6
* runtime: ready scavenger without nextMichael Anthony Knyszek2019-11-271-2/+0
* runtime: skip TestPingPongHog on buildersBryan C. Mills2019-11-081-0/+2
* runtime: add a test for asynchronous safe pointsAustin Clements2019-11-021-0/+11
* runtime: initialize netpoll in TestNetpollBreakClément Chigot2019-10-291-1/+1
* runtime: add netpollBreakIan Lance Taylor2019-10-211-0/+39
* runtime: add a test for getg with thread switchCherry Zhang2019-07-161-0/+4
* runtime: preempt a goroutine which calls a lot of short system callsAndrei Vagin2019-04-091-0/+67
* runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshareMichael Anthony Knyszek2018-12-211-8/+13
* runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek2018-12-191-0/+6
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-0/+26
* runtime: fix build on non-Linux platformsBrad Fitzpatrick2017-11-211-8/+10
* runtime: only sleep before stealing work from a running PJamie Liu2017-11-211-0/+108
* runtime: terminate locked OS thread if its goroutine exitsAustin Clements2017-10-111-0/+17
* runtime: make LockOSThread/UnlockOSThread nestedAustin Clements2017-10-051-0/+24
* runtime: expand acceptable PingPongHog factor from 2 to 5Austin Clements2017-06-051-4/+7
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-3/+3
* runtime: fix goroutine priority elevationAustin Clements2016-05-191-0/+8
* runtime: fix CPU underutilizationDmitry Vyukov2016-05-031-0/+18
* runtime: improve randomized stealing logicDmitry Vyukov2016-03-251-0/+4
* runtime: don't assume b.N > 0Marcel van Lohuizen2016-03-181-0/+3
* runtime: listen 127.0.0.1 instead of localhost on androidBurcu Dogan2016-03-081-1/+8
* runtime: deflake TestNumGoroutineRuss Cox2016-01-271-4/+19
* runtime: add more debug info to flaky TestNumGoroutineBrad Fitzpatrick2016-01-271-1/+1
* runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox2016-01-131-0/+18
* Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox2016-01-081-18/+0
* runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox2016-01-081-0/+18
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-291-36/+1
* runtime: remove unnecessary wakeups of worker threadsDmitry Vyukov2015-12-111-0/+74
* runtime: disable TestGoroutineParallelism on uniprocessorRuss Cox2015-07-221-0/+4
* runtime: disable GC around TestGoroutineParallelismAustin Clements2015-05-281-2/+3
* runtime: fix race in BenchmarkPingPongHogRuss Cox2015-04-271-1/+5
* runtime: yield time slice to most recently readied GAustin Clements2015-04-241-0/+51
* runtime: benchmark for ping-pong in the presence of a CPU hogAustin Clements2015-04-241-0/+37
* cmd/gc: transform closure calls to function callsDmitry Vyukov2015-02-131-0/+12
* cmd/gc: capture variables by valueDmitry Vyukov2015-01-291-0/+20
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+480