summaryrefslogtreecommitdiff
path: root/test/recover.go
Commit message (Expand)AuthorAgeFilesLines
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: add more cases to recover.goIan Lance Taylor2014-10-221-3/+41
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-061-2/+46
* test: disable failing tests under ssa/interp.Alan Donovan2013-09-181-19/+37
* runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox2013-09-121-4/+212
* exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go.Alan Donovan2013-02-211-3/+9
* test: add test of calling recover in a varargs functionIan Lance Taylor2012-03-011-0/+27
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* runtime: turn run time errors checks into panicsRuss Cox2010-04-011-17/+17
* test for panic and recoverRuss Cox2010-03-311-0/+246