aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog/deadlock.go
AgeCommit message (Expand)Author
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
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
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-05-22all: shorten some testsRuss Cox
2016-10-05runtime: avoid endless loop if printing the panic value panicsIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad 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
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox