aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_cgo_test.go
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-09-09runtime: when using cgo on 386, call C sigaction functionIan Lance Taylor
2025-05-21runtime: skip windows stack tests in race modeMichael Pratt
2025-05-20runtime: skip testprogcgo tests in race mode on freebsdMichael Pratt
2025-05-19runtime: disable TestSegv in race modeMichael Pratt
2025-05-19runtime: check for gsignal in asancall/msancall/racecallMichael Pratt
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-03-17runtime: add function runtime.cgoSigtramp support on loong64 and enable cgo-t...limeidan
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2025-03-14runtime: only set isExtraInC if there are no Go frames leftMichael Pratt
2024-09-11runtime: Goexit on C-created thread report more useful error messageCuong Manh Le
2024-08-16cmd/cgo: enable #cgo noescape/nocallbackdoujiang24
2024-07-26runtime: remove darwin-amd64-10_14 builder checkCuong Manh Le
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek
2023-11-02cmd/cgo: disable #cgo noescape/nocallback until Go 1.23Russ Cox
2023-09-18runtime: skip TestStackSwitchCallback on iosMichael 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-08-25cmd/cgo: add #cgo noescape/nocallback annotationsdoujiang24
2023-06-05runtime: move Segv and TgkillSegv to testprogCherry Mui
2023-05-22runtime: treat TestRaceSignal as flaky on DarwinIan Lance Taylor
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-05-04runtime: skip TestSegv/SegvInCgo earlier on iosBryan C. Mills
2023-05-03runtime: add test skips for iosBryan C. Mills
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-24runtime: use platform.RaceDetectorSupported for -race testsIan Lance Taylor
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-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-27runtime: don't inject a sigpanic if not on user G stackCherry Mui
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-10all: skip tests that fail on android/arm64Bryan C. Mills
2023-01-09runtime: skip TestCgoPprofCallback in short mode, don't run in parallelIan Lance Taylor
2022-10-17runtime: run TestCgoSigfwd on all Unix platformsAustin 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
2022-03-10runtime: fix SegvInCgo skip checkMichael Pratt