summaryrefslogtreecommitdiffstats
path: root/luni/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix getISO3Country and getISO3Language.Narayan Kamath2014-06-181-0/+8
* | | | Merge "Relax KeyPairGeneratorTest"Neil Fuller2014-06-171-8/+43
|\ \ \ \
| * | | | Relax KeyPairGeneratorTestNeil Fuller2014-06-181-8/+43
| | |/ / | |/| |
* | | | Alter regression test for bug 71369 now the issue is understoodNeil Fuller2014-06-181-3/+10
|/ / /
* | | Merge "Add a test for bug 71369"Neil Fuller2014-06-171-0/+15
|\ \ \ | |/ / |/| |
| * | Add a test for bug 71369Neil Fuller2014-06-171-0/+15
| |/
* | Merge "Pass BCP-47 tags and not Locale.toString results to ICU."Narayan Kamath2014-06-102-12/+118
|\ \
| * | Pass BCP-47 tags and not Locale.toString results to ICU.Elliott Hughes2014-06-162-12/+118
| |/
* | Fix bogus define checks and a typo.Narayan Kamath2014-06-131-0/+31
|/
* Implement Locale.toLanguageTag without ICU support.Narayan Kamath2014-06-121-1/+1
* Merge "Extract non-API locale tests into a separate test class."Narayan Kamath2014-06-102-106/+129
|\
| * Extract non-API locale tests into a separate test class.Narayan Kamath2014-06-112-106/+129
* | Merge "Tests for Runtime.*Memory()"Neil Fuller2014-06-101-26/+0
|\ \
| * | Tests for Runtime.*Memory()Neil Fuller2014-06-101-26/+0
* | | Fix DatagramMulticastChannelTest so it works better on hammerheadNeil Fuller2014-06-101-345/+392
|/ /
* | Shard the _getInstance test and skip the DH tests.Neil Fuller2014-06-091-50/+70
|/
* Merge "Fix ZoneInfoDBTest.testGoodOverride"Neil Fuller2014-06-031-15/+17
|\
| * Fix ZoneInfoDBTest.testGoodOverrideNeil Fuller2014-06-021-15/+17
* | Merge "Fix for flakiness in URLConnectionTest.testServerShutdownOutput"Neil Fuller2014-05-301-0/+6
|\ \
| * | Fix for flakiness in URLConnectionTest.testServerShutdownOutputNeil Fuller2014-05-281-0/+6
* | | Merge "Document and assert support for TLS-PSK cipher suites."Alex Klyubin2014-05-293-4/+137
|\ \ \ | |_|/ |/| |
| * | Document and assert support for TLS-PSK cipher suites.Alex Klyubin2014-05-273-4/+137
* | | Merge "Fix NetworkOnMainThreadException in KeyStoreTest"Neil Fuller2014-05-281-21/+27
|\ \ \ | |/ / |/| |
| * | Fix NetworkOnMainThreadException in KeyStoreTestNeil Fuller2014-05-281-21/+27
| |/
* | Merge "Fix testCalendarSerialization for all locales"Neil Fuller2014-05-271-1/+3
|\ \
| * | Fix testCalendarSerialization for all localesNeil Fuller2014-05-231-1/+3
| |/
* | Merge "Adding more tests around System properties"Neil Fuller2014-05-231-1/+57
|\ \
| * | Adding more tests around System propertiesNeil Fuller2014-05-211-1/+57
| |/
* | 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 "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-191-1/+1
|\ \
| * | DirectByteBuffer: allow 0-size MappedByteBuffers starting at NULLLajos Molnar2014-05-161-1/+1
| |/
* | 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-157-60/+108
|\
| * Removing data hacks from ICU root.txtNeil Fuller2014-05-147-60/+108
* | Fix a test that assumes Locale.getDefault() == Locale.USNeil Fuller2014-05-141-15/+14
|/
* DirectByteBuffer: add setAccessible()Lajos Molnar2014-05-121-0/+144
* Better protection against accessing freed DirectByteBuffersLajos Molnar2014-05-121-16/+29