summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Clean up exception throwing in Arrays.Jesse Wilson2011-10-141-8/+5
* Remove tests that always time out.Jesse Wilson2011-10-051-27/+0
* Update test now that DNS names starting with a digit are allowedBrian Carlstrom2011-10-051-7/+31
* Merge "Fix chunked input stream's available() method to never return -1."Jesse Wilson2011-09-302-1/+33
|\
| * Fix chunked input stream's available() method to never return -1.Jesse Wilson2011-09-302-1/+33
* | Merge "Fix a couple of isReachable bugs."Elliott Hughes2011-09-305-122/+68
|\ \
| * | Fix a couple of isReachable bugs.Elliott Hughes2011-09-305-122/+68
| |/
* | Set the ZIP central directory UTF-8 bit.Elliott Hughes2011-09-291-0/+4
|/
* s/Ipv6/IPv6/Elliott Hughes2011-09-291-1/+1
* Fix the InetAddress/Inet4Address/Inet6Address documentation.Elliott Hughes2011-09-294-292/+158
* Give InputStream/OutputStream decent documentation.Jesse Wilson2011-09-142-24/+49
* Merge "Discourage developers from catching subclasses of SocketException."Jesse Wilson2011-09-126-11/+16
|\
| * Discourage developers from catching subclasses of SocketException.Jesse Wilson2011-09-126-11/+16
* | Make socket channel address available after bind().Jesse Wilson2011-09-121-3/+1
|/
* Tests to verify that reflection + anonymous classes works properly.Jesse Wilson2011-08-301-0/+39
* Remove DigiNotar Root CABrian Carlstrom2011-08-291-121/+0
* Merge "Test that Calendars can in fact be serialized."Jesse Wilson2011-08-251-0/+34
|\
| * Test that Calendars can in fact be serialized.Jesse Wilson2011-08-251-0/+34
* | Merge "Return real FileDescriptor in Socket wrappers."Jeff Sharkey2011-08-254-1/+23
|\ \ | |/ |/|
| * Return real FileDescriptor in Socket wrappers.Jeff Sharkey2011-08-244-1/+23
* | Make QueryTimeoutTest understandable.Jesse Wilson2011-08-252-731/+165
* | CipherSpi.engineUpdate should handle null engineUpdate resultBrian Carlstrom2011-08-231-0/+3
|/
* Merge "Clear the preferences nodes before asserting about them."Jesse Wilson2011-08-191-165/+92
|\
| * Clear the preferences nodes before asserting about them.Jesse Wilson2011-08-191-165/+92
* | Don't expect caching of partial (HTTP 206) responses.Jesse Wilson2011-08-191-1/+1
|/
* Merge "Fix JarInputStream Manifest parsing."Jesse Wilson2011-08-182-8/+15
|\
| * Fix JarInputStream Manifest parsing.Jesse Wilson2011-08-182-8/+15
* | Permit file:///foo or file:/fooJesse Wilson2011-08-181-2/+4
|/
* Merge "Don't leave the thread's interrupted bit set."Jesse Wilson2011-08-161-0/+1
|\
| * Don't leave the thread's interrupted bit set.Jesse Wilson2011-08-161-0/+1
* | Merge "Don't let a helper thread die with an exception."Jesse Wilson2011-08-161-102/+76
|\ \ | |/
| * Don't let a helper thread die with an exception.Jesse Wilson2011-08-161-102/+76
* | Merge "Fix the PackageTest to not rely on a Class.getPackage() side effect."Jesse Wilson2011-08-161-1/+4
|\ \
| * | Fix the PackageTest to not rely on a Class.getPackage() side effect.Jesse Wilson2011-08-161-1/+4
| |/
* | Don't assume the test thread's group will have children.Jesse Wilson2011-08-161-8/+15
|/
* Merge "Make HTTP implementation details public for CTS tests."Jesse Wilson2011-08-168-122/+268
|\
| * Make HTTP implementation details public for CTS tests.Jesse Wilson2011-08-158-122/+268
* | Merge "Don't rely on side effects of other tests in OldStmtTest."Jesse Wilson2011-08-151-167/+134
|\ \
| * | Don't rely on side effects of other tests in OldStmtTest.Jesse Wilson2011-08-151-167/+134
| |/
* | Make OldAbstractPreferencesTest resistent to a dirty environment.Jesse Wilson2011-08-151-3/+5
|/
* Merge "Fix a racy preferences test to not rely on disk flush latency."Jesse Wilson2011-08-141-52/+42
|\
| * Fix a racy preferences test to not rely on disk flush latency.Jesse Wilson2011-08-141-52/+42
* | Merge "Don't use getClassContext() to get the calling classes."Jesse Wilson2011-08-141-30/+5
|\ \
| * | Don't use getClassContext() to get the calling classes.Jesse Wilson2011-08-141-30/+5
| |/
* | Merge "Drop security manager tests from OldJarFileTest."Jesse Wilson2011-08-141-162/+31
|\ \
| * | Drop security manager tests from OldJarFileTest.Jesse Wilson2011-08-141-162/+31
| |/
* | Merge "Don't expect parens on a null method name."Jesse Wilson2011-08-141-1/+1
|\ \
| * | Don't expect parens on a null method name.Jesse Wilson2011-08-141-1/+1
| |/
* | Don't try to access a long field as an int field.Elliott Hughes2011-08-141-2/+2
|/
* Use the application's class loader for URL stream handlers.Jesse Wilson2011-08-121-2/+3