ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/AbstractExecutorServiceTest.java
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:06 2011 UTC (13 years, 2 months 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, 7 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, 7 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, 7 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, 8 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, 8 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, 4 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, 6 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, 6 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, 4 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, 4 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, 4 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, 5 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, 5 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, 5 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, 5 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, 5 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) Links to release-1_7_0: (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