summaryrefslogtreecommitdiffstats
path: root/luni/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "New MockWebServer for HTTP testing." into dalvik-devJesse Wilson2010-05-101-128/+55
|\
| * New MockWebServer for HTTP testing.Jesse Wilson2010-05-101-128/+55
* | Fix SimpleDateFormat's unsafe Date handling.Elliott Hughes2010-05-062-0/+40
|/
* Trivia.Elliott Hughes2010-05-051-1/+1
* Merge "A test for unexpected finalization on objects that failed creation." i...Jesse Wilson2010-05-051-0/+40
|\
| * A test for unexpected finalization on objects that failed creation.Jesse Wilson2010-05-051-0/+40
* | Fix HttpURLConnection to not cache failures.Elliott Hughes2010-05-051-0/+93
* | Addressing post-submit comments regarding OpenSSL handhake changesBrian Carlstrom2010-05-041-0/+48
* | Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-04230-0/+50381
* | Remove workarounds from JSSE tests now that SSLServerSocket.accept no longer ...Brian Carlstrom2010-05-042-160/+58
* | Merge "OpenSSLSocket handshake overhaul" into dalvik-devBrian Carlstrom2010-05-046-459/+232
|\ \
| * | OpenSSLSocket handshake overhaulBrian Carlstrom2010-05-046-459/+232
| |/
* | Remove an unused field and tidy up a test.Elliott Hughes2010-05-031-3/+3
|/
* Add a regression test for http://code.google.com/p/android/issues/detail?id=7...Elliott Hughes2010-04-281-0/+9
* Add a regression test for another DST-less locale.Elliott Hughes2010-04-281-1/+7
* Merge "Fix HttpURLConnection.setFixedLengthStreamingMode." into dalvik-devElliott Hughes2010-04-281-1/+122
|\
| * Fix HttpURLConnection.setFixedLengthStreamingMode.Elliott Hughes2010-04-281-1/+122
* | merge more modules into luniPeter Hallam2010-04-27851-0/+249889
|/
* More merging of nio into luniPeter Hallam2010-04-23130-0/+37185
* Remove unnecessary IPv6 and IPv4 parsing from URI.Jesse Wilson2010-04-221-0/+20
* Merge "Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDo...Jesse Wilson2010-04-222-3/+33
|\
| * Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDomainNameJesse Wilson2010-04-222-3/+33
* | java.text.RuleBasedCollator fixes.Elliott Hughes2010-04-221-0/+61
* | Update to the latest upstream collator tests.Elliott Hughes2010-04-222-0/+86
* | Fix Locale.getDisplayName for unlocalizable languages/countries/variants.Elliott Hughes2010-04-212-0/+35
* | Rewrite the HTTP connection pool used by HttpURLConnection.Jesse Wilson2010-04-201-4/+8
|/
* Fix a BigInteger(String) bug I introduced yesterday.Elliott Hughes2010-04-201-0/+4
* Fix several BigInteger failures.Elliott Hughes2010-04-191-5/+2
* Merge LocaleData and Resources, rename Resources to ICU.Elliott Hughes2010-04-162-0/+102
* merging FRF15 for dalvik-devBrian Carlstrom2010-04-167-0/+10
* Merge "Fixing TreeMap serialization issues." into dalvik-devJesse Wilson2010-04-161-4/+52
|\
| * Fixing TreeMap serialization issues.Jesse Wilson2010-04-151-4/+52
* | Merge "java.util.Formatter: fix localization of numbers." into dalvik-devElliott Hughes2010-04-152-0/+38
|\ \ | |/ |/|
| * java.util.Formatter: fix localization of numbers.Elliott Hughes2010-04-152-0/+38
* | Merge "From scratch implementation of a Navigable TreeMap." into dalvik-devJesse Wilson2010-04-153-0/+373
|\ \
| * | From scratch implementation of a Navigable TreeMap.Jesse Wilson2010-04-153-0/+373
* | | Merge commit 'da18d995' into manualmergeJesse Wilson2010-04-151-5/+7
|\ \ \ | |/ / |/| |
| * | Fixing PipedInputStreamTest to fill the buffer before dying on a dead reader.Jesse Wilson2010-04-131-5/+7
* | | Remove "Messages" from the nio, prefs, sql, text, and x-net modules.Elliott Hughes2010-04-141-2/+0
| |/ |/|
* | Disable our new javax.net.ssl tests until hangs are resolvedBrian Carlstrom2010-04-091-1/+2
* | An InlineNative for String.isEmpty, so it's not slower than length() == 0.Elliott Hughes2010-04-081-0/+5
* | Fixing javax.net.ssl test failures on RIBrian Carlstrom2010-04-083-5/+13
* | Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSL...Brian Carlstrom2010-04-061-2/+4
* | Remove unnecessary final local variables and arguments from javax.net.ssl testsBrian Carlstrom2010-04-054-157/+157
* | Merge "New "from scratch" Junit tests for javax.net.ssl" into dalvik-devBrian Carlstrom2010-04-037-0/+1693
|\ \
| * | New "from scratch" Junit tests for javax.net.sslBrian Carlstrom2010-04-037-0/+1693
* | | Add Java 6's java.util.ServiceLoader.Elliott Hughes2010-04-024-0/+71
|/ /
* | Merge "Add Java 6's java.net.IDN." into dalvik-devElliott Hughes2010-04-014-1/+203
|\ \
| * | Add Java 6's java.net.IDN.Elliott Hughes2010-04-014-1/+203
* | | Merge "Add Java 6's ResourceBundle/Properties API." into dalvik-devElliott Hughes2010-03-312-300/+759
|\ \ \ | |/ / |/| |