summaryrefslogtreecommitdiff
path: root/src/testing/panic_test.go
Commit message (Expand)AuthorAgeFilesLines
* testing: in TestRacyOutput, ensure that the Run calls complete before cleanupBryan C. Mills2022-11-161-1/+1
* testing: reject calls to Run within Cleanup callbacksChangkun Ou2022-11-161-0/+17
* testing: fix error message when a parallel Cleanup calls runtime.GoexitChangkun Ou2022-11-141-0/+40
* testing: don't run Cleanup functions until parallel subtests completeIan Lance Taylor2020-01-161-1/+128
* testing: provide additional information when test funcs panicDamien Neil2019-10-301-0/+83