ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ForkJoinTaskTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ForkJoinTaskTest.java (file contents):
Revision 1.54 by jsr166, Sat Oct 21 06:52:36 2017 UTC vs.
Revision 1.55 by jsr166, Wed Nov 8 02:21:43 2017 UTC

# Line 116 | Line 116 | public class ForkJoinTaskTest extends JS
116          try {
117              assertSame(expected, a.get());
118              assertSame(expected, a.get(randomTimeout(), randomTimeUnit()));
119 <        } catch (Exception fail) { threadUnexpectedException(fail); }
119 >        } catch (Throwable fail) { threadUnexpectedException(fail); }
120      }
121  
122      void checkCancelled(ForkJoinTask a) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines