ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/PhaserTest.java
Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:07 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Update Creative Commons license URL in legal notices

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 07:44:16 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +5 -0 lines
Diff to previous 1.29
add testlets for bulkRegister(0)

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 23:55:55 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +47 -0 lines
Diff to previous 1.28
new test testAwaitAdvanceTieredPhaser (currently failing)

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 21:54:32 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +5 -6 lines
Diff to previous 1.27
remove unused unarrived arg to assertTerminated

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 02:09:40 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -2 lines
Diff to previous 1.26
testAwaitAdvance6 small improvement

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 17:20:51 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
Fix case of re-registering root; forceTermination spec

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 30 01:56:12 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +17 -18 lines
Diff to previous 1.24
more assertions, now that we have TERMINATION_BIT

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 15:47:29 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.23: +6 -0 lines
Diff to previous 1.23
improve javadocs; strengthen getPhase spec; streamline waiting

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Nov 27 16:47:05 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
Remove constraints on tiered deregistration

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 20:02:57 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
whitespace

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Nov 7 18:08:22 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +45 -17 lines
Diff to previous 1.20
improve maxParties tests

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Oct 21 23:28:13 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +94 -32 lines
Diff to previous 1.19
Make "interrupt before/while waiting" tests more deterministic; fails deterministically with current Phaser implementation!

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 22:43:02 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +189 -112 lines
Diff to previous 1.18
add assertions; improve reliabililty and performance

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 06:19:44 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +29 -36 lines
Diff to previous 1.17
performance and reliability improvements

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 07:43:53 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
testAwaitAdvance3 was not testing the assertion; move interrupt check into test thread

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 05:35:19 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +19 -7 lines
Diff to previous 1.15
optimize and prevent rare failure in testArriveAndAwaitAdvance2

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

Revision 1.14 - (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.13: +5 -5 lines
Diff to previous 1.13
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.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 2 19:02:37 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
reduce delay in testArriveAndAwaitAdvance3

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 2 10:50:48 2009 UTC (14 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
testArriveAndAwaitAdvance3

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 2 01:08:30 2009 UTC (14 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.10: +8 -13 lines
Diff to previous 1.10
Fix/simplify testArriveAndAwaitAdvance3

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 10:03:59 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
avoid threadAssertXXX

Revision 1.9 - (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.8: +9 -9 lines
Diff to previous 1.8
change access modifiers to allow access from multiple packages

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 20:58:45 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +7 -14 lines
Diff to previous 1.7
whitespace

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 00:48:28 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +56 -70 lines
Diff to previous 1.6
Ensure threads started by tests are join()ed; perf improvements

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 22:06:50 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +15 -29 lines
Diff to previous 1.5
remove calls to unexpectedException

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 20:33:57 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +45 -70 lines
Diff to previous 1.4
use checked runnables

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 22:09:13 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
typo fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 21:56:02 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
javadoc cleanup

Revision 1.2 - (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.1: +3 -3 lines
Diff to previous 1.1
whitespace

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:02:50 2009 UTC (14 years, 9 months ago) by dl
Branch: MAIN
Add new TCK tests for JDK7

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