ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ForkJoinPool8Test.java
Revision 1.42 - (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.41: +4 -4 lines
Diff to previous 1.41
use diamond <> pervasively

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

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

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 03:56:32 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
fix "dangling" javadoc comments

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

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

Revision 1.36 - (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.35: +10 -13 lines
Diff to previous 1.35
more timeout handling rework; remove most uses of SMALL_DELAY_MS; randomize timeouts and TimeUnits; remove hardcoded 5 second timeouts

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Mar 18 18:20:00 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
use javadoc comments

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Aug 16 23:17:13 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +0 -6 lines
Diff to previous 1.33
stop checking that Thread.interrupt() works

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Aug 16 23:02:57 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +13 -13 lines
Diff to previous 1.32
rename myself to currentThread

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Oct 13 21:07:54 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +8 -6 lines
Diff to previous 1.31
testAwaitQuiescence*: fix 1/billion failure; getActiveThreadCount will eventually become 0 after isQuiescent reports true, but not necessarily immediately

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 07:26:09 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +2 -6 lines
Diff to previous 1.30
PoolCleaning

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

Revision 1.29 - (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.28: +8 -5 lines
Diff to previous 1.28
no wildcard imports

Revision 1.28 - (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.27: +1 -5 lines
Diff to previous 1.27
remove unused imports

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 19:18:12 2014 UTC (9 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +8 -0 lines
Diff to previous 1.26
testAwaitQuiescence2 flaky in presence of -Djava.util.concurrent.ForkJoinPool.common.parallelism=0

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 16:02:23 2014 UTC (9 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +31 -33 lines
Diff to previous 1.25
testAwaitQuiescence2: ensure termination; remove no-op loop

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 16:16:46 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +0 -3 lines
Diff to previous 1.24
testAwaitQuiescence2: fix intermittent failures

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 15:49:55 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -7 lines
Diff to previous 1.23
awaitQuiescence should not time out

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 01:42:44 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
improve awaitQuiescence tests

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Sep 17 02:17:11 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +7 -9 lines
Diff to previous 1.21
code tidying

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 01:43:29 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
fixup TimeUnit

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 01:41:10 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +2 -8 lines
Diff to previous 1.19
remove unnecessary exception handling

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 01:27:54 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
better local variable name

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 00:58:26 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17
s/awaitQuiescence/awaitQuiescence/g

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 00:48:58 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +17 -18 lines
Diff to previous 1.16
whitespace

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 00:48:00 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +21 -22 lines
Diff to previous 1.15
whitespace

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Sep 15 22:35:46 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.14: +41 -36 lines
Diff to previous 1.14
Retry test if task already done before check.

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

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 15:55:43 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +5 -6 lines
Diff to previous 1.11
whitespace

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 22:24:18 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.10: +114 -0 lines
Diff to previous 1.10
Adapt/incorporate JDK8 tests including suggestions by Eric Wang

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 16:36:37 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +0 -1 lines
Diff to previous 1.9
whitespace

Revision 1.9 - (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.8: +96 -108 lines
Diff to previous 1.8
remove redundant CheckedFJTask; realCompute should be: public => protected

Revision 1.8 - (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.7: +31 -31 lines
Diff to previous 1.7
whitespace

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

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 19:02:27 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.5: +0 -34 lines
Diff to previous 1.5
Remove inapplicable tests

Revision 1.5 - (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.4: +8 -8 lines
Diff to previous 1.4
whitespace

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 19:06:54 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.3: +1506 -0 lines
Diff to previous 1.3
test new map methods

Revision 1.3 - (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.2: +0 -5 lines
Diff to previous 1.2
CompletableFuture coverage

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Feb 9 19:33:08 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +5 -0 lines
Diff to previous 1.1
nag tck maintainers

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 03:39:34 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
add ForkJoinPool8Test

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