aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_cgo_test.go
AgeCommit message (Expand)Author
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
2021-10-28runtime: disable TestSegv panic check on darwin, illumos, solarisMichael Pratt
2021-10-26runtime: handle async fatal signals in VDSOMichael Pratt
2021-10-26runtime: fix cgo signals detectionMichael Pratt
2021-09-14runtime: avoid loop variable capture in testMichael Pratt
2021-07-29runtime: avoid possible preemption when returning from Go to CIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-24runtime: use inlined function name for traceback elisionAustin Clements
2020-10-28runtime: move TestNeedmDeadlock to crash_cgo_test.goIan Lance Taylor
2020-10-20runtime: use GOTRACEBACK=system for TestCgoExecSignalMaskIan Lance Taylor
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-04-22runtime: crash on SI_USER SigPanic signalIan Lance Taylor
2020-03-01runtime: deflake CGO traceback testsMark Pulford
2019-04-16runtime: print more information when testCgoPprof failsJosh Bleecher Snyder
2019-03-26runtime: improve sigtramp on aix/ppc64 to handle SIGPROFClément Chigot
2019-03-19runtime: enable external linker tests for aix/ppc64Clément Chigot
2019-03-19runtime: disable pprof test with cgo on aix/ppc64Clément Chigot
2018-12-10runtime: fix CGO traceback frame countMark Pulford
2018-07-04runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-05-29all: remove support for macOS 10.9 and earlierBrad Fitzpatrick
2018-03-27cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSDTim Wright
2018-01-31runtime: fail silently if we unwind over sigpanic into C codeAustin Clements
2017-12-13all: fix t.Skipf formatsRuss Cox
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-11-14runtime: make TestWindowsStackMemory build even with CGO_ENABLED=0 setAlex Brainman
2017-11-04runtime: skip flaky TestWindowsStackMemoryCgoAlex Brainman
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-30runtime: use -buildmode=pie in testCgoPprofPIE instead of -extldflags=-pieLynn Boger
2017-10-21runtime: support cgo traceback on PPC64LECherry Zhang
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin Clements
2017-09-13cmd/compile: add TestIntendedInlining from runtimeDaniel Martí
2017-08-29runtime: forward crashing signals to late handlersElias Naur
2017-08-10runtime: when dying from a signal use the previous signal handlerElias Naur
2017-07-13runtime: don't call t.Parallel in TestCgoSignalDeadlockIan Lance Taylor
2017-06-14runtime: don't run TestCgoNumGoroutine on Windows or Plan 9Ian Lance Taylor
2017-06-07runtime: mark extra M's G as dead when not in useAustin Clements
2017-04-25runtime: ignore TestCgoPprofPIE test failures on Alpine (take 2)Brad Fitzpatrick
2017-04-25runtime: ignore TestCgoPprofPIE test failures on AlpineBrad Fitzpatrick
2017-02-24runtime: check that pprof accepts but doesn't need executableRuss Cox
2016-12-05runtime: don't skip TestCgoCallbackGC on FreeBSDIan Lance Taylor
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick