ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/JSR166TestCase.java
Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Sat May 7 19:03:26 2011 UTC (13 years ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.77: +14 -0 lines
Diff to previous 1.77
Improve ReentrantLock and ReentrantReadWriteLock tests

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri May 6 17:26:29 2011 UTC (13 years ago) by jsr166
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
whitespace

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri May 6 11:22:07 2011 UTC (13 years ago) by dl
Branch: MAIN
Changes since 1.75: +38 -17 lines
Diff to previous 1.75
Add/use delay() instead of Thread.sleep to ensure sleeps are long enough

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Tue May 3 06:08:49 2011 UTC (13 years ago) by jsr166
Branch: MAIN
Changes since 1.74: +17 -0 lines
Diff to previous 1.74
rewrite ReentrantReadWriteLockTest

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

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 07:39:53 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +7 -0 lines
Diff to previous 1.72
add Runnable awaiter(CountDownLatch)

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 08:43:53 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +29 -0 lines
Diff to previous 1.71
update testInterruptedTimedPoll

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 06:53:32 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
increase LONG_DELAY_MS and joinPool timeouts to decrease rare failures

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 19:04:45 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
whitespace

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 00:20:12 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
Help JCK adaptor

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Oct 31 18:33:47 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
whitespace

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 06:58:56 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +7 -2 lines
Diff to previous 1.66
waitForThreadToEnterWaitState: fail if thread has terminated

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 17:57:26 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +10 -0 lines
Diff to previous 1.65
refactor testTakeFromEmpty into BlockingQueueTest

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Oct 21 23:22:49 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +18 -0 lines
Diff to previous 1.64
add waitForThreadToEnterWaitState

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 22:30:07 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
s/public/protected/

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 08:30:01 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +10 -1 lines
Diff to previous 1.62
add possiblyInterruptedRunnable as a method

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 05:40:41 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +3 -0 lines
Diff to previous 1.61
reduce the costs of the most egregiously expensive tck tests, while still alowing for a system property to run them for longer

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 03:54:10 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +60 -0 lines
Diff to previous 1.60
add test profiling support.  Fix TrackedShortRunnable timeout

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 07:49:22 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +113 -69 lines
Diff to previous 1.59
start of a big refactoring, with only one test refactored: testTimedPollWithOffer

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 02:58:04 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +19 -1 lines
Diff to previous 1.58
add new helper method awaitTermination(Thread, long)

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 02:11:57 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57
prefer daemon threads

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 05:45:19 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +35 -42 lines
Diff to previous 1.56
cleanup exception handling

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 23:59:05 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +66 -67 lines
Diff to previous 1.55
Master suite() method should call per-class suite() methods

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:42:37 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
whitespace

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 00:52:36 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53
better detail message on failure to terminate pool

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 00:52:49 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +144 -72 lines
Diff to previous 1.52
testcase hygiene: introduce CheckedRecursiveAction and CheckedRecursiveTask; eliminate almost all threadAssertXXX; use preferred junit conventions;narrow the scope of exception checking code; make sure test failures in non-junit threads produce proper stacktraces

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 23:19:31 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +11 -0 lines
Diff to previous 1.51
Add threadAssertSame

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 06:41:55 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
trailing whitespace

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 21:40:03 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +9 -8 lines
Diff to previous 1.49
Finish ConcurrentLinkedDeque feature

Revision 1.49 - (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.48: +72 -1 lines
Diff to previous 1.48
Make tests security-manager-aware

Revision 1.48 - (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.47: +10 -0 lines
Diff to previous 1.47
various improvements for invokeAll and invokeAny tests

Revision 1.47 - (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.46: +9 -9 lines
Diff to previous 1.46
whitespace

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 05:41:40 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +0 -2 lines
Diff to previous 1.45
InterruptedException was swallowed!

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Nov 26 15:42:15 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +69 -69 lines
Diff to previous 1.44
change access modifiers to allow access from multiple packages

Revision 1.44 - (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.43: +10 -21 lines
Diff to previous 1.43
improve exception handling

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

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:07:26 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +10 -10 lines
Diff to previous 1.41
untabify

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 06:27:39 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40
whitespace

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 00:58:01 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +75 -2 lines
Diff to previous 1.39
better exception handling

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Nov 17 21:51:45 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38
swallow only expected exceptions

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 00:43:59 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +19 -0 lines
Diff to previous 1.37
more infrastructure

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 00:23:18 2009 UTC (14 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.36: +2 -7 lines
Diff to previous 1.36
fix 2 tests

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 22:08:45 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +10 -1 lines
Diff to previous 1.35
add unexpectedException(Throwable)

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 19:07:51 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +71 -68 lines
Diff to previous 1.34
checked runnables; import static MILLISECONDS; coding style cleanups

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:53:23 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +7 -7 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:37:31 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +20 -20 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:02:49 2009 UTC (14 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.31: +7 -0 lines
Diff to previous 1.31
Add new TCK tests for JDK7

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Apr 13 14:16:25 2008 UTC (16 years ago) by dl
Branch: MAIN
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 (18 years 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 (18 years, 7 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 (18 years, 11 months 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 (18 years, 11 months 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 (19 years, 1 month 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 (19 years, 2 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 (19 years, 3 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 (19 years, 4 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 (20 years, 3 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 (20 years, 3 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 (20 years, 3 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 (20 years, 3 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 (20 years, 3 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 (20 years, 4 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 (20 years, 4 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 (20 years, 4 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 (20 years, 4 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 (20 years, 4 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 (20 years, 4 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 (20 years, 4 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 (20 years, 4 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 (20 years, 5 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 (20 years, 6 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 (20 years, 6 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 (20 years, 7 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 (20 years, 7 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 (20 years, 7 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 (20 years, 7 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 (20 years, 7 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 (20 years, 7 months ago) by dl
Branch: MAIN
New base class JSR166TestCase

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