summaryrefslogtreecommitdiffstats
path: root/support/src/test/java/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix HTTP cookie to do case mapping with Locale.US.Jesse Wilson2011-01-131-2/+2
* Move tests from android.core.URLTest to URLConnectionTest.Jesse Wilson2011-01-131-43/+51
* Documentation improvements for socket options.Elliott Hughes2011-01-101-1/+1
* Test that HttpURLConnection responds gracefully when the server closes a socket.Jesse Wilson2010-12-163-35/+74
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-58/+5
* am 57f2cc03: Test updates for Elliptic CurveBrian Carlstrom2010-11-181-146/+0
|\
| * Test updates for Elliptic CurveBrian Carlstrom2010-11-181-146/+0
* | Improve ConcurrentCloseTest.Elliott Hughes2010-11-161-0/+57
* | GZIPInputStream/GZIPOutputStream test improvements.Elliott Hughes2010-11-041-0/+0
|/
* Fix broken interactions between HTTP response caches and redirects.Jesse Wilson2010-10-271-2/+4
* Fix ResponseCache to support caching of HTTPS responses.Jesse Wilson2010-10-261-6/+76
* resolved conflicts for merge of 0c4b3205 to masterJesse Wilson2010-09-241-184/+0
|\
| * Merge "Rely on the test runner to ensure a pristine VM." into gingerbreadJesse Wilson2010-09-241-184/+0
| |\
| | * Rely on the test runner to ensure a pristine VM.Jesse Wilson2010-09-241-184/+0
* | | am 82e18c5a: am 53bbb2b2: am 00feece2: Strip usage of the term \'localhost\' ...Jesse Wilson2010-09-241-3/+6
|\ \ \ | |/ /
| * | Strip usage of the term 'localhost' from URLConnectionTest.Jesse Wilson2010-09-231-3/+6
| |/
* | am 001c38bb: am 82cc2fdb: am 8edffc91: Merge "Fix test code that hardcodes th...Jesse Wilson2010-09-151-1/+0
|\ \ | |/
| * Fix test code that hardcodes the keystore. Necessary for the host build.Jesse Wilson2010-09-141-1/+0
* | Fix the exception thrown by getDeclaredFields if the class is unavailable.Jesse Wilson2010-08-191-0/+131
|/
* Support for TLS Extensions enabled SSLSockets with fallback to vanila SSLBrian Carlstrom2010-08-022-1/+29
* Buffering the decoding of chunked encoding and HTTP headers.Jesse Wilson2010-07-011-23/+104
* Fixing response cache and connection reuse for HTTP client.Jesse Wilson2010-06-283-14/+215
* Scrubbing tests marked @BrokenTest.Jesse Wilson2010-06-2417-0/+1743
* Deduplicating failed tests in org.apache.harmony.luni.tests.java.lang.Jesse Wilson2010-06-221-2/+6
* Fixing various problems with HTTPS proxies thru HTTP.Jesse Wilson2010-06-142-2/+6
* Adding testcases for HttpsURLConnection and through a proxy.Jesse Wilson2010-06-111-0/+6
* Adding HTTPS and proxy support to our mock webserver.Jesse Wilson2010-06-102-19/+63
* Testing that URLConnection uses CookieManager for send and receive.Jesse Wilson2010-05-171-9/+4
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1350-286/+286
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-133-3/+3
* Adding checks to make sure the HTTP method is consistent with its body.Jesse Wilson2010-05-101-1/+16
* New MockWebServer for HTTP testing.Jesse Wilson2010-05-103-0/+476
* Rewrite the HTTP connection pool used by HttpURLConnection.Jesse Wilson2010-04-201-10/+10
* Merge commit '8812fdd7' into manualmergeJesse Wilson2010-03-291-1/+6
|\
| * Fixing tests to handle changes in our behaviour since DOM 3.Jesse Wilson2010-03-261-1/+6
* | Merge remote branch 'goog/master' into mmElliott Hughes2010-02-221-0/+16
|\ \ | |/
| * Filling in some gaps in our XML DOM v3 API.Jesse Wilson2010-02-191-0/+16
* | Remove some potential test flakiness.Elliott Hughes2010-02-121-37/+24
|/
* Fix all the harmony java.util.Formatter tests.Elliott Hughes2010-01-291-6/+15
* am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIte...Brett Chabot2010-01-272-41/+46
|\
| * Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_ObjectBrett Chabot2010-01-212-41/+46
* | Fix Date.toString.Elliott Hughes2010-01-141-1/+13
* | Fixing our default HTTP Accept header to be spec-compliant.Jesse Wilson2010-01-081-1/+1
* | am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclairBrett Chabot2009-12-221-0/+49
|\ \ | |/
| * Skip locale dependent libcore tests if required locales are not present.Brett Chabot2009-12-221-0/+49
* | Android ICU4.2.1 upgrade.Claire Ho2009-12-021-47/+50
* | Fix KXmlSerializer so it won't generate invalid XML.Elliott Hughes2009-11-181-0/+54
* | Fix HttpURLConnection's chunked encoding behavior.Elliott Hughes2009-11-122-78/+52
* | Remove deadlock-prone thread pool.Elliott Hughes2009-11-041-91/+7
* | Fixing 1 of the 4 BufferedReader test failures in bug 2224903.Jesse Wilson2009-10-301-0/+64