aboutsummaryrefslogtreecommitdiff
path: root/test/recover.go
AgeCommit message (Expand)Author
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2014-10-22test: add more cases to recover.goIan Lance Taylor
2014-09-06runtime: fix panic/wrapper/recover mathRuss Cox
2013-09-18test: disable failing tests under ssa/interp.Alan Donovan
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox
2013-02-21exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go.Alan Donovan
2012-03-01test: add test of calling recover in a varargs functionIan Lance Taylor
2012-02-16test: use testlib (final 61)Russ Cox
2010-04-01runtime: turn run time errors checks into panicsRuss Cox
2010-03-31test for panic and recoverRuss Cox