aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_cgo_test.go
AgeCommit message (Expand)Author
2016-05-05runtime: skip TestCgoCallbackGC on linux/mips64xCherry Zhang
2016-05-05runtime: put tracebackctxt C functions in .c fileIan Lance Taylor
2016-05-04runtime: clean up profiling data files produced by TestCgoPprofMohit Agarwal
2016-05-04runtime: use cgo traceback for SIGPROFIan Lance Taylor
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-04runtime: fix off-by-one error finding module for PCIan Lance Taylor
2016-02-26runtime: more deflaking of TestCgoCheckBytesIan Lance Taylor
2016-02-24runtime: deflake TestCgoCheckBytesIan Lance Taylor
2016-02-21runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma
2016-02-19runtime: skip cgo check for non-pointer slice elementsIan Lance Taylor
2016-01-18runtime: don't run TestEnsureDropM on windows or plan9Ian Lance Taylor
2016-01-11runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor
2016-01-06runtime: set new m signal mask to program startup maskIan Lance Taylor
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox
2015-11-24runtime: skip CallbackGC test in short mode on linux/armDave Cheney
2015-11-12runtime: run TestCgoExternalThreadSIGPROF on ppc64leMichael Hudson-Doyle
2015-09-13runtime: reduce pthread stack size in TestCgoCallbackGCDave Cheney
2015-08-03runtime: skip TestCgoCallbackGC on dragonflyMikio Hara
2015-07-29runtime: ignore arguments in cgocallback_gofunc frameRuss Cox
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-04-13runtime: skip fork test on darwin/arm64David Crawshaw
2015-03-24runtime: add TestCgoDLLImportsAlex Brainman
2015-02-27runtime: skip tests that need fork on darwin/armDavid Crawshaw
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements
2015-01-03runtime: fix TestCgoExternalThreadSIGPROF againShenghou Ma
2015-01-03runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6Shenghou Ma
2014-12-31runtime: ignore SIGPROF to foreign threads before cgocallback is fully initia...Shenghou Ma
2014-10-30runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman
2014-10-29runtime: fix windows buildRuss Cox
2014-10-28runtime: fix unrecovered panic on external threadRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox