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.159 by jsr166, Mon Jun 27 21:39:37 2016 UTC vs.
Revision 1.160 by jsr166, Mon Jun 27 21:41:17 2016 UTC

# Line 4170 | Line 4170 | public class CompletableFutureTest exten
4170          assertEquals(5 * 3 * n, count.get());
4171      }
4172  
4173 <    /** ant -Dvmoptions=-Xmx8m -Djsr166.tckTestClass=CompletableFutureTest tck */
4174 <    public void testCoCompletionGarbage() throws Throwable {
4173 >    /** ant -Dvmoptions=-Xmx8m -Djsr166.expensiveTests=true -Djsr166.tckTestClass=CompletableFutureTest tck */
4174 >    public void testCoCompletionGarbageRetention() throws Throwable {
4175          final int n = expensiveTests ? 1_000_000 : 10;
4176          final CompletableFuture<Integer> incomplete = new CompletableFuture<>();
4177          CompletableFuture<Integer> f;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines