aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprogcgo
AgeCommit message (Expand)Author
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-05-19runtime: check for gsignal in asancall/msancall/racecallMichael Pratt
2025-03-14runtime: only set isExtraInC if there are no Go frames leftMichael Pratt
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-17runtime: fix coro interactions with thread-locked goroutinesMichael Anthony Knyszek
2024-05-17internal/trace: remove remnanats of v1 tracerCarlos Amedee
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-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-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-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-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
2023-03-07runtime: allow for 5 more threads in TestWindowsStackMemory*Alex Brainman
2023-02-02runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExitBryan C. Mills
2022-11-01runtime: fix missing error print in TestCgoSigfwdAustin Clements
2022-10-17runtime: run TestCgoSigfwd on all Unix platformsAustin Clements
2022-10-17runtime: improve coverage of TestCgoSigfwdAustin Clements
2022-10-17misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements
2022-09-30runtime/trace: skip tests if parsing fails with timestamp errordoujiang24
2022-09-27runtime/trace: add missing events for the locked g in extra M.doujiang24
2022-09-21runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-09-19Revert "runtime: treat SI_TKILL like SI_USER on Linux"Cuong Manh Le
2022-09-17runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-08-15Revert "runtime/trace: add missing events for the locked g in extra M."Cuong Manh Le
2022-08-12runtime/trace: add missing events for the locked g in extra M.doujiang24