aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_test.go
AgeCommit message (Expand)Author
2016-06-21cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor
2016-06-15runtime: if the test program hangs, try to get a stack traceIan Lance Taylor
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-04-10runtime: make execution error panic values implement the Error interfaceEmmanuel Odeke
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-21runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma
2016-02-16runtime: show panics in tracebackAustin Clements
2016-01-11runtime: return full error for first test to be builtIan Lance Taylor
2016-01-04runtime: remove now-unused test string constantsIan Lance Taylor
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox
2015-09-19runtime: remove flaky TestInvalidptrCrash to fix buildAustin Clements
2015-09-18runtime: improve invalid pointer error messageAustin Clements
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-04-13runtime: skip fork test on darwin/arm64David Crawshaw
2015-03-24runtime: add TestCgoDLLImportsAlex Brainman
2015-02-27runtime: skip tests that need fork on darwin/armDavid Crawshaw
2015-02-11runtime: never show system goroutines in tracebackDmitry Vyukov
2015-01-14runtime: fix spurious deadlock in netpollDmitry Vyukov
2015-01-05runtime: only check whether the runtime is stale once during testsBrad Fitzpatrick
2014-10-28runtime: fix unrecovered panic on external threadRuss Cox
2014-09-19runtime: Fix interaction between Goexit and defersKeith Randall
2014-09-15runtime: test Goexit/defer iteraction.Keith Randall
2014-09-11runtime: allow crash from gsignal stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox