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

Comparing jsr166/src/test/tck/ForkJoinTask8Test.java (file contents):
Revision 1.30 by jsr166, Sat Oct 21 06:54:19 2017 UTC vs.
Revision 1.31 by jsr166, Wed Nov 8 02:21:43 2017 UTC

# Line 145 | Line 145 | public class ForkJoinTask8Test extends J
145          try {
146              assertSame(expected, a.get());
147              assertSame(expected, a.get(randomTimeout(), randomTimeUnit()));
148 <        } catch (Exception fail) { threadUnexpectedException(fail); }
148 >        } catch (Throwable fail) { threadUnexpectedException(fail); }
149      }
150  
151      void checkCompletedAbnormally(ForkJoinTask a, Throwable t) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines