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

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

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 22:55:54 2019 UTC (4 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +8 -8 lines
Diff to previous 1.40
fix a few [UnusedVariable] warnings

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 23:42:12 2018 UTC (5 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
fix some [UnnecessaryParentheses] warnings

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

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:48:13 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, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +9 -11 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]
Wed Oct 7 00:15:23 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +2 -0 lines
Diff to previous 1.33
testForkHelpQuiesce: wait out race, as we already do in RecursiveActionTest#testForkHelpQuiesce

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 18:28:51 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -3 lines
Diff to previous 1.32
PoolCleaning

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

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

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

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 14:33:38 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +0 -3 lines
Diff to previous 1.28
whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri May 27 17:15:48 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Fix javac warnings

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:07 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Update Creative Commons license URL in legal notices

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 01:18:59 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.25: +6 -6 lines
Diff to previous 1.25
Tests for expected exceptions should only assert same class, not identity

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 08:48:23 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
use ForkJoinTask.inForkJoinPool

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 07:45:50 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
small improvement to testSetRawResult

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 20:32:15 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +4 -0 lines
Diff to previous 1.22
add assertions for behavior of cancel() when task done

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 19:06:53 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +19 -14 lines
Diff to previous 1.21
miscellaneous test improvements

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 08:35:40 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +15 -9 lines
Diff to previous 1.20
invokeAll completes all tasks on normal return

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 08:25:10 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +274 -109 lines
Diff to previous 1.19
more thorough testing

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 00:52:49 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +297 -356 lines
Diff to previous 1.18
testcase hygiene: introduce CheckedRecursiveAction and CheckedRecursiveTask; eliminate almost all threadAssertXXX; use preferred junit conventions;narrow the scope of exception checking code; make sure test failures in non-junit threads produce proper stacktraces

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 18:38:28 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
first arg to junit method calls should be expected result

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 10:24:07 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
testSetRawResult only checks via getRawResult

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 23:23:45 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +39 -39 lines
Diff to previous 1.15
check return values from invoke, fork, join, cancel

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 20:48:58 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +6 -2 lines
Diff to previous 1.14
fix imports

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 10:49:59 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Fix documentation of testSetRawResult

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 07:51:18 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +64 -48 lines
Diff to previous 1.12
avoid static ForkJoinPools; create a new pool for each test instead

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 11 07:31:52 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +0 -1 lines
Diff to previous 1.11
whitespace

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 06:41:55 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
trailing whitespace

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 00:07:03 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
whitespace

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 19:50:02 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.8: +3 -126 lines
Diff to previous 1.8
Sync with API simplifications

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:07:27 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
untabify

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 01:17:31 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +512 -512 lines
Diff to previous 1.6
whitespace

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 10:13:48 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
provide exception argument to unexpectedException()

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 10:00:15 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +12 -4 lines
Diff to previous 1.4
tighten up catches

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 22:09:13 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
typo fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 21:56:02 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
javadoc cleanup

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:37:31 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +65 -65 lines
Diff to previous 1.1
whitespace

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:02:50 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Add new TCK tests for JDK7

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