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

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

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

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 18:05:47 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +18 -18 lines
Diff to previous 1.46
improve NPE tests

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

Revision 1.45 - (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.44: +14 -14 lines
Diff to previous 1.44
convert to Diamond

Revision 1.44 - (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.43: +3 -1 lines
Diff to previous 1.43
improve testTimedInvokeAny5

Revision 1.43 - (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.42: +3 -1 lines
Diff to previous 1.42
improve testTimedInvokeAny4

Revision 1.42 - (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.41: +1 -1 lines
Diff to previous 1.41
bump up timeout

Revision 1.41 - (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.40: +6 -7 lines
Diff to previous 1.40
improve testInterruptedSubmit

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

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 06:05:53 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +26 -16 lines
Diff to previous 1.38
testTimedInvokeAll6: fix rare flakiness

Revision 1.38 - (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.37: +15 -10 lines
Diff to previous 1.37
improve testTimedInvokeAll6

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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 18:12:58 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
narrow scope of try-catch

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

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 22:05:39 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +7 -7 lines
Diff to previous 1.32
remove all javac [divzero] warnings

Revision 1.32 - (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.31: +17 -16 lines
Diff to previous 1.31
various test case improvements

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat May 28 22:33:35 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +0 -5 lines
Diff to previous 1.30
whitespace

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

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 08:30:50 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28
optimize testTimedInvokeAll6

Revision 1.28 - (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.27: +2 -73 lines
Diff to previous 1.27
remove timing dependencies and optimize runtimes; descriptions of testShutdown3 and testShutdown4 were reversed; testShutDown2 never tested its assertion

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

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 00:53:15 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +7 -2 lines
Diff to previous 1.25
whitespace

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 02:54:10 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +26 -17 lines
Diff to previous 1.24
Fix flakiness in testInterruptedSubmit

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

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

Revision 1.22 - (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.21: +55 -63 lines
Diff to previous 1.21
various improvements for invokeAll and invokeAny tests

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

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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 05:25:10 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +173 -272 lines
Diff to previous 1.18
better exception handling

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

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

Revision 1.16 - (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.15: +8 -8 lines
Diff to previous 1.15
whitespace

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 14:51:33 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Fix timing granularities

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 19:39:21 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.12: +6 -6 lines
Diff to previous 1.12
Typos

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 16:37:40 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.11: +27 -27 lines
Diff to previous 1.11
Fix grammar, typos

Revision 1.11 - (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.10: +6 -3 lines
Diff to previous 1.10
Add tests for AQS extensions; adjust others for protected condition methods

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

Revision 1.9 - (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.8: +3 -3 lines
Diff to previous 1.8
Add timed invoke* tests

Revision 1.8 - (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.7: +235 -4 lines
Diff to previous 1.7
Add and adapt tests to refactored Executor API

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 16:25:38 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
Add and improve tests

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 20:42:44 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
Use callables for PrivilegedActions

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 20:38:55 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.3: +8 -68 lines
Diff to previous 1.3
Adjust to API changes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 14:44:25 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Adjust condition declarations

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 02:24:00 2003 UTC (20 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Raw List returned by shutdownNow is really List<Runnable>.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 01:51:12 2003 UTC (20 years, 4 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT
Move and rename static Executors.execute/invoke to ExecutorService.submit/invoke,
providing implementations in AbstractExecutorService (which TPE extends).

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