aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
2025-07-09runtime: run TestSignalDuringExec in its own process groupMichael Anthony Knyszek
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-06-09runtime: use small struct TestSynctest to ensure cleanups runDamien Neil
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien Neil
2025-05-27runtime, testing/synctest: verify cleanups/finalizers run outside bubblesDamien Neil
2025-05-22runtime: don't spin looking for a tiny alloc address with asan or raceMichael Anthony Knyszek
2025-05-21runtime: use DontUpdate testprog for DontUpdate testMichael Pratt
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-21runtime: guarantee checkfinalizers test allocates in a shared tiny blockMichael Anthony Knyszek
2025-05-20runtime: mark and identify tiny blocks in checkfinalizers modeMichael Anthony Knyszek
2025-05-20runtime: annotate checkfinalizers reports with source and type infoMichael Anthony Knyszek
2025-05-20runtime: add new GODEBUG checkfinalizerMichael Anthony Knyszek
2025-05-19runtime: check for gsignal in asancall/msancall/racecallMichael Pratt
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
2025-04-04runtime: add thread exit plus vgetrandom stress testMichael Pratt
2025-03-24runtime: always show runfinq in tracebackMichael Pratt
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-03-14runtime: only set isExtraInC if there are no Go frames leftMichael Pratt
2025-02-06runtime: don't duplicate reraised panic values in printpanicsDamien Neil
2024-11-19internal/synctest: new package for testing concurrent codeDamien Neil
2024-10-18runtime/testdata: fix for C23 nullptr keywordJoseph Myers
2024-09-11runtime: Goexit on C-created thread report more useful error messageCuong Manh Le
2024-09-10Revert "runtime: Goexit on C-created thread report more useful error message"Tim King
2024-09-10runtime: Goexit on C-created thread report more useful error messageqiulaidongfeng
2024-08-16cmd/cgo: enable #cgo noescape/nocallbackdoujiang24
2024-05-24internal/runtime/exithook: make safe for concurrent os.ExitRuss Cox
2024-05-23runtime: move exit hooks into internal/runtime/exithookRuss Cox
2024-05-17runtime: fix coro interactions with thread-locked goroutinesMichael Anthony Knyszek
2024-05-17internal/trace: remove remnanats of v1 tracerCarlos Amedee
2024-05-08runtime: properly frame panic values in tracebacksAlan Donovan
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-21runtime: make tidExists more robustMichael Anthony Knyszek
2023-11-17runtime: gofmt -w -sJes Cok
2023-11-02cmd/cgo: disable #cgo noescape/nocallback until Go 1.23Russ Cox
2023-10-26runtime: clear g0 stack bounds in dropmMichael Pratt
2023-10-23runtime: allow for 10 more threads in TestWindowsStackMemory*Cuong Manh Le
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-09-12runtime: set _XOPEN_SORUCE_EXTENDED to 1 for aixMichael Pratt
2023-09-12runtime: set _XOPEN_SOURCE_EXTENDED for netbsdMichael Pratt
2023-09-12runtime: allow update of system stack bounds on callback from C threadMichael Pratt
2023-09-11Revert "runtime: allow update of system stack bounds on callback from C thread"Michael Pratt
2023-09-11runtime: allow update of system stack bounds on callback from C threadMichael Pratt
2023-09-05runtime: don't let the tests leave core files behindIan Lance Taylor
2023-08-25cmd/cgo: add #cgo noescape/nocallback annotationsdoujiang24
2023-08-22all: remove redundant string conversions when formatting []byte with %scui fliter
2023-08-16runtime/testdata/testprog: use testenv.SyscallIsNotSupported to check syscall...Bryan C. Mills
2023-07-25runtime: enforce standard file descriptors open on init on unixRoland Shoemaker