ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/CountedCompleterTest.java
Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Jan 27 01:57:24 2021 UTC (3 years, 3 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +4 -4 lines
Diff to previous 1.38
use diamond <> pervasively

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Jan 26 13:33:05 2021 UTC (3 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.37: +97 -97 lines
Diff to previous 1.37
Replace Integer with Item class

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Jul 22 20:23:28 2018 UTC (5 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +6 -2 lines
Diff to previous 1.36
Fix errorprone warning [AssertionFailureIgnored]

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 02:26:14 2017 UTC (6 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
rollback: better exception handling

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Oct 26 22:50:07 2017 UTC (6 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.34: +2 -0 lines
Diff to previous 1.34
testForkHelpQuiesce should not assume quiescence implies task visibly done

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Oct 21 06:53:36 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
better exception handling

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon May 29 19:15:02 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +10 -13 lines
Diff to previous 1.32
more timeout handling rework; remove most uses of SMALL_DELAY_MS; randomize timeouts and TimeUnits; remove hardcoded 5 second timeouts

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 17:33:32 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.31: +0 -1 lines
Diff to previous 1.31
fix unused imports reported by errorprone [RemoveUnusedImports]

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 06:09:58 2017 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
convert to Diamond

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 18:51:12 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +0 -113 lines
Diff to previous 1.29
fix 4jdk7-tck target by segregating jdk8+ tests

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 17:49:12 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
improve code comment as suggested by reviewers

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Aug 29 19:13:16 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +114 -0 lines
Diff to previous 1.27
Improve code samples; add corresponding tests

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 19:33:21 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
improve testQuietlyCompleteRoot

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 19:23:56 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
improve testAddToPendingCount

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 19:22:36 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +6 -1 lines
Diff to previous 1.24
improve testSetPendingCount

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 19:20:05 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
improve testSetPendingCount

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 19:12:45 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +3 -0 lines
Diff to previous 1.22
improve testDecrementPendingCountUnlessZero

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 18:54:49 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21
improve testComplete

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 16:43:53 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +19 -10 lines
Diff to previous 1.20
improve testDecrementPendingCount; fix testCompleteExceptionally_null

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 00:36:55 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +8 -8 lines
Diff to previous 1.19
t0 -> startTime

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 18:40:57 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -3 lines
Diff to previous 1.18
PoolCleaning

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 04:55:30 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
improve main methods; respect system properties; actually fail if a test fails

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 21:43:18 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
StampedLockTest.java

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 19:05:42 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +7 -3 lines
Diff to previous 1.15
no wildcard imports

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 17:00:58 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
lexicographic import order

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 16:44:01 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +0 -4 lines
Diff to previous 1.13
remove unused imports

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 18:11:56 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
whitespace

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 21:43:56 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
backport to java 6, to help jsr166e

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 16:37:34 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10
javadocify

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 00:40:13 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +11 -5 lines
Diff to previous 1.9
clarify and test that complete() ignores pending count

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jun 5 05:48:26 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +14 -7 lines
Diff to previous 1.8
improve firstComplete/nextComplete tests

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 4 23:07:11 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +302 -225 lines
Diff to previous 1.7
various improvements

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 3 18:20:05 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +142 -157 lines
Diff to previous 1.6
remove redundant CheckedFJTask; realCompute should be: public => protected

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 3 16:46:12 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +71 -71 lines
Diff to previous 1.5
whitespace

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 05:49:18 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.4: +71 -71 lines
Diff to previous 1.4
whitespace

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 16:29:42 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
typos

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 16:10:19 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.2: +11 -11 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 16:26:43 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.1: +108 -102 lines
Diff to previous 1.1
CompletableFuture coverage

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 00:27:10 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Add CountedCompleters

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a