ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/RecursiveActionTest.java
Revision 1.57 - (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.56: +2 -2 lines
Diff to previous 1.56
use diamond <> pervasively

Revision 1.56 - (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.55: +2 -2 lines
Diff to previous 1.55
Replace Integer with Item class

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

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:49:32 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
use forEach loop

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 22:59:18 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +1 -2 lines
Diff to previous 1.52
use <>

Revision 1.52 - (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.51: +1 -1 lines
Diff to previous 1.51
rollback: better exception handling

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

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

Revision 1.49 - (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.48: +2 -2 lines
Diff to previous 1.48
use javadoc comments

Revision 1.48 - (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.47: +0 -12 lines
Diff to previous 1.47
stop checking that Thread.interrupt() works

Revision 1.47 - (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.46: +26 -26 lines
Diff to previous 1.46
rename myself to currentThread

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 04:48:32 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
more timeout robustness

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

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

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 19:16:38 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +0 -1 lines
Diff to previous 1.42
remove unused imports

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 04:52:47 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
use static TimeUnit import

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 17:02:26 2015 UTC (9 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.40: +2 -0 lines
Diff to previous 1.40
Fix race in testForkHelpQuiesce

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

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Jun 3 17:55:49 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +50 -50 lines
Diff to previous 1.38
public => protected

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 04:23:28 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
use blessed modifier order

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 02:47:32 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +9 -7 lines
Diff to previous 1.36
even more SortTask improvements

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 06:50:19 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +4 -7 lines
Diff to previous 1.35
use only n/2 space overhead in SortTask.merge

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 06:54:53 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
make SortTask demo slightly more adversarial

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 05:20:30 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +46 -0 lines
Diff to previous 1.33
add SortTask demo as a real tck test

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 18:49:56 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +24 -1 lines
Diff to previous 1.32
port testReinitializeAbnormal from RecursiveTaskTest to  RecursiveActionTest

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue May 31 10:28:06 2011 UTC (12 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
Don't rely on reinitialize when effects not guaranteed

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri May 27 19:13:51 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +1 -5 lines
Diff to previous 1.30
Fix javac warnings

Revision 1.30 - (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.29: +1 -1 lines
Diff to previous 1.29
Update Creative Commons license URL in legal notices

Revision 1.29 - (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.28: +9 -7 lines
Diff to previous 1.28
Tests for expected exceptions should only assert same class, not identity

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 22:37:51 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +27 -13 lines
Diff to previous 1.27
add some isInterrupted sanity assertions

Revision 1.27 - (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.26: +3 -2 lines
Diff to previous 1.26
use ForkJoinTask.inForkJoinPool

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 07:38:40 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +97 -0 lines
Diff to previous 1.25
new test testJoinIgnoresInterruptsOutsideForkJoinPool

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 06:33:26 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +7 -7 lines
Diff to previous 1.24
join/quietlyJoin is permitted to clear interrupt status

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 20:19:47 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +70 -0 lines
Diff to previous 1.23
add testJoinIgnoresInterrupts

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

Revision 1.22 - (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.21: +4 -0 lines
Diff to previous 1.21
add assertions for behavior of cancel() when task done

Revision 1.21 - (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.20: +17 -12 lines
Diff to previous 1.20
miscellaneous test improvements

Revision 1.20 - (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.19: +6 -0 lines
Diff to previous 1.19
invokeAll completes all tasks on normal return

Revision 1.19 - (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.18: +204 -84 lines
Diff to previous 1.18
more thorough testing

Revision 1.18 - (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.17: +277 -298 lines
Diff to previous 1.17
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.17 - (view) (download) (annotate) - [select for diffs]
Wed Sep 15 12:46:57 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
Keep FJP GC-live

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: +48 -48 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: +7 -2 lines
Diff to previous 1.14
fix imports

Revision 1.14 - (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.13: +69 -50 lines
Diff to previous 1.13
avoid static ForkJoinPools; create a new pool for each test instead

Revision 1.13 - (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.12: +1 -2 lines
Diff to previous 1.12
whitespace

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

Revision 1.11 - (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.10: +1 -1 lines
Diff to previous 1.10
whitespace

Revision 1.10 - (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.9: +3 -111 lines
Diff to previous 1.9
Sync with API simplifications

Revision 1.9 - (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.8: +2 -2 lines
Diff to previous 1.8
untabify

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 17 12:31:23 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +10 -11 lines
Diff to previous 1.7
whitespace

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 01:17:30 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +428 -479 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, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
provide exception argument to unexpectedException()

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 09:52:04 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +13 -4 lines
Diff to previous 1.4
add missing shouldThrow(); tighten up catches

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 22:09:13 2009 UTC (14 years, 9 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, 9 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, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +69 -69 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, 9 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