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

Revision 1.99 - (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.98: +19 -16 lines
Diff to previous 1.98
Replace Integer with Item class

Revision 1.98 - (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.97: +1 -1 lines
Diff to previous 1.97
use LONGER_DELAY_MS

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 21:41:21 2018 UTC (5 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +1 -1 lines
Diff to previous 1.96
delete SmallPossiblyInterruptedRunnable

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 02:04:15 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
use method reference

Revision 1.95 - (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.94: +50 -94 lines
Diff to previous 1.94
improve executor tests, en passant removing [FutureReturnValueIgnored] warnings

Revision 1.94 - (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.93: +28 -20 lines
Diff to previous 1.93
more timeout handling rework; remove most uses of MEDIUM_DELAY_MS; randomize timeouts and TimeUnits; write out IAE and ISE

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

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Wed Mar 29 17:47:16 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.91: +17 -20 lines
Diff to previous 1.91
testShutdown_cancellation: more randomness

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Wed Mar 29 16:53:20 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.90: +13 -12 lines
Diff to previous 1.90
fix flake when testImplementationDetails is false

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 23:21:24 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.89: +35 -16 lines
Diff to previous 1.89
testShutdown_cancellation: ensure periodic tasks continue executing if policy set

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 18:13:10 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.88: +116 -55 lines
Diff to previous 1.88
fix 8177632 and 8176254

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sun Mar 26 02:00:39 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.87: +25 -12 lines
Diff to previous 1.87
testShutdown_cancellation: randomize policies

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sat Mar 25 23:35:15 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.86: +25 -20 lines
Diff to previous 1.86
testShutdown_cancellation: minor improvements

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

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

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Mar 20 00:34:27 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.83: +1 -0 lines
Diff to previous 1.83
testShutdown_cancellation: add an assertion

Revision 1.83 - (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.82: +14 -14 lines
Diff to previous 1.82
convert to Diamond

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 17:31:16 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +6 -7 lines
Diff to previous 1.81
fix errorprone Finally warning

Revision 1.81 - (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.80: +0 -1 lines
Diff to previous 1.80
fix imports

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 23:16:06 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.79: +47 -21 lines
Diff to previous 1.79
make tests more robust against slow VMs; fix for JDK-8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 20:40:12 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.78: +10 -10 lines
Diff to previous 1.78
more meaningful local variable names

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Sun Oct 25 02:58:25 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
replace throw with fail or threadFail

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 16:49:28 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +23 -0 lines
Diff to previous 1.76
tck test and bug fix for https://bugs.openjdk.java.net/browse/JDK-8051859

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

Revision 1.75 - (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.74: +3 -1 lines
Diff to previous 1.74
improve testTimedInvokeAny4

Revision 1.74 - (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.73: +11 -5 lines
Diff to previous 1.73
testTimedInvokeAll6: fix very rare failure

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 06:02:53 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +24 -27 lines
Diff to previous 1.72
improve test diagnosability

Revision 1.72 - (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.71: +6 -6 lines
Diff to previous 1.71
improve test diagnosability

Revision 1.71 - (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.70: +5 -7 lines
Diff to previous 1.70
improve test diagnosability

Revision 1.70 - (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.69: +11 -11 lines
Diff to previous 1.69
improve test diagnosability

Revision 1.69 - (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.68: +1 -1 lines
Diff to previous 1.68
bump up timeout

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 22:38:38 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
bump up timeout

Revision 1.67 - (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.66: +7 -7 lines
Diff to previous 1.66
increase timeouts for threadStarted.await

Revision 1.66 - (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.65: +10 -11 lines
Diff to previous 1.65
improve testPurge

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

Revision 1.64 - (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.63: +1 -1 lines
Diff to previous 1.63
fix minor 4jdk7-tck bitrot

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 18:28:51 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +6 -4 lines
Diff to previous 1.62
PoolCleaning

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 08:07:31 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +280 -343 lines
Diff to previous 1.61
PoolCleaning

Revision 1.61 - (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.60: +7 -7 lines
Diff to previous 1.60
avoid using SMALL_DELAY_MS

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

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

Revision 1.58 - (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.57: +88 -108 lines
Diff to previous 1.57
improve tests for shutdown

Revision 1.57 - (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.56: +3 -0 lines
Diff to previous 1.56
improve tests for shutdownNow

Revision 1.56 - (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.55: +35 -0 lines
Diff to previous 1.55
improve tests for shutdownNow

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 02:32:57 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +4 -2 lines
Diff to previous 1.54
use testImplementationDetails

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 20:17:39 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +24 -11 lines
Diff to previous 1.53
improve tests for shutdownNow

Revision 1.53 - (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.52: +3 -1 lines
Diff to previous 1.52
testShutdownNow: add queue-draining assertions

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

Revision 1.51 - (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.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, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +18 -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, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
cosmetic changes

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 06:59:34 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +0 -2 lines
Diff to previous 1.47
whitespace

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 18:35:21 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +44 -20 lines
Diff to previous 1.46
Improve expected execution times of testFixedDelaySequence,testFixedRateSequence

Revision 1.46 - (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.45: +1 -1 lines
Diff to previous 1.45
use serialClone in serialization tests; update imports

Revision 1.45 - (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.44: +6 -11 lines
Diff to previous 1.44
various test case improvements

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat May 28 15:33:20 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +30 -30 lines
Diff to previous 1.43
various test case improvements

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri May 27 19:48:58 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +0 -6 lines
Diff to previous 1.42
whitespace

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Fri May 27 16:26:29 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41
Fix very rare test failures in testShutdown3

Revision 1.41 - (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.40: +6 -6 lines
Diff to previous 1.40
s/hutDown/hutdown/g

Revision 1.40 - (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.39: +19 -19 lines
Diff to previous 1.39
Improve testPurge and testShutdownNow

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri May 6 11:22:07 2011 UTC (12 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.38: +4 -4 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]
Thu Apr 14 22:55:08 2011 UTC (13 years ago) by jsr166
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37
whitespace

Revision 1.37 - (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.36: +1 -1 lines
Diff to previous 1.36
Update Creative Commons license URL in legal notices

Revision 1.36 - (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.35: +2 -1 lines
Diff to previous 1.35
fix rare failures in testIsTerminating

Revision 1.35 - (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.34: +1 -1 lines
Diff to previous 1.34
another very rare test failure

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 15:46:40 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +9 -1 lines
Diff to previous 1.33
add a few assertions

Revision 1.33 - (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.32: +349 -192 lines
Diff to previous 1.32
remove timing dependencies and optimize runtimes; descriptions of testShutdown3 and testShutdown4 were reversed; testShutDown2 never tested its assertion

Revision 1.32 - (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.31: +19 -19 lines
Diff to previous 1.31
whitespace

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 18:40:41 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
whitespace

Revision 1.30 - (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.29: +3 -3 lines
Diff to previous 1.29
whitespace

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

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

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

Revision 1.26 - (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.25: +20 -20 lines
Diff to previous 1.25
untabify

Revision 1.25 - (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.24: +242 -364 lines
Diff to previous 1.24
improve exception handling

Revision 1.24 - (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.23: +27 -27 lines
Diff to previous 1.23
whitespace

Revision 1.23 - (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.22: +75 -75 lines
Diff to previous 1.22
whitespace

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 15:17:35 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.20: +0 -2 lines
Diff to previous 1.20
Fix rate test

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 14:39:25 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Typo

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 14:07:50 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.18: +22 -9 lines
Diff to previous 1.18
Fixed 2 tests

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 01:47:07 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.17: +51 -4 lines
Diff to previous 1.17
Add/fix tests

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: +26 -21 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]
Thu Jan 8 01:29:46 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Add Atomic array constructor tests; adjust timings on other tests

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 01:13:50 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Fixed drainTo tests

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

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

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

Revision 1.11 - (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.10: +233 -0 lines
Diff to previous 1.10
Add and adapt tests to refactored Executor API

Revision 1.10 - (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.9: +238 -0 lines
Diff to previous 1.9
Add and adjust tests reflecting API changes

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

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 15:33:13 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.6: +6 -28 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, 6 months ago) by dl
Branch: MAIN
Changes since 1.5: +87 -85 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: +208 -170 lines
Diff to previous 1.4
Documentation scaffolding

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 12:12:42 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Adjusted time constants

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 23:50:09 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.1: +310 -15 lines
Diff to previous 1.1
Added shutdown tests

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 19:24:55 2003 UTC (20 years, 7 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