aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor
2016-05-31runtime: pass signal context to cgo traceback functionIan Lance Taylor
2016-05-19runtime: fix goroutine priority elevationAustin Clements
2016-05-18runtime: deflake TestSignalExitStatusIan Lance Taylor
2016-05-10runtime/testdata/testprogcgo: fix Windows C compiler warningBrad Fitzpatrick
2016-05-05runtime: put tracebackctxt C functions in .c fileIan Lance Taylor
2016-05-04runtime: use cgo traceback for SIGPROFIan Lance Taylor
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-04cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-11runtime: limit TestCgoCCodeSIGPROF test to 1 secondIan Lance Taylor
2016-03-04runtime: fix off-by-one error finding module for PCIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-26runtime: more deflaking of 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-02-16runtime: show panics in tracebackAustin Clements
2016-01-18runtime: don't run TestEnsureDropM on windows or plan9Ian Lance Taylor
2016-01-13runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-11runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor
2016-01-08runtime/testdata: gofmtMikio Hara
2016-01-08runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox
2016-01-08Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox
2016-01-08runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-06runtime: set new m signal mask to program startup maskIan Lance Taylor
2016-01-05runtime: fix exit status when killed by signalIan Lance Taylor
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox