aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprogcgo
AgeCommit message (Expand)Author
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-06-08runtime: gofmtMichael Pratt
2022-05-17runtime: deflake TestCgoPprofThreadCherry Mui
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-31runtime: remove use of -mnop-fun-dllimport from cgotest win.goThan McIntosh
2022-02-19testdata: fix typo in commenthopehook
2022-02-03runtime: regression test for issue 50936Michael Pratt
2022-01-20runtime: remove -tags=threadprof in testsIan Lance Taylor
2021-12-21runtime: check the correct environment variable in TestCgoCallbackGCCherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08runtime: fix flake in TestCgoPprofThreadRhys Hiltner
2021-11-12runtime: drop cgoTraceback call assumptions from CgoPprof testsMichael Pratt
2021-11-11runtime: fix C compilation error in TestCgoTracebackGoroutineProfileCherry Mui
2021-11-11runtime: bypass scheduler when doing traceback for goroutine profileCherry Mui
2021-10-27runtime/testdata/testprogcgo: fix TestCgoPanicCallbackCuong Manh Le
2021-10-26runtime: fix cgo signals detectionMichael Pratt
2021-07-29runtime: avoid possible preemption when returning from Go to CIan Lance Taylor
2021-06-12runtime: testprogcgo: don't call exported Go functions directly from GoIan Lance Taylor
2021-04-23runtime/testdata: fix testprogcgo for windows/arm64Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-24runtime: use inlined function name for traceback elisionAustin Clements
2020-11-24runtime/testdata/testprogcgo: refactor CrashTracebackAustin Clements
2020-10-28runtime: block signals in needm before allocating MIan Lance Taylor
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
2020-05-20runtime: allocate fewer bytes during TestEINTRBryan C. Mills
2020-05-13runtime: reduce timing sensitivity in TestEINTRBryan C. Mills
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-04-24runtime: sleep in TestSegv program to let signal be deliveredIan Lance Taylor
2020-04-22runtime: crash on SI_USER SigPanic signalIan Lance Taylor
2019-10-02os/signal: lazily start signal watch loop only on NotifyEmmanuel T Odeke
2019-03-19runtime: fix TestSigStackSwapping on aix/ppc64Clément Chigot
2019-03-06runtime: do not use a relative import in testdataBryan C. Mills
2018-12-10runtime: fix CGO traceback frame countMark Pulford
2018-09-18runtime: ignore EAGAIN from exec in TestCgoExecSignalMaskIan Lance Taylor
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
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-09runtime: don't use MAP_STACK in SigStack testIan Lance Taylor
2017-12-01runtime: use MAP_ANON in sigstack checkAustin Clements
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-31runtime: shorten tests in all.bashRuss Cox
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin Clements
2017-08-29runtime: forward crashing signals to late handlersElias Naur