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
/
testdata
Age
Commit message (
Expand
)
Author
2025-07-09
runtime: run TestSignalDuringExec in its own process group
Michael Anthony Knyszek
2025-06-27
runtime: remove arbitrary 5-second timeout in TestNeedmDeadlock
Cherry Mui
2025-06-25
runtime: note custom GOMAXPROCS even if value doesn't change
Michael Pratt
2025-06-09
runtime: use small struct TestSynctest to ensure cleanups run
Damien Neil
2025-05-29
runtime, testing/synctest: breaking bubble isolation with Cond is fatal
Damien Neil
2025-05-27
runtime, testing/synctest: verify cleanups/finalizers run outside bubbles
Damien Neil
2025-05-22
runtime: don't spin looking for a tiny alloc address with asan or race
Michael Anthony Knyszek
2025-05-21
runtime: use DontUpdate testprog for DontUpdate test
Michael Pratt
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-21
runtime: guarantee checkfinalizers test allocates in a shared tiny block
Michael Anthony Knyszek
2025-05-20
runtime: mark and identify tiny blocks in checkfinalizers mode
Michael Anthony Knyszek
2025-05-20
runtime: annotate checkfinalizers reports with source and type info
Michael Anthony Knyszek
2025-05-20
runtime: add new GODEBUG checkfinalizer
Michael Anthony Knyszek
2025-05-19
runtime: check for gsignal in asancall/msancall/racecall
Michael Pratt
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-04-04
runtime: add thread exit plus vgetrandom stress test
Michael Pratt
2025-03-24
runtime: always show runfinq in traceback
Michael Pratt
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-03-14
runtime: only set isExtraInC if there are no Go frames left
Michael Pratt
2025-02-06
runtime: don't duplicate reraised panic values in printpanics
Damien Neil
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-10-18
runtime/testdata: fix for C23 nullptr keyword
Joseph Myers
2024-09-11
runtime: Goexit on C-created thread report more useful error message
Cuong Manh Le
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-08-16
cmd/cgo: enable #cgo noescape/nocallback
doujiang24
2024-05-24
internal/runtime/exithook: make safe for concurrent os.Exit
Russ Cox
2024-05-23
runtime: move exit hooks into internal/runtime/exithook
Russ Cox
2024-05-17
runtime: fix coro interactions with thread-locked goroutines
Michael Anthony Knyszek
2024-05-17
internal/trace: remove remnanats of v1 tracer
Carlos Amedee
2024-05-08
runtime: properly frame panic values in tracebacks
Alan Donovan
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-21
runtime: make tidExists more robust
Michael Anthony Knyszek
2023-11-17
runtime: gofmt -w -s
Jes Cok
2023-11-02
cmd/cgo: disable #cgo noescape/nocallback until Go 1.23
Russ Cox
2023-10-26
runtime: clear g0 stack bounds in dropm
Michael Pratt
2023-10-23
runtime: allow for 10 more threads in TestWindowsStackMemory*
Cuong Manh Le
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-09-12
runtime: set _XOPEN_SORUCE_EXTENDED to 1 for aix
Michael Pratt
2023-09-12
runtime: set _XOPEN_SOURCE_EXTENDED for netbsd
Michael Pratt
2023-09-12
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-11
Revert "runtime: allow update of system stack bounds on callback from C thread"
Michael Pratt
2023-09-11
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-05
runtime: don't let the tests leave core files behind
Ian Lance Taylor
2023-08-25
cmd/cgo: add #cgo noescape/nocallback annotations
doujiang24
2023-08-22
all: remove redundant string conversions when formatting []byte with %s
cui fliter
2023-08-16
runtime/testdata/testprog: use testenv.SyscallIsNotSupported to check syscall...
Bryan C. Mills
2023-07-25
runtime: enforce standard file descriptors open on init on unix
Roland Shoemaker
[next]