aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
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
2023-07-18runtime: decrement netpollWaiters in netpollunblockIan Lance Taylor
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-06-05runtime: move Segv and TgkillSegv to testprogCherry Mui
2023-06-01runtime: only increment extraMInUse when actually in useMichael Pratt
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-12runtime: remove crash_cgo_test CgoRaceSignal timeoutIan Lance Taylor
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-25runtime: fallback to TEB arbitrary pointer when TLS slots are fullqmuntal
2023-04-24runtime: fix CgoRaceprof and CgoRaceSignal build failuresBryan C. Mills
2023-04-21runtime: in __tsan_fini tell scheduler we are entering non-Go codeIan Lance Taylor
2023-04-18runtime: adjust frame pointer on stack copy on ARM64Cherry Zhang
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-17Revert "runtime: correct GoCheckBindM's C declaration in EnsureBindM test"Michael Pratt
2023-04-06runtime: correct GoCheckBindM's C declaration in EnsureBindM testCherry Mui
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-30runtime/trace: use regular unwinding for cgo callbacksFelix Geisendörfer
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24