aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_cgo_test.go
AgeCommit message (Expand)Author
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
2016-10-31Revert "runtime/pprof: write profiles in protobuf format."Michael Matloob
2016-10-28runtime/pprof: write profiles in protobuf format.Michael Matloob
2016-10-28Revert "runtime/pprof: write profiles in protobuf format."Austin Clements
2016-10-28runtime/pprof: write profiles in protobuf format.unknown
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-10-06runtime: add threadprof tag for test that starts busy threadIan Lance Taylor
2016-10-05runtime: don't call cgocallback from signal handlerIan Lance Taylor
2016-09-22cmd/compile: don't instrument copy and append in runtimeIan Lance Taylor
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-18runtime: disable TestCgoCallbackGC on FreeBSDJosh Bleecher Snyder
2016-06-20runtime: set PPROF_TMPDIR before running pprofIan Lance Taylor
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor