ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadPoolExecutorTest.java
Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Wed Jan 27 01:57:24 2021 UTC (3 years, 3 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.127: +6 -6 lines
Diff to previous 1.127
use diamond <> pervasively

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

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

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Wed Apr 3 20:55:45 2019 UTC (5 years ago) by jsr166
Branch: MAIN
Changes since 1.124: +45 -0 lines
Diff to previous 1.124
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable

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

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 23:15:21 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.122: +113 -89 lines
Diff to previous 1.122
improve tests of saturated pools

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 18:42:01 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.121: +16 -21 lines
Diff to previous 1.121
coalesce tests for simple RejectedExecutionHandlers

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 18:28:08 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.120: +29 -10 lines
Diff to previous 1.120
add testCallerRunsPolicy

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 18:17:40 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.119: +17 -0 lines
Diff to previous 1.119
add simple test for ThreadPoolExecutor.AbortPolicy

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

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Mon May 29 19:15:03 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.117: +2 -2 lines
Diff to previous 1.117
more timeout handling rework; remove most uses of SMALL_DELAY_MS; randomize timeouts and TimeUnits; remove hardcoded 5 second timeouts

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

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Wed Mar 22 20:19:55 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.115: +14 -0 lines
Diff to previous 1.115
clarify default rejected execution handler and thread factory

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Mon Mar 20 00:21:54 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.114: +1 -2 lines
Diff to previous 1.114
testSaturatedSubmitCallable: simplify, fixing errorprone warning: [FutureReturnValueIgnored]

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

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

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

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

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

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 06:11:32 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.108: +17 -26 lines
Diff to previous 1.108
improve test diagnosability

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

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

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

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

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 22:54:45 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.103: +4 -5 lines
Diff to previous 1.103
improve testInterruptedSubmit

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

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

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

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

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

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 07:23:20 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +196 -247 lines
Diff to previous 1.97
more PoolCleaning

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

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

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

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

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

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

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

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

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

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:46:13 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +3 -5 lines
Diff to previous 1.87
improve testInterruptedSubmit

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

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

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

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:31:15 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +22 -20 lines
Diff to previous 1.83
improve testAwaitTermination_timesOut

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

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

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

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

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

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

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 02:07:32 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +7 -2 lines
Diff to previous 1.76
improve testGetMaximumPoolSize

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 03:14:43 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +4 -4 lines
Diff to previous 1.58
improve testTimedInvokeAll6

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 00:53:37 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
imports

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 00:42:48 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +6 -6 lines
Diff to previous 1.56
reduce timeouts of allowCoreThreadTimeOut tests

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 00:33:41 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +24 -11 lines
Diff to previous 1.55
testTimedInvokeAll6: shorter timeouts with retry

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

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 19:35:46 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +28 -0 lines
Diff to previous 1.53
move ThreadPoolExecutor9Test.java into ThreadPoolExecutorTest.java

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

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

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

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

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

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon May 20 16:51:56 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +31 -0 lines
Diff to previous 1.47
add testAwaitTermination_timesOut

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

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun May 29 13:55:36 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
various test case improvements

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

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

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

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

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

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

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

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

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

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

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

Revision 1.34 - (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.33: +3 -3 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (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.32: +54 -67 lines
Diff to previous 1.32
various improvements for invokeAll and invokeAny tests

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

Revision 1.31 - (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.30: +30 -30 lines
Diff to previous 1.30
untabify

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 22:58:48 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +9 -1 lines
Diff to previous 1.29
improve exception handling

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Nov 18 16:13:11 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +29 -58 lines
Diff to previous 1.27
cosmetic improvements

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Nov 18 05:39:51 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +233 -328 lines
Diff to previous 1.26
improve exception handling

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

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

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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Aug 23 12:50:00 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.22: +36 -0 lines
Diff to previous 1.22
Allow recycling of rejected tasks

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon May 9 17:15:27 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.21: +3 -0 lines
Diff to previous 1.21
Fix timeouts

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 14:52:40 2004 UTC (19 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.20: +44 -0 lines
Diff to previous 1.20
Add ThreadPoolExecutor.allowCoreThreadTimeOut

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 12:03:10 2004 UTC (20 years ago) by dl
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Change testFailingThreadFactory to only check null return case

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:27:17 2004 UTC (20 years ago) by dl
Branch: MAIN
Changes since 1.18: +27 -1 lines
Diff to previous 1.18
Add test for correctly dealing with failure in ThreadFactory.newThread

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:30:08 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.17: +3 -0 lines
Diff to previous 1.17
Catch security exception

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:20:56 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.16: +18 -25 lines
Diff to previous 1.16
Don't fail if test harness doesn't have sufficient permissions

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 21:56:18 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.15: +5 -2 lines
Diff to previous 1.15
Add tests for AQS extensions; adjust others for protected condition methods

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 20:42:48 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.14: +5 -4 lines
Diff to previous 1.14
Headers reference Creative Commons

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 25 19:48:57 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Add timed invoke* tests

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:40:24 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.12: +235 -0 lines
Diff to previous 1.12
Add and adapt tests to refactored Executor API

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 00:48:56 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.11: +240 -1 lines
Diff to previous 1.11
Add and adjust tests reflecting API changes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 20:54:46 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.10: +6 -6 lines
Diff to previous 1.10
Collapsed Cancellable and Future

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 18:37:02 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.9: +0 -1 lines
Diff to previous 1.9
Revised and added tests for revised PFT

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:55:03 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.8: +40 -0 lines
Diff to previous 1.8
test null-check setRejectedExecutionHandler

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:40 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.7: +373 -67 lines
Diff to previous 1.7
Added tests and documentation

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 15:33:14 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.6: +20 -35 lines
Diff to previous 1.6
Javadoc fixes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 11:02:41 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.5: +140 -56 lines
Diff to previous 1.5
improve tck javadocs; rename and add a few tests

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 18:20:08 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.4: +179 -158 lines
Diff to previous 1.4
Documentation scaffolding

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 00:31:57 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.3: +2 -3 lines
Diff to previous 1.3
Added tests

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 20:42:41 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.2: +204 -241 lines
Diff to previous 1.2
New base class JSR166TestCase

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 20:39:11 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.1: +18 -18 lines
Diff to previous 1.1
Added serialization and lock tests

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 19:24:56 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
First check-in of tests to be in tck

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