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

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

Parent Directory Parent Directory


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

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Apr 13 14:16:25 2008 UTC (14 months, 2 weeks ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +20 -7 lines
Diff to previous 1.30
Add support for tracing failures

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 20:35:00 2006 UTC (3 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
Simplify Navigable method names

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Oct 1 17:05:38 2005 UTC (3 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
Simple tests for SimpleEntry

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri May 20 16:30:17 2005 UTC (4 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.27: +2 -0 lines
Diff to previous 1.27
Add tests for new protected extenion methods

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu May 12 03:20:56 2005 UTC (4 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.26: +44 -44 lines
Diff to previous 1.26
doc fixes

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 15:24:29 2005 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
Add SubMap/Set tests for TreeMap/Set

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Mar 1 01:32:00 2005 UTC (4 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.24: +1 -0 lines
Diff to previous 1.24
Add tests for new AQLS class

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jan 20 00:39:13 2005 UTC (4 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.23: +1 -0 lines
Diff to previous 1.23
Weaken lock await assertion, add queue testRemoveElementAndAdd

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 16:15:59 2004 UTC (4 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.22: +8 -1 lines
Diff to previous 1.22
Integrate tests for jsr166x classes

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 16:49:40 2004 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Fixed timing errors

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 23:20:21 2004 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Timing default changed

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jan 10 20:37:20 2004 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
Added tests

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 15:39:10 2004 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Fix typos

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 20:49:53 2004 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Add tests

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 01:02:17 2004 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15
Added and fised testcases

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 19:05:40 2003 UTC (5 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
spellcheck

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 21:56:18 2003 UTC (5 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.13: +2 -0 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 (5 years, 6 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 (5 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.11: +10 -0 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 (5 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.10: +1 -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:55 2003 UTC (5 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.9: +15 -1 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 (5 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.8: +0 -1 lines
Diff to previous 1.8
Collapsed Cancellable and Future

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 13:50:07 2003 UTC (5 years, 8 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
Merged FairSemaphore into Semaphore

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Oct 25 16:02:13 2003 UTC (5 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.6: +24 -1 lines
Diff to previous 1.6
Added 	PrivilegedFutureTaskTest

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 15:33:13 2003 UTC (5 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.4: +117 -37 lines
Diff to previous 1.4
Javadoc fixes

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 18:20:08 2003 UTC (5 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.2: +27 -8 lines
Diff to previous 1.2
Documentation scaffolding

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 00:31:57 2003 UTC (5 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.1: +28 -7 lines
Diff to previous 1.1
Added tests

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 20:42:40 2003 UTC (5 years, 9 months ago) by dl
Branch: MAIN
New base class JSR166TestCase

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