ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadLocalRandomTest.java
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 17:39:43 2020 UTC (3 years, 8 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +8 -11 lines
Diff to previous 1.29
testDifferentSequences: cleaner

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jan 28 16:41:13 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28
replace explicit array creation with varargs

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 22:59:18 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
use <>

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 02:34:59 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +15 -1 lines
Diff to previous 1.26
improve nextBytes tests

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 22:27:04 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +20 -0 lines
Diff to previous 1.25
8188047: Add SplittableRandom.nextBytes

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 20:10:49 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +3 -0 lines
Diff to previous 1.24
Inhibit "An illegal reflective access operation has occurred"

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 12:39:15 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +8 -3 lines
Diff to previous 1.23
testNext: make test work with pre-jdk9

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Dec 9 06:56:30 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +23 -19 lines
Diff to previous 1.22
testNext: tolerate InaccessibleObjectException

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 03:36:50 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +35 -0 lines
Diff to previous 1.21
revise (uselessly inaccessible) next(int) method javadoc, implementation and tests

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 04:55:31 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
improve main methods; respect system properties; actually fail if a test fails

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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 20:22:26 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +62 -20 lines
Diff to previous 1.18
more "bound" tests

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 07:39:17 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
cosmetic changes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Aug 16 07:10:20 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +0 -1 lines
Diff to previous 1.16
remove unused imports

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 16 07:07:01 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +0 -230 lines
Diff to previous 1.15
introduce ThreadLocalRandom8Test, fixing 4jdk7-test-tck

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 12:41:18 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.14: +234 -0 lines
Diff to previous 1.14
Add stream tests

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 16:55:01 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +18 -18 lines
Diff to previous 1.13
actually test SplittableRandom; tidying pass; coding style consistency

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 20:50:29 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
javadoc comment correctness

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 20:22:23 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
Disable wrong assertion

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 21:36:55 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +38 -0 lines
Diff to previous 1.10
Add testDifferentSequences

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue May 31 16:16:24 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
use serialClone in serialization tests; update imports

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri May 27 19:44:03 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +0 -7 lines
Diff to previous 1.8
whitespace

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 00:07:03 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
whitespace

Revision 1.6 - (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.5: +4 -4 lines
Diff to previous 1.5
whitespace

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

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 10:04:47 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
add missing shouldThrow()

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: +13 -13 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)

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