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
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-09
runtime: when using cgo on 386, call C sigaction function
Ian Lance Taylor
2025-05-21
runtime: skip windows stack tests in race mode
Michael Pratt
2025-05-20
runtime: skip testprogcgo tests in race mode on freebsd
Michael Pratt
2025-05-19
runtime: disable TestSegv in race mode
Michael Pratt
2025-05-19
runtime: check for gsignal in asancall/msancall/racecall
Michael Pratt
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-03-17
runtime: add function runtime.cgoSigtramp support on loong64 and enable cgo-t...
limeidan
2025-03-17
runtime: skip TestCgoCallbackPprof on platforms with broken profiling
Michael Pratt
2025-03-14
runtime: only set isExtraInC if there are no Go frames left
Michael Pratt
2024-09-11
runtime: Goexit on C-created thread report more useful error message
Cuong Manh Le
2024-08-16
cmd/cgo: enable #cgo noescape/nocallback
doujiang24
2024-07-26
runtime: remove darwin-amd64-10_14 builder check
Cuong Manh Le
2024-04-15
runtime, cmd/trace: remove code paths that include v1 tracer
Carlos Amedee
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
[next]