summaryrefslogtreecommitdiff
path: root/src/runtime/crash_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: do not print runtime panic frame at top of user stackRuss Cox2016-11-221-1/+1
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+2
* runtime: remove useless assignment in test codeIan Lance Taylor2016-11-041-1/+0
* runtime: avoid endless loop if printing the panic value panicsIan Lance Taylor2016-10-051-0/+7
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-3/+3
* runtime: fix map iterator concurrent map checkKeith Randall2016-08-161-0/+37
* cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor2016-06-211-0/+40
* runtime: if the test program hangs, try to get a stack traceIan Lance Taylor2016-06-151-2/+42
* runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor2016-05-311-7/+11
* runtime: make execution error panic values implement the Error interfaceEmmanuel Odeke2016-04-101-0/+46
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma2016-02-211-0/+16
* runtime: show panics in tracebackAustin Clements2016-02-161-0/+19
* runtime: return full error for first test to be builtIan Lance Taylor2016-01-111-1/+1
* runtime: remove now-unused test string constantsIan Lance Taylor2016-01-041-33/+0
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-291-318/+81
* runtime: remove flaky TestInvalidptrCrash to fix buildAustin Clements2015-09-191-37/+0
* runtime: improve invalid pointer error messageAustin Clements2015-09-181-0/+37
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-9/+2
* runtime: skip fork test on darwin/arm64David Crawshaw2015-04-131-2/+3
* runtime: add TestCgoDLLImportsAlex Brainman2015-03-241-1/+8
* runtime: skip tests that need fork on darwin/armDavid Crawshaw2015-02-271-0/+4
* runtime: never show system goroutines in tracebackDmitry Vyukov2015-02-111-3/+31
* runtime: fix spurious deadlock in netpollDmitry Vyukov2015-01-141-0/+28
* runtime: only check whether the runtime is stale once during testsBrad Fitzpatrick2015-01-051-7/+20
* runtime: fix unrecovered panic on external threadRuss Cox2014-10-281-2/+15
* runtime: Fix interaction between Goexit and defersKeith Randall2014-09-191-0/+88
* runtime: test Goexit/defer iteraction.Keith Randall2014-09-151-0/+16
* runtime: allow crash from gsignal stackRuss Cox2014-09-111-0/+16
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+382