Searched refs:checkCompletedAbnormally (Results 1 – 5 of 5) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ForkJoinTaskTest.java | 155 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { 511 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 526 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 543 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 563 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 583 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 599 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 763 checkCompletedAbnormally(f, success); in testCompleteExceptionally() 873 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll2() 890 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll1() [all …]
|
D | RecursiveActionTest.java | 128 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() method in RecursiveActionTest 289 checkCompletedAbnormally(f, success); in testJoinIgnoresInterrupts() 318 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterrupts() 387 checkCompletedAbnormally(f, success); in testJoinIgnoresInterruptsOutsideForkJoinPool() 413 checkCompletedAbnormally(f, f.getException()); in testJoinIgnoresInterruptsOutsideForkJoinPool() 517 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 532 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 549 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 569 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 589 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() [all …]
|
D | CountedCompleterTest.java | 154 void checkCompletedAbnormally(CountedCompleter a, Throwable t) { 271 checkCompletedAbnormally(this, ex); 731 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 746 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 763 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 783 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 803 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 819 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 1091 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll2() 1108 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll1() [all …]
|
D | RecursiveTaskTest.java | 146 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() method in RecursiveTaskTest 345 checkCompletedAbnormally(f, success); in testAbnormalInvoke() 361 checkCompletedAbnormally(f, f.getException()); in testAbnormalQuietlyInvoke() 379 checkCompletedAbnormally(f, success); in testAbnormalForkJoin() 400 checkCompletedAbnormally(f, cause); in testAbnormalForkGet() 421 checkCompletedAbnormally(f, cause); in testAbnormalForkTimedGet() 438 checkCompletedAbnormally(f, f.getException()); in testAbnormalForkQuietlyJoin() 638 checkCompletedAbnormally(f, success); in testReinitializeAbnormal() 660 checkCompletedAbnormally(f, success); in testCompleteExceptionally() 789 checkCompletedAbnormally(g, success); in testAbnormalInvokeAll2() [all …]
|
D | FutureTaskTest.java | 129 void checkCompletedAbnormally(Future<?> f, Throwable t) { in checkCompletedAbnormally() method in FutureTaskTest 312 checkCompletedAbnormally(task, nse); in testSetException_get() 320 checkCompletedAbnormally(task, nse); in testSetException_get() 326 checkCompletedAbnormally(task, nse); in testSetException_get() 678 checkCompletedAbnormally(task, success.getCause()); in testGet_ExecutionException() 699 checkCompletedAbnormally(task, success.getCause()); in testTimedGet_ExecutionException2()
|