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

Comparing jsr166/src/test/tck/ForkJoinPoolTest.java (file contents):
Revision 1.40 by jsr166, Sun May 15 17:32:29 2011 UTC vs.
Revision 1.41 by jsr166, Fri May 27 19:42:42 2011 UTC

# Line 198 | Line 198 | public class ForkJoinPoolTest extends JS
198          } catch (NullPointerException success) {}
199      }
200  
201
201      /**
202       * getParallelism returns size set in constructor
203       */
# Line 379 | Line 378 | public class ForkJoinPoolTest extends JS
378          }
379      }
380  
382
381      // FJ Versions of AbstractExecutorService tests
382  
383      /**
# Line 401 | Line 399 | public class ForkJoinPoolTest extends JS
399          }
400      }
401  
404
402      /**
403       * Completed submit(callable) returns result
404       */
# Line 520 | Line 517 | public class ForkJoinPoolTest extends JS
517          }
518      }
519  
523
520      /**
521       * submit(null callable) throws NullPointerException
522       */
# Line 535 | Line 531 | public class ForkJoinPoolTest extends JS
531          }
532      }
533  
538
534      /**
535       * submit(callable).get() throws InterruptedException if interrupted
536       */
# Line 764 | Line 759 | public class ForkJoinPoolTest extends JS
759          }
760      }
761  
767
762      /**
763       * timed invokeAny(null) throws NullPointerException
764       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines