aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_test.go
AgeCommit message (Expand)Author
2021-05-10net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-09Revert "runtime: make stack traces of endless recursion print only top and bo...Emmanuel Odeke
2020-11-06runtime: make stack traces of endless recursion print only top and bottom 50Emmanuel T Odeke
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-02runtime: add debugging to TestTimePprofAustin Clements
2020-05-21runtime: disable preemption in startTemplateThreadMichael Pratt
2019-11-27runtime: print more information on stack overflowCherry Zhang
2019-11-06runtime: remove stale runtime check in testsDmitry Vyukov
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-10-22net: ignore or skip known-flaky localhost Dial operations on macOS 10.12 builderBryan C. Mills
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-09-25runtime: gofmt after CL 192937Tobias Klauser
2019-09-11runtime: fix crash during VDSO calls on armYuichi Nishiwaki
2019-03-26runtime: improve sigtramp on aix/ppc64 to handle SIGPROFClément Chigot
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-02-13runtime: scan gp._panic in stack scanCherry Zhang
2018-11-02all: skip unsupported tests on AIXClément Chigot
2018-09-14runtime: use CleanCmdEnv in TestRuntimePanicIan Lance Taylor
2018-07-08runtime: skip TestG0StackOverflow on AndroidAustin Clements
2018-07-08runtime: fix TestAbort on non-x86 archesAustin Clements
2018-07-08runtime: fix TestAbort on Plan 9David du Colombier
2018-07-07runtime: handle g0 stack overflows gracefullyAustin Clements
2018-07-07runtime: fix abort handling on WindowsAustin Clements
2018-06-29runtime: throw if the runtime panics with out of bounds indexIan Lance Taylor
2018-03-08runtime: ensure abort actually crashes the processAustin Clements
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-01-22runtime: print hexdump on traceback failureAustin Clements
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-10-31runtime: shorten tests in all.bashRuss Cox
2017-10-31all: respect $GO_GCFLAGS during run.bashRuss Cox
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin Clements
2017-09-13cmd/compile: add TestIntendedInlining from runtimeDaniel Martí
2017-06-07runtime: deflake TestPanicRaceIan Lance Taylor
2017-06-05runtime: delay exiting while panic is running deferred functionsIan Lance Taylor
2017-04-20runtime: make test independent of inliningDavid Lazar
2017-03-03runtime: use inlining tables to generate accurate tracebacksDavid Lazar
2017-03-01runtime, cmd/go: roll back stale message, test detailLynn Boger
2017-02-24runtime: check that pprof accepts but doesn't need executableRuss Cox
2017-02-22runtime: more detail for crash_test.goLynn Boger
2017-02-13runtime: if runtime is stale while testing, show StaleReasonIan Lance Taylor
2017-02-13runtime: if runtime is stale while testing, show cmd/go outputIan Lance Taylor
2016-11-22runtime: do not print runtime panic frame at top of user stackRuss Cox
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-11-04runtime: remove useless assignment in test codeIan Lance Taylor
2016-10-05runtime: avoid endless loop if printing the panic value panicsIan Lance Taylor
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-16runtime: fix map iterator concurrent map checkKeith Randall