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
2025-11-21
runtime: go fmt
Michael Pratt
2025-11-20
runtime: track goroutine location until actual STW
Michael Pratt
2025-11-20
runtime: select GC mark workers during start-the-world
Michael Pratt
2025-11-13
runtime: prefer to restart Ps on the same M after STW
Michael Pratt
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-04-04
runtime: add thread exit plus vgetrandom stress test
Michael Pratt
2024-09-10
Revert "runtime: Goexit on C-created thread report more useful error message"
Tim King
2024-09-10
runtime: Goexit on C-created thread report more useful error message
qiulaidongfeng
2024-07-01
runtime: fix nil pointer in TestGoroutineParallelism2 when offline
Tom Levy
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-02-21
runtime: record parent goroutine ID, and print it in stack traces
Nick Ripley
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
[next]