summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-exceptions.scala
Commit message (Collapse)AuthorAgeFilesLines
* Reverted change of Reactor.exceptionHandler's t...Philipp Haller2010-04-221-1/+1
| | | | | | Reverted change of Reactor.exceptionHandler's type of see r21650. Review by plocinic.
* Reactor.exceptionHandler is defined on Throwabl...Philipp Haller2010-04-221-3/+7
| | | | | | | Reactor.exceptionHandler is defined on Throwable instead of Exception. Fixes potential problem with visibility of changes to a field. Review by plocinic.
* Hardened actor tests. No review.Philipp Haller2010-04-131-0/+10
|
* Addresses see #2017.Philipp Haller2010-03-241-8/+12
|
* Added test for Actor.exceptionHandler.Philipp Haller2009-05-271-0/+47