History log of /libcore/luni/src/test/java/libcore/java/util/RandomTest.java
Revision Date Author Comments
4adf3320be7004bde3a7756058acdbeca8637d1c 08-Apr-2016 Yi Kong <yikong@google.com> Port a number of OpenJDK8 stream methods

Ports the following methods with tests:
java.io.BufferedReader#lines
java.util.BitSet#stream
java.util.Random#doubles
java.util.Random#ints
java.util.Random#longs
java.util.regex.Pattern#asPredicate
java.util.regex.Pattern#splitAsStream

Bug: 28108421
Change-Id: I4813221c69c207ba42ae306d231f3f7c807abbc6
(cherry picked from commit 2c4230d24a2349039b4d7d513d0fb61542bc4cb7)
4557728efb66c455a52b7669a8eefef7a9e54854 11-Aug-2010 Jesse Wilson <jessewilson@google.com> Moving tests to be under the libcore.* package.

This is indended to make it easier to run on VMs that restrict the packages
from which application classes can be loaded. For example, on the RI you need
to use the bootclasspath to load these tests.

Change-Id: I52193f35c5fcca18b5a3e1d280505b1e29b388af