History log of /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/PatternTest.java
Revision Date Author Comments
5d175dd4d7b128492ef7e3da6a77d80b8fd0aa22 02-Mar-2017 Tobias Thierer <tobiast@google.com> Automated: Canonicalize spelling of Android-changed across libcore

This applies the same regexp replacement across libcore that
http://r.android.com/345826 had only applied to ojluni.

Most of the previous noncanonical spellings were a lowercased
"android-" that should be "Android-".

This CL was created by running the following command on top of
the above CL. No manual changes were made.

find . -name \*\.java | xargs sed -i \
-e 's/Android[- ]changed/Android-changed/ig' \
-e 's/Android-changed :/Android-changed:/g' \
-e 's/Android-changed \(BEGIN\|END\)/\1 Android-changed/g' \
-e 's/Android-changed - /Android-changed: /g' \
-e 's/Android[- ]removed/Android-removed/ig' \
-e 's/Android-removed :/Android-removed:/g' \
-e 's/Android-removed \(BEGIN\|END\)/\1 Android-removed/g' \
-e 's/Android-removed - /Android-removed: /g' \
-e 's/Android[- ]added/Android-added/ig' \
-e 's/Android-added :/Android-added:/g' \
-e 's/Android-added \(BEGIN\|END\)/\1 Android-added/g' \
-e 's/Android-added - /Android-added: /g' \
-e 's/----- \(BEGIN\|END\) android\( -----\)\?/\1 Android-changed/g' \
-e 's/\/\* \(BEGIN\|END\) Android-changed \*\//\/\/ \1 Android-changed/g'

Bug: 35841464
Test: make droid cts

Change-Id: I060c7236b7607763e5d27d60aa395d2507703a95
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)
2c4230d24a2349039b4d7d513d0fb61542bc4cb7 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
a117015b63e8f85115febb99afea5f8da09af301 02-Aug-2013 Elliott Hughes <enh@google.com> Fix PatternTest failures.

Bug: 10127357
Change-Id: I202e77d0ea0c8b407aca364ad81c8ae1f9c617ad
5700a9718eef20f4228ed97d54a59cc70bf40753 04-May-2013 Elliott Hughes <enh@google.com> Various regex test fixes.

Mostly test changes and some duplication removal, but I did turn up a couple of
small bugs.

Change-Id: I46f99cdf0cdb8a67d358c0acc03079360fe5c333
09f46a0be0a869c1e43162040ad0947e5f5486de 28-Nov-2012 Elliott Hughes <enh@google.com> Add a test for a Matcher.hitEnd bug fixed by icu4c 49.

Bug: http://code.google.com/p/android/issues/detail?id=19308
Change-Id: I4a88cc554b7d5fe2d8706287f8dd4390217bc7ab
ceacc61d16fe3aec9c805de525a79f547e607a27 10-Jan-2011 Elliott Hughes <enh@google.com> Remove useless no-op tests.

(Or sometimes just useless annotations. Basically, this gets rid of every
reference to dalvik.annotation.TestLevel.NOT_FEASIBLE, except the definition.)

Change-Id: Ie3c1d9240f85a6237311b9282b3bc181f8af8120
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni