ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/RecursiveActionTest.java
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:07 2011 UTC (13 years, 2 months 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 9 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, 6 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, 9 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) Links to release-1_7_0: (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