/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()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ForkJoinPool8Test.java | 173 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { in checkCompletedAbnormally() method in ForkJoinPool8Test 331 checkCompletedAbnormally(f, success); in testJoinIgnoresInterrupts() 357 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterrupts() 436 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 451 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 468 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 488 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 508 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 524 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 664 checkCompletedAbnormally(f, success); in testReinitializeAbnormal() [all …]
|
D | ForkJoinTaskTest.java | 189 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { 546 checkCompletedAbnormally(f, success); 561 checkCompletedAbnormally(f, f.getException()); 578 checkCompletedAbnormally(f, success); 598 checkCompletedAbnormally(f, cause); 618 checkCompletedAbnormally(f, cause); 634 checkCompletedAbnormally(f, f.getException()); 798 checkCompletedAbnormally(f, success); 819 checkCompletedAbnormally(f, success); 931 checkCompletedAbnormally(g, success); [all …]
|
D | RecursiveActionTest.java | 162 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() method in RecursiveActionTest 320 checkCompletedAbnormally(f, success); in testJoinIgnoresInterrupts() 346 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterrupts() 412 checkCompletedAbnormally(f, success); in testJoinIgnoresInterruptsOutsideForkJoinPool() 435 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterruptsOutsideForkJoinPool() 541 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 556 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 573 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 593 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 613 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() [all …]
|
D | CountedCompleterTest.java | 186 void checkCompletedAbnormally(CountedCompleter a, Throwable t) { 303 checkCompletedAbnormally(this, ex); 784 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 799 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 816 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 836 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 856 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 872 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 1144 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll2() 1161 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll1() [all …]
|
D | RecursiveTaskTest.java | 178 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() method in RecursiveTaskTest 379 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 395 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 413 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 434 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 455 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 472 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 672 checkCompletedAbnormally(f, success); in testReinitializeAbnormal() 694 checkCompletedAbnormally(f, success); in testCompleteExceptionally() 823 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll2() [all …]
|
D | ForkJoinTask8Test.java | 180 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { 583 checkCompletedAbnormally(f, success); 604 checkCompletedAbnormally(f, f.getException()); 627 checkCompletedAbnormally(f, success); 653 checkCompletedAbnormally(f, cause); 679 checkCompletedAbnormally(f, cause); 701 checkCompletedAbnormally(f, f.getException()); 792 checkCompletedAbnormally(f, success); 930 checkCompletedAbnormally(g, success); 956 checkCompletedAbnormally(g, success); [all …]
|
D | FutureTaskTest.java | 170 void checkCompletedAbnormally(Future<?> f, Throwable t) { in checkCompletedAbnormally() method in FutureTaskTest 353 checkCompletedAbnormally(task, nse); in testSetException_get() 361 checkCompletedAbnormally(task, nse); in testSetException_get() 367 checkCompletedAbnormally(task, nse); in testSetException_get() 719 checkCompletedAbnormally(task, success.getCause()); in testGet_ExecutionException() 740 checkCompletedAbnormally(task, success.getCause()); in testTimedGet_ExecutionException2()
|