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

Comparing jsr166/src/test/tck/CompletableFutureTest.java (file contents):
Revision 1.165 by jsr166, Sun Jul 3 19:35:50 2016 UTC vs.
Revision 1.166 by jsr166, Sun Jul 3 19:38:19 2016 UTC

# Line 3967 | Line 3967 | public class CompletableFutureTest exten
3967          List<CompletionStage<Integer>> stages = new ArrayList<>();
3968          stages.add(new CompletableFuture<Integer>().minimalCompletionStage());
3969          stages.add(CompletableFuture.completedStage(1));
3970 +        stages.add(CompletableFuture.failedStage(new CFException()));
3971  
3972          List<Method> bugs = new ArrayList<>();
3973          for (Method method : allMethods) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines