[cvs] / jsr166 / src / test / tck / ExecutorsTest.java Repository:
ViewVC logotype

Log of /jsr166/src/test/tck/ExecutorsTest.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:33:20 2009 UTC (35 hours, 35 minutes ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +5 -4 lines
Diff to previous 1.25
import static TimeUnit.MILLISECONDS

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:07:26 2009 UTC (36 hours, 1 minute ago) by jsr166
Branch: MAIN
Changes since 1.24: +35 -35 lines
Diff to previous 1.24
untabify

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 22:58:48 2009 UTC (39 hours, 9 minutes ago) by jsr166
Branch: MAIN
Changes since 1.23: +25 -31 lines
Diff to previous 1.23
improve exception handling

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 03:55:29 2009 UTC (3 days, 10 hours ago) by jsr166
Branch: MAIN
Changes since 1.22: +45 -104 lines
Diff to previous 1.22
better exception handling

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 05:30:07 2009 UTC (6 days, 8 hours ago) by jsr166
Branch: MAIN
Changes since 1.21: +7 -7 lines
Diff to previous 1.21
whitespace

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 04:57:10 2009 UTC (6 days, 9 hours ago) by jsr166
Branch: MAIN
Changes since 1.20: +25 -25 lines
Diff to previous 1.20
whitespace

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 00:40:11 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.19: +27 -27 lines
Diff to previous 1.19
whitespace

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 16:06:12 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
remove use of sun.* apis

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 13:58:09 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.17: +6 -1 lines
Diff to previous 1.17
Track 1.6 change to use security manager, not AccessControl

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Apr 3 15:00:59 2006 UTC (3 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Check priorities as <=, not ==

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:37:00 2004 UTC (5 years, 9 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.15: +40 -26 lines
Diff to previous 1.15
Don't fail if program has too many permissions

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

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

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 15:49:02 2004 UTC (5 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.12: +32 -25 lines
Diff to previous 1.12
Javadoc fixes

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 00:48:55 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.10: +296 -0 lines
Diff to previous 1.10
Add and adjust tests reflecting API changes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 01:51:12 2003 UTC (5 years, 11 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT
Changes since 1.9: +3 -428 lines
Diff to previous 1.9
Move and rename static Executors.execute/invoke to ExecutorService.submit/invoke,
providing implementations in AbstractExecutorService (which TPE extends).

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 19:09:24 2003 UTC (5 years, 11 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.8: +91 -92 lines
Diff to previous 1.8
Some tests were still using <V> Future<V> execute(Executor,Runnable,V)

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:40 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.6: +13 -13 lines
Diff to previous 1.6
Added tests and documentation

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 15:33:13 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.5: +13 -29 lines
Diff to previous 1.5
Javadoc fixes

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 11:02:41 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.4: +300 -101 lines
Diff to previous 1.4
improve tck javadocs; rename and add a few tests

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 18:20:07 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.3: +137 -134 lines
Diff to previous 1.3
Documentation scaffolding

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 20:42:40 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.2: +23 -51 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 (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.1: +85 -0 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:55 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
First check-in of tests to be in tck

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

Sort log by:

Doug Lea
ViewVC Help
Powered by ViewVC 1.0.8