aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_cgo_test.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
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
2022-03-04runtime: support cgo traceback on linux arm64eric fang
2022-02-11runtime: skip TestSegv/SegvInCgo failures with "runtime: unknown pc"Bryan C. Mills
2022-02-03runtime: regression test for issue 50936Michael Pratt
2022-02-03runtime: skip TestSegv failures with "morestack on g0" on darwin/amd64Bryan C. Mills
2022-01-20runtime: remove -tags=threadprof in testsIan Lance Taylor
2022-01-14runtime: skip known TestSegv failure mode on linux-mips64le-mengzhuoBryan C. Mills
2022-01-07runtime: skip TestSegv traceback check on 386Michael Pratt
2021-12-08runtime: fix flake in TestCgoPprofThreadRhys Hiltner
2021-11-23runtime: run the right test in TestCgoExternalThreadSignalIan Lance Taylor
2021-11-23runtime: skip TestCgoCallbackGC on darwin-amd64-10_14 builderBryan C. Mills
2021-11-12runtime: drop cgoTraceback call assumptions from CgoPprof testsMichael Pratt
2021-11-11runtime: bypass scheduler when doing traceback for goroutine profileCherry Mui
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-28runtime: fix backward error messageMichael Pratt