summaryrefslogtreecommitdiffstats
path: root/libcore/luni
Commit message (Expand)AuthorAgeFilesLines
* Copy Froyo's version of MulticastSocketTest to Eclair for CTS.Elliott Hughes2010-03-021-1174/+736
* Fix ScannerTest failures.Brett Chabot2010-01-111-65/+79
* Skip locale dependent libcore tests if required locales are not present.Brett Chabot2009-12-229-58/+239
* Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE.Brett Chabot2009-12-143-5/+11
* DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests.Brett Chabot2009-11-066-3/+14
* am 32f89821: Merge change 26044 into donut-gmsBrett Chabot2009-10-081-1/+0
|\
| * Merge change 26044 into donut-gmsAndroid (Google) Code Review2009-09-201-1/+0
| |\
| | * Remove tests.api.java.io.FileTest#test_delete as known failure.Brett Chabot2009-09-201-1/+0
* | | am c4d33d9d: Fix ClassLoaderTest to work on DEXPREOPT builds.Brett Chabot2009-10-081-6/+7
|\| |
| * | Fix ClassLoaderTest to work on DEXPREOPT builds.Brett Chabot2009-09-161-6/+7
| |/
* | Merge change I96cd6f5b into eclairAndroid (Google) Code Review2009-09-301-1/+8
|\ \
| * | Make the socket test accept ::1 as a valid result forLorenzo Colitti2009-09-301-1/+8
* | | More multicast fixes.Lorenzo Colitti2009-09-303-5/+6
|/ /
* | Merge change Iea75a523 into eclairAndroid (Google) Code Review2009-09-301-21/+72
|\ \
| * | Fixes for socket options on multicast sockets.Lorenzo Colitti2009-09-301-21/+72
* | | Merge change Ie2e14dde into eclairAndroid (Google) Code Review2009-09-303-42/+18
|\ \ \
| * | | Remove @KnownFailure tags for tests that pass.Jesse Wilson2009-09-303-42/+18
* | | | Merge change Ib5dc3f1f into eclairAndroid (Google) Code Review2009-09-301-10/+5
|\ \ \ \
| * | | | Fixing a lame test that was relying on hashmap iteration order.Jesse Wilson2009-09-301-10/+5
| |/ / /
* | | | Merge change I9899be9d into eclairAndroid (Google) Code Review2009-09-301-1/+7
|\ \ \ \
| * | | | Fixing a Harmony regression in ObjectInputStream.Jesse Wilson2009-09-301-1/+7
| |/ / /
* | | | Merge change I75630000 into eclairAndroid (Google) Code Review2009-09-302-13/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixing tests that exercise SecurityManager plus stack inspection.Jesse Wilson2009-09-302-13/+22
| |/ /
* / / DO NOT MERGE: Cleaning up PipedInputStreamJesse Wilson2009-09-251-41/+82
|/ /
* | Merge change 26285 into eclairAndroid (Google) Code Review2009-09-228-513/+186
|\ \
| * | Use native code to convert strings to IP addresses.Lorenzo Colitti2009-09-228-513/+186
* | | Fixed LinkedHashMap bug 2121546Joshua Bloch2009-09-215-109/+139
|/ /
* | Use native code to convert IP addresses to strings.Lorenzo Colitti2009-09-187-193/+201
* | Report the cause of name lookup failures to Java land. The Java code alreadyLorenzo Colitti2009-09-151-8/+5
* | Make getHostByAddr and getHostByName return the proper object type.Lorenzo Colitti2009-09-152-92/+21
* | Merge change 24788 into eclairAndroid (Google) Code Review2009-09-142-5/+25
|\ \
| * | Fixing the delimiter for the HTTP "Accept" header to be well-formed.Jesse Wilson2009-09-112-5/+25
* | | Merge change 24723 into eclairAndroid (Google) Code Review2009-09-111-56/+36
|\ \ \
| * | | Remove code duplication in InetAddress.getByAddress.Lorenzo Colitti2009-09-111-56/+36
* | | | Simplify networking code initialization using static structures instead of code.Lorenzo Colitti2009-09-101-224/+72
|/ / /
* | | Merge change 23896 into eclairAndroid (Google) Code Review2009-09-071-5/+1
|\ \ \ | |/ / |/| |
| * | InputStreamReader forgets to convert incomplete multibyte characters at the b...Urs Grob2009-09-041-5/+1
* | | Document that createSocketFileDescriptor throws an exception on failure.Lorenzo Colitti2009-09-041-1/+3
* | | Merge change 23983 into eclairAndroid (Google) Code Review2009-09-041-0/+1
|\ \ \
| * | | If an error occurs when creating a socket, don't call any more JNI methodsLorenzo Colitti2009-09-041-0/+1
* | | | Merge change 23572 into eclairAndroid (Google) Code Review2009-09-041-17/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Do not check hash codes against golden values. Instead, spot check that theyLorenzo Colitti2009-09-011-17/+10
| |/ /
* | | Merge change 22871 into eclairAndroid (Google) Code Review2009-09-031-31/+24
|\ \ \
| * | | More InetAddress fixes.Lorenzo Colitti2009-09-031-31/+24
* | | | Merge change 23918 into eclairAndroid (Google) Code Review2009-09-038-1950/+2132
|\ \ \ \ | |/ / / |/| | |
| * | | do not merge: Josh's optimized HashMap and HashtableJesse Wilson2009-09-038-1950/+2132
* | | | Merge change 23208 into eclairAndroid (Google) Code Review2009-09-032-5/+69
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Class.getConstructor("whatever", (Class[]) null).Elliott Hughes2009-09-032-5/+69
* | | | Merge change 22771 into eclairAndroid (Google) Code Review2009-09-034-38/+218
|\ \ \ \
| * | | | Don't mutate input in OSMemory.setIntArray/setShortArray.Elliott Hughes2009-08-274-38/+218
| |/ / /