ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/RecursiveTaskTest.java
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, 8 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, 9 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, 9 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, 9 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, 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: +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, 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