index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
crash_cgo_test.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-11-02
cmd/cgo: disable #cgo noescape/nocallback until Go 1.23
Russ Cox
2023-09-18
runtime: skip TestStackSwitchCallback on ios
Michael Pratt
2023-09-12
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-11
Revert "runtime: allow update of system stack bounds on callback from C thread"
Michael Pratt
2023-09-11
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-08-25
cmd/cgo: add #cgo noescape/nocallback annotations
doujiang24
2023-06-05
runtime: move Segv and TgkillSegv to testprog
Cherry Mui
2023-05-22
runtime: treat TestRaceSignal as flaky on Darwin
Ian Lance Taylor
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-12
runtime: remove crash_cgo_test CgoRaceSignal timeout
Ian Lance Taylor
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-05-04
runtime: skip TestSegv/SegvInCgo earlier on ios
Bryan C. Mills
2023-05-03
runtime: add test skips for ios
Bryan C. Mills
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-24
runtime: fix CgoRaceprof and CgoRaceSignal build failures
Bryan C. Mills
2023-04-24
runtime: use platform.RaceDetectorSupported for -race tests
Ian Lance Taylor
2023-04-21
runtime: in __tsan_fini tell scheduler we are entering non-Go code
Ian Lance Taylor
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-27
runtime: don't inject a sigpanic if not on user G stack
Cherry Mui
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-10
all: skip tests that fail on android/arm64
Bryan C. Mills
2023-01-09
runtime: skip TestCgoPprofCallback in short mode, don't run in parallel
Ian Lance Taylor
2022-10-17
runtime: run TestCgoSigfwd on all Unix platforms
Austin Clements
2022-10-17
misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
Austin Clements
2022-09-30
runtime/trace: skip tests if parsing fails with timestamp error
doujiang24
2022-09-27
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-09-21
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-09-19
Revert "runtime: treat SI_TKILL like SI_USER on Linux"
Cuong Manh Le
2022-09-17
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-08-15
Revert "runtime/trace: add missing events for the locked g in extra M."
Cuong Manh Le
2022-08-12
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-03-10
runtime: fix SegvInCgo skip check
Michael Pratt
2022-03-04
runtime: support cgo traceback on linux arm64
eric fang
2022-02-11
runtime: skip TestSegv/SegvInCgo failures with "runtime: unknown pc"
Bryan C. Mills
2022-02-03
runtime: regression test for issue 50936
Michael Pratt
2022-02-03
runtime: skip TestSegv failures with "morestack on g0" on darwin/amd64
Bryan C. Mills
2022-01-20
runtime: remove -tags=threadprof in tests
Ian Lance Taylor
2022-01-14
runtime: skip known TestSegv failure mode on linux-mips64le-mengzhuo
Bryan C. Mills
2022-01-07
runtime: skip TestSegv traceback check on 386
Michael Pratt
2021-12-08
runtime: fix flake in TestCgoPprofThread
Rhys Hiltner
2021-11-23
runtime: run the right test in TestCgoExternalThreadSignal
Ian Lance Taylor
2021-11-23
runtime: skip TestCgoCallbackGC on darwin-amd64-10_14 builder
Bryan C. Mills
2021-11-12
runtime: drop cgoTraceback call assumptions from CgoPprof tests
Michael Pratt
2021-11-11
runtime: bypass scheduler when doing traceback for goroutine profile
Cherry Mui
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-28
runtime: fix backward error message
Michael Pratt
[next]