summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* DigestTest: reduce flakiness by having more iterationsKenny Root2014-05-211-1/+1
* Merge "Fix typo in test"Neil Fuller2014-05-211-1/+1
|\
| * Fix typo in testNeil Fuller2014-05-211-1/+1
* | Keep Preferences tests workingNeil Fuller2014-05-214-3/+76
|/
* Merge "Deprecate use of BrokenTest and SideEffect"Neil Fuller2014-05-2113-31/+16
|\
| * Deprecate use of BrokenTest and SideEffectBrett Chabot2014-05-2113-31/+16
* | Merge "Ensure NET_FAILURE_RETRY return -1 in case of an error"Neil Fuller2014-05-211-0/+2
|\ \
| * | Ensure NET_FAILURE_RETRY return -1 in case of an errorSerguei Katkov2014-05-201-0/+2
| |/
* | Signature: remove unnecessary throw on cloneKenny Root2014-05-202-17/+3
* | Merge "MessageDigest: remove unnecessary throw on clone"Kenny Root2014-05-201-14/+2
|\ \
| * | MessageDigest: remove unnecessary throw on cloneKenny Root2014-05-201-14/+2
* | | Merge "Add regression tests for null arguments to DecimalFormat."Elliott Hughes2014-05-201-0/+63
|\ \ \
| * | | Add regression tests for null arguments to DecimalFormat.Elliott Hughes2014-05-201-0/+63
* | | | Merge "Fix OldURLClassLoaderTest#test_findResource_String"Neil Fuller2014-05-201-26/+10
|\ \ \ \
| * | | | Fix OldURLClassLoaderTest#test_findResource_StringNeil Fuller2014-05-201-26/+10
| | |_|/ | |/| |
* | | | Merge "Fix test_isWhitespace_against_icu4c"Neil Fuller2014-05-201-2/+16
|\ \ \ \
| * | | | Fix test_isWhitespace_against_icu4cNeil Fuller2014-05-201-2/+16
| |/ / /
* | | | Merge "Fix InetAddressTest"Neil Fuller2014-05-201-3/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix InetAddressTestNeil Fuller2014-05-191-3/+12
| |/ /
* | | Merge "DirectByteBuffer: allow 0-size MappedByteBuffers starting at NULL"Lajos Molnar2014-05-192-2/+5
|\ \ \ | |_|/ |/| |
| * | DirectByteBuffer: allow 0-size MappedByteBuffers starting at NULLLajos Molnar2014-05-162-2/+5
| |/
* | Fix the expected failure when an array of void is attempted to be created.Ian Rogers2014-05-181-2/+2
|/
* Merge "Removing data hacks from ICU root.txt"Neil Fuller2014-05-158-60/+114
|\
| * Removing data hacks from ICU root.txtNeil Fuller2014-05-148-60/+114
* | Merge "Fix decoding of jar: URLs"Neil Fuller2014-05-151-2/+18
|\ \
| * | Fix decoding of jar: URLsNeil Fuller2014-05-141-2/+18
| |/
* | Merge "Fix a test that assumes Locale.getDefault() == Locale.US"Neil Fuller2014-05-151-15/+14
|\ \
| * | Fix a test that assumes Locale.getDefault() == Locale.USNeil Fuller2014-05-141-15/+14
| |/
* | Merge "Fix ObjectInputStream proxy de-serialization"Neil Fuller2014-05-131-3/+1
|\ \
| * | Fix ObjectInputStream proxy de-serializationNeil Fuller2014-05-131-3/+1
| |/
* | Merge "Fix mapping for Field.TIME_ZONE."Narayan Kamath2014-05-121-1/+1
|\ \
| * | Fix mapping for Field.TIME_ZONE.Narayan Kamath2014-05-121-1/+1
* | | Merge "Work around an icu4c 53 bug in DecimalFormat.getGroupingSize."Elliott Hughes2014-05-121-0/+4
|\ \ \ | |_|/ |/| |
| * | Work around an icu4c 53 bug in DecimalFormat.getGroupingSize.Elliott Hughes2014-05-091-0/+4
* | | DirectByteBuffer: add setAccessible()Lajos Molnar2014-05-124-45/+224
* | | Better protection against accessing freed DirectByteBuffersLajos Molnar2014-05-124-35/+48
| |/ |/|
* | Remove test for unsupported GregorianCalendar functionality.Narayan Kamath2014-05-121-9/+26
* | Merge "Add android.system.Os.link for link(2)."Elliott Hughes2014-05-106-0/+26
|\ \
| * | Add android.system.Os.link for link(2).Elliott Hughes2014-05-096-0/+26
| |/
* | Merge "Fix various errors in FileURLConnectionTest."Narayan Kamath2014-05-091-12/+134
|\ \
| * | Fix various errors in FileURLConnectionTest.Narayan Kamath2014-05-091-12/+134
* | | Merge "Add missing 'const'."Elliott Hughes2014-05-091-1/+1
|\ \ \
| * | | Add missing 'const'.Elliott Hughes2014-05-081-1/+1
| | |/ | |/|
* | | Merge "SSLSocketTest: fix some flaky tests"Kenny Root2014-05-081-1/+3
|\ \ \
| * | | SSLSocketTest: fix some flaky testsKenny Root2014-05-081-1/+3
* | | | Merge "Add CRLReason and friends"Kenny Root2014-05-089-3/+477
|\ \ \ \
| * | | | Add CRLReason and friendsKenny Root2014-05-089-3/+477
* | | | | Merge "Handle Reference.get in native code."Mathieu Chartier2014-05-081-200/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Handle Reference.get in native code.Mathieu Chartier2014-05-061-200/+0
* | | | | Merge "Use the right class loader in ProxyTest."Narayan Kamath2014-05-081-6/+6
|\ \ \ \ \