ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ScheduledExecutorSubclassTest.java
Revision 1.74 - (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.73: +2 -2 lines
Diff to previous 1.73
use diamond <> pervasively

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

Revision 1.72 - (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.71: +1 -1 lines
Diff to previous 1.71
use LONGER_DELAY_MS

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

Revision 1.70 - (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.69: +2 -2 lines
Diff to previous 1.69
use method reference

Revision 1.69 - (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.68: +47 -89 lines
Diff to previous 1.68
improve executor tests, en passant removing [FutureReturnValueIgnored] warnings

Revision 1.68 - (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.67: +30 -21 lines
Diff to previous 1.67
more timeout handling rework; remove most uses of MEDIUM_DELAY_MS; randomize timeouts and TimeUnits; write out IAE and ISE

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

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sat Apr 1 16:28:31 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.65: +162 -65 lines
Diff to previous 1.65
testShutdown_cancellation: sync with ScheduledExecutorTest

Revision 1.65 - (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.64: +6 -6 lines
Diff to previous 1.64
use await(CountDownLatch) pervasively

Revision 1.64 - (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.63: +14 -14 lines
Diff to previous 1.63
convert to Diamond

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 02:14:06 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
improve CustomTask

Revision 1.62 - (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.61: +0 -1 lines
Diff to previous 1.61
fix imports

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

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

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

Revision 1.58 - (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.57: +3 -1 lines
Diff to previous 1.57
improve testTimedInvokeAny5

Revision 1.57 - (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.56: +3 -1 lines
Diff to previous 1.56
improve testTimedInvokeAny4

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

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

Revision 1.54 - (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.53: +3 -3 lines
Diff to previous 1.53
improve test diagnosability

Revision 1.53 - (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.52: +2 -2 lines
Diff to previous 1.52
improve test diagnosability

Revision 1.52 - (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.51: +2 -2 lines
Diff to previous 1.51
improve test diagnosability

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

Revision 1.50 - (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.49: +7 -7 lines
Diff to previous 1.49
increase timeouts for threadStarted.await

Revision 1.49 - (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.48: +9 -10 lines
Diff to previous 1.48
improve testPurge

Revision 1.48 - (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.47: +20 -7 lines
Diff to previous 1.47
improve testGetTaskCount

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

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 16:03:12 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +304 -367 lines
Diff to previous 1.45
PoolCleaning

Revision 1.45 - (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.44: +7 -7 lines
Diff to previous 1.44
avoid using SMALL_DELAY_MS

Revision 1.44 - (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.43: +1 -1 lines
Diff to previous 1.43
avoid using SMALL_DELAY_MS

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

Revision 1.42 - (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.41: +87 -108 lines
Diff to previous 1.41
improve tests for shutdown

Revision 1.41 - (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.40: +3 -0 lines
Diff to previous 1.40
improve tests for shutdownNow

Revision 1.40 - (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.39: +34 -0 lines
Diff to previous 1.39
improve tests for shutdownNow

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

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

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

Revision 1.36 - (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.35: +24 -11 lines
Diff to previous 1.35
improve testTimedInvokeAll6

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 04:55:31 2015 UTC (9 years 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 19:05:43 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +23 -3 lines
Diff to previous 1.33
no wildcard imports

Revision 1.33 - (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.32: +2 -2 lines
Diff to previous 1.32
cosmetic changes

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

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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 04:08:46 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
whitespace

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 19:45:01 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
whitespace

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

Revision 1.27 - (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.26: +6 -11 lines
Diff to previous 1.26
various test case improvements

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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri May 27 19:43:27 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +0 -7 lines
Diff to previous 1.24
whitespace

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

Revision 1.23 - (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.22: +7 -7 lines
Diff to previous 1.22
s/hutDown/hutdown/g

Revision 1.22 - (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.21: +17 -17 lines
Diff to previous 1.21
Improve testPurge and testShutdownNow

Revision 1.21 - (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.20: +4 -4 lines
Diff to previous 1.20
Add/use delay() instead of Thread.sleep to ensure sleeps are long enough

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 22:55:08 2011 UTC (13 years ago) by jsr166
Branch: MAIN
Changes since 1.19: +11 -11 lines
Diff to previous 1.19
whitespace

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

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

Revision 1.17 - (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.16: +1 -1 lines
Diff to previous 1.16
another very rare test failure

Revision 1.16 - (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.15: +9 -1 lines
Diff to previous 1.15
add a few assertions

Revision 1.15 - (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.14: +350 -191 lines
Diff to previous 1.14
remove timing dependencies and optimize runtimes; descriptions of testShutdown3 and testShutdown4 were reversed; testShutDown2 never tested its assertion

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

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

Revision 1.12 - (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.11: +3 -3 lines
Diff to previous 1.11
whitespace

Revision 1.11 - (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.10: +49 -60 lines
Diff to previous 1.10
various improvements for invokeAll and invokeAny tests

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

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

Revision 1.8 - (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.7: +2 -2 lines
Diff to previous 1.7
improve exception handling

Revision 1.7 - (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.6: +19 -19 lines
Diff to previous 1.6
untabify

Revision 1.6 - (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.5: +238 -366 lines
Diff to previous 1.5
improve exception handling

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 16:00:19 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
wrong class in suite() call

Revision 1.4 - (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.3: +27 -27 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, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +75 -75 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 20:28:31 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +42 -42 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, 11 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