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.32 by jsr166, Fri May 27 17:15:48 2011 UTC vs.
Revision 1.33 by jsr166, Fri May 27 19:42:42 2011 UTC

# Line 349 | Line 349 | public class ForkJoinTaskTest extends JS
349          }
350      }
351  
352
352      static final class FailingAsyncFib extends BinaryAsyncAction {
353          int number;
354          public FailingAsyncFib(int n) {
# Line 486 | Line 485 | public class ForkJoinTaskTest extends JS
485          testInvokeOnPool(mainPool(), a);
486      }
487  
489
488      /**
489       * helpQuiesce returns when tasks are complete.
490       * getQueuedTaskCount returns 0 when quiescent
# Line 504 | Line 502 | public class ForkJoinTaskTest extends JS
502          testInvokeOnPool(mainPool(), a);
503      }
504  
507
505      /**
506       * invoke task throws exception when task completes abnormally
507       */
# Line 849 | Line 846 | public class ForkJoinTaskTest extends JS
846          testInvokeOnPool(mainPool(), a);
847      }
848  
852
849      /**
850       * invokeAll(tasks) with any null task throws NPE
851       */
# Line 1213 | Line 1209 | public class ForkJoinTaskTest extends JS
1209          testInvokeOnPool(singletonPool(), a);
1210      }
1211  
1216
1212      /**
1213       * helpQuiesce returns when tasks are complete.
1214       * getQueuedTaskCount returns 0 when quiescent
# Line 1231 | Line 1226 | public class ForkJoinTaskTest extends JS
1226          testInvokeOnPool(singletonPool(), a);
1227      }
1228  
1234
1229      /**
1230       * invoke task throws exception when task completes abnormally
1231       */
# Line 1519 | Line 1513 | public class ForkJoinTaskTest extends JS
1513          testInvokeOnPool(singletonPool(), a);
1514      }
1515  
1522
1516      /**
1517       * invokeAll(tasks) with any null task throws NPE
1518       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines