ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/BlockingQueueTest.java
Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jan 26 13:33:05 2021 UTC (3 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +12 -11 lines
Diff to previous 1.24
Replace Integer with Item class

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 21:30:59 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +6 -14 lines
Diff to previous 1.23
rely on awaitTermination together with LONGER_DELAY_MS

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Aug 11 22:29:26 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +14 -6 lines
Diff to previous 1.22
more assertions; more interleavings

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 00:04:58 2018 UTC (5 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
sync upstream changes

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 14:41:52 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +7 -5 lines
Diff to previous 1.20
testDrainToNonPositiveMaxElements: check that sink is unchanged

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun May 14 14:52:50 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
fix test description

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat May 13 22:38:09 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
claw back some millis using assertThreadBlocks

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat May 13 21:43:50 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
claw back some millis using assertThreadBlocks

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 00:41:57 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
testTimedPollWithOffer

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun May 24 01:42:14 2015 UTC (8 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15
whitespace

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun May 24 01:23:17 2015 UTC (8 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
coding style

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 20:09:08 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
whitespace

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 19:05:42 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +5 -2 lines
Diff to previous 1.12
no wildcard imports

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 18:49:31 2011 UTC (12 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +36 -0 lines
Diff to previous 1.11
Robust weak consistency for ArrayBlockingQueue iterators

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 04:30:06 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +9 -15 lines
Diff to previous 1.10
improve testDrainToNonPositiveMaxElements

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 03:22:38 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +28 -0 lines
Diff to previous 1.9
drainTo(c, -n) should return 0

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon May 30 23:51:08 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
whitespace

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 30 22:43:20 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +147 -3 lines
Diff to previous 1.7
refactor more generic BlockingQueue tests into BlockingQueueTest.java

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri May 27 19:32:04 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +65 -21 lines
Diff to previous 1.6
add testTimedPollFromEmpty tests

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri May 6 11:22:07 2011 UTC (12 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Add/use delay() instead of Thread.sleep to ensure sleeps are long enough

Revision 1.5 - (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.4: +1 -1 lines
Diff to previous 1.4
Update Creative Commons license URL in legal notices

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 07:27:26 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
use less flaky delays

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 07:00:32 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +23 -2 lines
Diff to previous 1.2
new test testTakeFromEmptyAfterInterrupt

Revision 1.2 - (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.1: +25 -0 lines
Diff to previous 1.1
refactor testTakeFromEmpty into BlockingQueueTest

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 07:49:22 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
start of a big refactoring, with only one test refactored: testTimedPollWithOffer

Convenience Links

Links to HEAD: (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