ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ForkJoinPoolTest.java
Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri May 6 11:22:07 2011 UTC (13 years ago) by dl
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
Add/use delay() instead of Thread.sleep to ensure sleeps are long enough

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:06 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Update Creative Commons license URL in legal notices

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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 07:42:58 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +12 -6 lines
Diff to previous 1.35
remove unreliable sleeps from testDrainTasksTo and testPollSubmission

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 00:20:47 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.34: +29 -72 lines
Diff to previous 1.34
Use runWithPermissions for priv exec tests

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 19:14:34 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +10 -6 lines
Diff to previous 1.33
add a few assertions

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 19:04:17 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
typos

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 04:39:12 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +11 -11 lines
Diff to previous 1.31
optimize runtime

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 19:46:42 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30
small simplification

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 17:07:47 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29
testisQuiescent: use SMALL delay

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 16:49:25 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28
testSetUncaughtExceptionHandler: use non-failing task; always use assertTrue(latch.await(timeout))

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 14:19:52 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
testSetUncaughtExceptionHandler needs shutdownNow

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 01:04:10 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +43 -36 lines
Diff to previous 1.26
Intentionally break two tests, because it appears that these are implementation bugs:\nRemove call to shutdownNow in testSetUncaughtExceptionHandler;\nmake testInterruptedSubmit less flaky be replacing calls to sleep with CountDownLatches

Revision 1.26 - (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.25: +25 -25 lines
Diff to previous 1.25
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.25 - (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.24: +3 -1 lines
Diff to previous 1.24
fix imports

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 15:34:42 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +5 -4 lines
Diff to previous 1.23
fix import statements

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Sep 11 19:04:12 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +80 -59 lines
Diff to previous 1.22
shut down all pools to prevent "thread leaks"

Revision 1.22 - (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.21: +1 -1 lines
Diff to previous 1.21
trailing whitespace

Revision 1.21 - (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.20: +1 -1 lines
Diff to previous 1.20
whitespace

Revision 1.20 - (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.19: +97 -160 lines
Diff to previous 1.19
Sync with API simplifications

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Feb 28 13:35:22 2010 UTC (14 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
testSetUncaughtExceptionHandler fix

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 11:25:16 2010 UTC (14 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
fix wrong accessor call in testGetPoolSize

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jan 5 02:08:37 2010 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +32 -64 lines
Diff to previous 1.16
Make tests security-manager-aware

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 22:51:44 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +46 -58 lines
Diff to previous 1.15
various improvements for invokeAll and invokeAny tests

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 09:54:17 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +9 -1 lines
Diff to previous 1.14
testTimedInvokeAny3 had rare intermittent failures

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

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Nov 26 15:42:15 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
change access modifiers to allow access from multiple packages

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 20:10:48 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +7 -1 lines
Diff to previous 1.11
check ExecutionException causes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 20:02:13 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
check ExecutionException cause in testInvokeAny4

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 10:25:05 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +6 -10 lines
Diff to previous 1.9
improve exception handling

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 00:49:40 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +26 -4 lines
Diff to previous 1.8
Fix flaky test testInvokeAny3

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 21:10:19 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +12 -12 lines
Diff to previous 1.7
test methods must join with any threads they start

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 00:23:18 2009 UTC (14 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6
fix 2 tests

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 22:08:07 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +135 -270 lines
Diff to previous 1.5
cleanup exception handling

Revision 1.5 - (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.4: +1 -1 lines
Diff to previous 1.4
typo fixes

Revision 1.4 - (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.3: +4 -4 lines
Diff to previous 1.3
javadoc cleanup

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

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: +77 -78 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