aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_unix_test.go
AgeCommit message (Expand)Author
2021-05-09runtime: skip TestCrashDumpsAllThreads on openbsd/armJoel Sing
2021-04-22runtime: don't run TestCrashDumpsAllThreads in parallelIan Lance Taylor
2021-04-08runtime: replace os.MkdirTemp with T.TempDirianwoolf
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-30runtime: gofmtKimMachineGun
2020-11-18runtime: give test child time to blockMichael Pratt
2020-11-09runtime: disable TestCrashDumpsAllThreads on openbsd/mips64Joel Sing
2020-10-28runtime: move TestNeedmDeadlock to crash_cgo_test.goIan Lance Taylor
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-03-11runtime: skip TestSignalIgnoreSIGTRAP on known-flaky OpenBSD buildersBryan C. Mills
2019-11-18runtime: remove stray errno check from TestSignalMTom Thorogood
2019-11-12runtime: use pipe rather than note in TestSignalMIan Lance Taylor
2019-11-07runtime: set GODEBUG=asyncpreemptoff=1 in TestCrashDumpsAllThreadsIan Lance Taylor
2019-11-06runtime: remove stale runtime check in testsDmitry Vyukov
2019-10-29runtime: rename TestPreemptM to TestSignalMAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-05-16runtime: disable some tests in -quick modeRuss Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-02-19runtime: make tests that invoke 'go build' module-agnosticBryan C. Mills
2018-10-03runtime: add AIX operating systemClément Chigot
2017-09-13cmd/compile: add TestIntendedInlining from runtimeDaniel Martí
2017-07-20runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-03-15runtime: print user stack on other threads during GOTRACBEACK=crashAustin Clements
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-06-15runtime: if the test program hangs, try to get a stack traceIan Lance Taylor
2016-05-18runtime: deflake TestSignalExitStatusIan Lance Taylor
2016-02-16runtime: fix deadlock in TestCrashDumpsAllThreadsAustin Clements
2016-02-04runtime: skip TestSignalExitStatus on SolarisIan Lance Taylor
2016-01-22runtime: skip TestSignalExitStatus on NetBSDIan Lance Taylor
2016-01-08runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox
2016-01-05runtime: fix exit status when killed by signalIan Lance Taylor
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor