summaryrefslogtreecommitdiff
path: root/src/runtime/crash_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix an error message in TestCrashDumpsAllThreadsCherry Mui2022-02-081-1/+1
* testenv: abstract run-with-timeout into testenvAustin Clements2021-12-121-5/+1
* runtime: skip TestSignalIgnoreSIGTRAP on all OpenBSD buildersTobias Klauser2021-12-011-4/+1
* runtime: disable GC in TestPanicSystemstack's subprocessMichael Anthony Knyszek2021-11-081-0/+6
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* runtime: skip TestCrashDumpsAllThreads on openbsd/armJoel Sing2021-05-091-1/+2
* runtime: don't run TestCrashDumpsAllThreads in parallelIan Lance Taylor2021-04-221-61/+8
* runtime: replace os.MkdirTemp with T.TempDirianwoolf2021-04-081-5/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-3/+2
* runtime: gofmtKimMachineGun2020-11-301-1/+1
* runtime: give test child time to blockMichael Pratt2020-11-181-1/+8
* runtime: disable TestCrashDumpsAllThreads on openbsd/mips64Joel Sing2020-11-091-0/+4
* runtime: move TestNeedmDeadlock to crash_cgo_test.goIan Lance Taylor2020-10-281-9/+0
* runtime: block signals in needm before allocating MIan Lance Taylor2020-10-281-0/+9
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+1
* runtime: skip TestSignalIgnoreSIGTRAP on known-flaky OpenBSD buildersBryan C. Mills2020-03-111-0/+7
* runtime: remove stray errno check from TestSignalMTom Thorogood2019-11-181-4/+0
* runtime: use pipe rather than note in TestSignalMIan Lance Taylor2019-11-121-2/+28
* runtime: set GODEBUG=asyncpreemptoff=1 in TestCrashDumpsAllThreadsIan Lance Taylor2019-11-071-13/+11
* runtime: remove stale runtime check in testsDmitry Vyukov2019-11-061-2/+0
* runtime: rename TestPreemptM to TestSignalMAustin Clements2019-10-291-0/+24
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-0/+24
* runtime: disable some tests in -quick modeRuss Cox2019-05-161-0/+4
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* runtime: make tests that invoke 'go build' module-agnosticBryan C. Mills2019-02-191-1/+1
* runtime: add AIX operating systemClément Chigot2018-10-031-1/+1
* cmd/compile: add TestIntendedInlining from runtimeDaniel Martí2017-09-131-4/+4
* runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements2017-07-201-0/+17
* runtime, syscall: reset signal handlers to default in childIan Lance Taylor2017-06-141-0/+13
* runtime: print user stack on other threads during GOTRACBEACK=crashAustin Clements2017-03-151-0/+73
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+2
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+1
* 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