ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java
Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 21:29:24 2022 UTC (2 years ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.106: +1 -1 lines
Diff to previous 1.106
Updates for jdk17+

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Wed Jan 27 01:57:24 2021 UTC (3 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.105: +5 -5 lines
Diff to previous 1.105
use diamond <> pervasively

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Tue Jan 26 13:33:06 2021 UTC (3 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.104: +10 -6 lines
Diff to previous 1.104
Replace Integer with Item class

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Fri Sep 6 18:43:35 2019 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.103: +1 -1 lines
Diff to previous 1.103
use LONGER_DELAY_MS

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Aug 11 22:29:27 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.102: +1 -1 lines
Diff to previous 1.102
more assertions; more interleavings

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 19:01:26 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +15 -0 lines
Diff to previous 1.101
restore a "no-throws" no-op ThreadPoolExecutor.finalize method

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sun Jul 23 15:59:49 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
whitespace

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 22:27:31 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.99: +56 -127 lines
Diff to previous 1.99
improve executor tests, en passant removing [FutureReturnValueIgnored] warnings

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon May 29 22:44:27 2017 UTC (6 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +23 -16 lines
Diff to previous 1.98
more timeout handling rework; remove most uses of MEDIUM_DELAY_MS; randomize timeouts and TimeUnits; write out IAE and ISE

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sat Mar 25 21:41:10 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.97: +4 -4 lines
Diff to previous 1.97
use await(CountDownLatch) pervasively

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 06:09:58 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +19 -19 lines
Diff to previous 1.96
convert to Diamond

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 22:22:39 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +0 -1 lines
Diff to previous 1.95
fix imports

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 03:08:37 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +3 -1 lines
Diff to previous 1.94
improve testTimedInvokeAny5

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 03:03:36 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.93: +3 -1 lines
Diff to previous 1.93
improve testTimedInvokeAny4

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 16:39:06 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +14 -8 lines
Diff to previous 1.92
testTimedInvokeAll6: fix very rare failure

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 05:56:01 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +15 -23 lines
Diff to previous 1.91
improve test diagnosability

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 05:30:44 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +9 -9 lines
Diff to previous 1.90
improve test diagnosability

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 05:22:25 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89
improve test diagnosability

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 05:12:16 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +12 -12 lines
Diff to previous 1.88
improve test diagnosability

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 00:41:47 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
bump up timeout

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 22:19:00 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +6 -8 lines
Diff to previous 1.86
improve testGetPoolSize, testGetLargestPoolSize

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 22:09:02 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +7 -7 lines
Diff to previous 1.85
increase timeouts for threadStarted.await

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 21:54:33 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +2 -3 lines
Diff to previous 1.84
improve testPurge

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 21:42:48 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +19 -5 lines
Diff to previous 1.83
improve testGetTaskCount

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 20:45:41 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
fix minor 4jdk7-tck bitrot

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 07:23:20 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +160 -205 lines
Diff to previous 1.81
more PoolCleaning

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 06:45:29 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +19 -12 lines
Diff to previous 1.80
improve testCorePoolSizeIllegalArgumentException

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 06:39:13 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +115 -34 lines
Diff to previous 1.79
whitespace

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 03:58:22 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +26 -22 lines
Diff to previous 1.78
improve testDiscardOldestOnShutdown

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 03:52:33 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +1 -3 lines
Diff to previous 1.77
improve testCallerRunsOnShutdown

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 03:51:35 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +10 -8 lines
Diff to previous 1.76
improve testRejectedExecutionExceptionOnShutdown

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 03:49:33 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +18 -9 lines
Diff to previous 1.75
improve testSaturatedExecute4

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 03:27:46 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +16 -15 lines
Diff to previous 1.74
improve testSaturatedExecute3

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 03:07:31 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +18 -14 lines
Diff to previous 1.73
improve testSaturatedExecute2

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:49:18 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +3 -5 lines
Diff to previous 1.72
improve testSaturatedExecute

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:38:45 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +10 -14 lines
Diff to previous 1.71
improve testPurge

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:34:48 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +3 -5 lines
Diff to previous 1.70
improve testGetQueue

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:33:09 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +6 -7 lines
Diff to previous 1.69
improve testIsTerminating

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:29:46 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +6 -7 lines
Diff to previous 1.68
improve testIsTerminated

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:26:47 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +9 -6 lines
Diff to previous 1.67
improve testIsShutdown

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:24:49 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +3 -5 lines
Diff to previous 1.66
improve testGetTaskCount

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:21:43 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
improve testGetActiveCount

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:15:08 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +7 -7 lines
Diff to previous 1.64
avoid using SMALL_DELAY_MS

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:09:57 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +5 -7 lines
Diff to previous 1.63
improve testGetPoolSize

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:07:32 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +11 -3 lines
Diff to previous 1.62
improve testGetMaximumPoolSize

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:04:56 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +6 -8 lines
Diff to previous 1.61
improve testGetLargestPoolSize

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:00:19 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +9 -7 lines
Diff to previous 1.60
improve testSetRejectedExecutionHandlerNull

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:58:38 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +12 -8 lines
Diff to previous 1.59
improve testSetRejectedExecutionHandler

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:56:51 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +15 -10 lines
Diff to previous 1.58
improve testGetRejectedExecutionHandler

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:52:43 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +9 -7 lines
Diff to previous 1.57
improve testSetThreadFactoryNull

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:50:30 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +19 -9 lines
Diff to previous 1.56
improve test[GS]etThreadFactory

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:30:27 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +7 -3 lines
Diff to previous 1.55
improve testGetKeepAliveTime

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:29:09 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +7 -3 lines
Diff to previous 1.54
improve testGetCorePoolSize

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:27:32 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +4 -6 lines
Diff to previous 1.53
improve testGetCompletedTaskCount

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:23:41 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +16 -7 lines
Diff to previous 1.52
improve testPrestartAllCoreThreads

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 01:18:25 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +20 -9 lines
Diff to previous 1.51
improve testPrestartCoreThread

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 00:59:09 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +2 -4 lines
Diff to previous 1.50
rejigger pool closing infrastructure

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 00:40:33 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +6 -7 lines
Diff to previous 1.49
rejigger pool closing infrastructure

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 00:30:50 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +5 -5 lines
Diff to previous 1.48
rejigger pool closing infrastructure

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 00:18:49 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +10 -13 lines
Diff to previous 1.47
use PoolCloser

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 18:17:51 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
compare longs against 0L, not 0

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 17:53:47 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
fix a nano-bug in CustomTask

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 00:37:32 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
s/MEDIUM_DELAY/LONG_DELAY/

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 21:15:44 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +53 -7 lines
Diff to previous 1.43
fix concurrency bugs in CustomTask; add cancellation tests

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 08:23:49 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
improve tests for shutdown

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 03:05:23 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +3 -0 lines
Diff to previous 1.41
improve tests for shutdownNow

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 02:41:29 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +27 -11 lines
Diff to previous 1.40
improve tests for shutdownNow

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 18:50:50 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +3 -1 lines
Diff to previous 1.39
testShutdownNow: add queue-draining assertions

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 03:27:11 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +31 -18 lines
Diff to previous 1.38
improve testTimedInvokeAll6

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 20:08:27 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
use TimeUnit static imports

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri May 15 18:21:19 2015 UTC (8 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36
try/catch block scope hygiene

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri May 15 17:07:27 2015 UTC (8 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +81 -32 lines
Diff to previous 1.35
make constructor tests more readable

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

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 20:28:55 2014 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
whitespace

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

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 07:39:17 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31
cosmetic changes

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue May 31 16:16:24 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
use serialClone in serialization tests; update imports

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun May 29 07:01:17 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +39 -26 lines
Diff to previous 1.29
various test case improvements

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri May 27 19:35:24 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +12 -28 lines
Diff to previous 1.28
Improve testAllowCoreThreadTimeOut tests

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat May 7 19:49:37 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
s/hutDown/hutdown/g

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat May 7 19:34:51 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Improve testPurge and testShutdownNow

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri May 6 11:22:08 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
Add/use delay() instead of Thread.sleep to ensure sleeps are long enough

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Nov 30 02:12:52 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
fix rare failures in testIsTerminating

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Nov 17 23:12:31 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
another very rare test failure

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 08:28:05 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +3 -5 lines
Diff to previous 1.21
CustomTask was not correctly recording the current thread while running, so task cancellation was not interrupting, so invokeall was failing to promptly return

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 07:21:32 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +419 -219 lines
Diff to previous 1.20
remove timing dependencies and optimize runtimes; descriptions of testShutdown3 and testShutdown4 were reversed; testShutDown2 never tested its assertion

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 22:27:16 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
typos

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 19:30:35 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +36 -37 lines
Diff to previous 1.18
whitespace

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 00:07:03 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
whitespace

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 09:48:12 2009 UTC (14 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +0 -1 lines
Diff to previous 1.15
whitespace

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 20:17:40 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
check ExecutionException causes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 20:13:20 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +0 -1 lines
Diff to previous 1.13
remove bogus catch

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 19:44:50 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11
fix to testTimedInvokeAny3 was incomplete

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 19:31:58 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +7 -1 lines
Diff to previous 1.10
the last flaky testInvokeAny3 test fixed

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:33:20 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +111 -110 lines
Diff to previous 1.8
import static TimeUnit.MILLISECONDS

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:07:27 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +31 -31 lines
Diff to previous 1.7
untabify

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 16:02:10 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6
still fixing those flaky testInvokeAny3 tests

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 06:33:25 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +20 -22 lines
Diff to previous 1.5
various bug fixes for perplexing test failures

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Nov 18 16:51:26 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +111 -240 lines
Diff to previous 1.4
sync with ThreadPoolExecutorTest.java

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 05:30:08 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +67 -67 lines
Diff to previous 1.3
whitespace

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 04:57:10 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +86 -86 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 20:28:32 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +129 -129 lines
Diff to previous 1.1
whitespace

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri May 20 16:30:17 2005 UTC (18 years, 10 months ago) by dl
Branch: MAIN
Add tests for new protected extenion methods

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