summaryrefslogtreecommitdiff
path: root/src/runtime/crash_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: if the test program hangs, try to get a stack traceIan Lance Taylor2016-06-151-0/+4
* runtime: deflake TestSignalExitStatusIan Lance Taylor2016-05-181-4/+0
* runtime: fix deadlock in TestCrashDumpsAllThreadsAustin Clements2016-02-161-0/+13
* runtime: skip TestSignalExitStatus on SolarisIan Lance Taylor2016-02-041-2/+2
* runtime: skip TestSignalExitStatus on NetBSDIan Lance Taylor2016-01-221-0/+4
* runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox2016-01-081-0/+8
* runtime: fix exit status when killed by signalIan Lance Taylor2016-01-051-0/+18
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+135