/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ForkJoinPool8Test.java | 149 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { in checkCompletedAbnormally() method in ForkJoinPool8Test 310 checkCompletedAbnormally(f, success); in testJoinIgnoresInterrupts() 339 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterrupts() 418 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 433 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 450 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 470 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 490 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 506 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 646 checkCompletedAbnormally(f, success); in testReinitializeAbnormal() [all …]
|
D | ForkJoinTaskTest.java | 167 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { 524 checkCompletedAbnormally(f, success); 539 checkCompletedAbnormally(f, f.getException()); 556 checkCompletedAbnormally(f, success); 576 checkCompletedAbnormally(f, cause); 596 checkCompletedAbnormally(f, cause); 612 checkCompletedAbnormally(f, f.getException()); 776 checkCompletedAbnormally(f, success); 797 checkCompletedAbnormally(f, success); 909 checkCompletedAbnormally(g, success); [all …]
|
D | RecursiveActionTest.java | 138 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() method in RecursiveActionTest 299 checkCompletedAbnormally(f, success); in testJoinIgnoresInterrupts() 328 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterrupts() 397 checkCompletedAbnormally(f, success); in testJoinIgnoresInterruptsOutsideForkJoinPool() 423 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterruptsOutsideForkJoinPool() 529 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 544 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 561 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 581 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 601 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() [all …]
|
D | CountedCompleterTest.java | 161 void checkCompletedAbnormally(CountedCompleter a, Throwable t) { 278 checkCompletedAbnormally(this, ex); 759 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 774 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 791 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 811 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 831 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 847 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 1119 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll2() 1136 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll1() [all …]
|
D | RecursiveTaskTest.java | 155 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() method in RecursiveTaskTest 356 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 372 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 390 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 411 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 432 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 449 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 649 checkCompletedAbnormally(f, success); in testReinitializeAbnormal() 671 checkCompletedAbnormally(f, success); in testCompleteExceptionally() 800 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll2() [all …]
|
D | ForkJoinTask8Test.java | 157 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { 560 checkCompletedAbnormally(f, success); 581 checkCompletedAbnormally(f, f.getException()); 604 checkCompletedAbnormally(f, success); 630 checkCompletedAbnormally(f, cause); 656 checkCompletedAbnormally(f, cause); 678 checkCompletedAbnormally(f, f.getException()); 769 checkCompletedAbnormally(f, success); 907 checkCompletedAbnormally(g, success); 933 checkCompletedAbnormally(g, success); [all …]
|
D | FutureTaskTest.java | 147 void checkCompletedAbnormally(Future<?> f, Throwable t) { in checkCompletedAbnormally() method in FutureTaskTest 330 checkCompletedAbnormally(task, nse); in testSetException_get() 338 checkCompletedAbnormally(task, nse); in testSetException_get() 344 checkCompletedAbnormally(task, nse); in testSetException_get() 696 checkCompletedAbnormally(task, success.getCause()); in testGet_ExecutionException() 717 checkCompletedAbnormally(task, success.getCause()); in testTimedGet_ExecutionException2()
|