index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
proc_test.go
Age
Commit message (
Expand
)
Author
2022-05-19
runtime: fix overflow in PingPongHog test
Keith Randall
2022-05-18
runtime: relax the threshold for TestPingPongHog
Cherry Mui
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-01-19
runtime: deflake TestPreemptionAfterSyscall
Austin Clements
2021-12-07
runtime: fix comments on the behavior of SetGCPercent
Michael Anthony Knyszek
2021-12-06
runtime: call runtime.GC in several tests that disable GC
Michael Anthony Knyszek
2021-05-06
runtime: gofmt proc_test.go
sivchari
2021-04-22
runtime: skip work recheck for non-spinning Ms
Michael Pratt
2020-09-21
runtime: disable stack shrinking in activeStackChans race window
Michael Anthony Knyszek
2020-05-21
runtime: disable preemption in startTemplateThread
Michael Pratt
2020-04-20
runtime: skip TestBigGOMAXPROCS if it runs out of memory
Ian Lance Taylor
2020-04-17
runtime: use mcache0 if no P in profilealloc
Ian Lance Taylor
2020-04-08
runtime: skip TestPingPongHog in race mode
Josh Bleecher Snyder
2019-11-27
runtime: ready scavenger without next
Michael Anthony Knyszek
2019-11-08
runtime: skip TestPingPongHog on builders
Bryan C. Mills
2019-11-02
runtime: add a test for asynchronous safe points
Austin Clements
2019-10-29
runtime: initialize netpoll in TestNetpollBreak
Clément Chigot
2019-10-21
runtime: add netpollBreak
Ian Lance Taylor
2019-07-16
runtime: add a test for getg with thread switch
Cherry Zhang
2019-04-09
runtime: preempt a goroutine which calls a lot of short system calls
Andrei Vagin
2018-12-21
runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshare
Michael Anthony Knyszek
2018-12-19
runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2017-11-21
runtime: fix build on non-Linux platforms
Brad Fitzpatrick
2017-11-21
runtime: only sleep before stealing work from a running P
Jamie Liu
2017-10-11
runtime: terminate locked OS thread if its goroutine exits
Austin Clements
2017-10-05
runtime: make LockOSThread/UnlockOSThread nested
Austin Clements
2017-06-05
runtime: expand acceptable PingPongHog factor from 2 to 5
Austin Clements
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2016-05-19
runtime: fix goroutine priority elevation
Austin Clements
2016-05-03
runtime: fix CPU underutilization
Dmitry Vyukov
2016-03-25
runtime: improve randomized stealing logic
Dmitry Vyukov
2016-03-18
runtime: don't assume b.N > 0
Marcel van Lohuizen
2016-03-08
runtime: listen 127.0.0.1 instead of localhost on android
Burcu Dogan
2016-01-27
runtime: deflake TestNumGoroutine
Russ Cox
2016-01-27
runtime: add more debug info to flaky TestNumGoroutine
Brad Fitzpatrick
2016-01-13
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-08
Revert "runtime: make NumGoroutine and Stack agree not to include system goro...
Russ Cox
2016-01-08
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2015-12-29
runtime: move test programs out of source code, coalesce
Russ Cox
2015-12-11
runtime: remove unnecessary wakeups of worker threads
Dmitry Vyukov
2015-07-22
runtime: disable TestGoroutineParallelism on uniprocessor
Russ Cox
2015-05-28
runtime: disable GC around TestGoroutineParallelism
Austin Clements
2015-04-27
runtime: fix race in BenchmarkPingPongHog
Russ Cox
2015-04-24
runtime: yield time slice to most recently readied G
Austin Clements
2015-04-24
runtime: benchmark for ping-pong in the presence of a CPU hog
Austin Clements
2015-02-13
cmd/gc: transform closure calls to function calls
Dmitry Vyukov
2015-01-29
cmd/gc: capture variables by value
Dmitry Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox