ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ForkJoinTaskTest.java
Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:06 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Update Creative Commons license URL in legal notices

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

Revision 1.29 - (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.28: +4 -4 lines
Diff to previous 1.28
join/quietlyJoin is permitted to clear interrupt status

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 22:45:49 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +33 -1 lines
Diff to previous 1.27
some more join/quietlyJoin/interrupt assertions

Revision 1.27 - (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.26: +1 -0 lines
Diff to previous 1.26
small improvement to testSetRawResult

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 07:40:24 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
small correction to test description

Revision 1.25 - (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.24: +6 -0 lines
Diff to previous 1.24
add assertions for behavior of cancel() when task done

Revision 1.24 - (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.23: +221 -139 lines
Diff to previous 1.23
miscellaneous test improvements

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 07:45:00 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
reversion of 1.22: Weaken assertSame of exceptions on failure

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 11:44:29 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
Weaken assertSame of exceptions on failure

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 17:52:23 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
whitespace

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:41:17 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.19: +529 -1 lines
Diff to previous 1.19
Explicitly test singleton vs multi-thread pools

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:15:16 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
use blessed declaration modifier order

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 00:55:19 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +42 -9 lines
Diff to previous 1.17
more checks when get throws ExecutionException or CancellationException

Revision 1.17 - (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.16: +256 -276 lines
Diff to previous 1.16
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.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 23:23:44 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +45 -45 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: +2 -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: +63 -45 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]
Mon Sep 13 07:26:30 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -12 lines
Diff to previous 1.12
cleanup import statements

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 07:22:29 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +359 -400 lines
Diff to previous 1.11
whitespace

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

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

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

Revision 1.8 - (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.7: +21 -119 lines
Diff to previous 1.7
Sync with API simplifications

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 23:01:44 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
replace 5 seconds absolute timeout with LONG_DELAY_MS

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 06:47:14 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
whitespace

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

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

Revision 1.3 - (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.2: +1 -1 lines
Diff to previous 1.2
typo fixes

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: +73 -73 lines
Diff to previous 1.1
whitespace

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:02:49 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