summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | Set ANDROID_DATA for DalvikExecTestBrian Carlstrom2011-10-162-4/+9
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also increase timeout to allow for dexopt of BOOTCLASSPATH Bug: 5310023 git cherry-pick 513ac78ca8aaeb61fa06928ca10aeff34a7b4683 Change-Id: Iab7ebc14fb0569d88c710f0e85344faad2d51228
* | | | | | | | | | | | | | | am 5576e932: Merge "Fix Arrays Javadoc to be consistent with parameter ↵Jesse Wilson2011-10-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | names." into ics-mr0 * commit '5576e932d0154168426136787c139cf34f639567': Fix Arrays Javadoc to be consistent with parameter names.
| * | | | | | | | | | | | | | Merge "Fix Arrays Javadoc to be consistent with parameter names." into ics-mr0Jesse Wilson2011-10-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix Arrays Javadoc to be consistent with parameter names.Jesse Wilson2011-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1b1d9013f99fe32b496696a4e1cbb5afcc73be6c
* | | | | | | | | | | | | | | am 5de85581: DexClassLoaderTest.setUp should clean optimized directoryBrian Carlstrom2011-10-170-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | / / / / / / / / / / / / | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | * commit '5de855817ee97ed964e524dc36fea7dbe3eb7cd8': DexClassLoaderTest.setUp should clean optimized directory
| * | | | | | | | | | | | | DexClassLoaderTest.setUp should clean optimized directoryBrian Carlstrom2011-10-141-1/+6
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5410715 Change-Id: Ifde74c42105e8c408e0073953e5b0bf91ec86414
* | | | | | | | | | | | | Set ANDROID_DATA for DalvikExecTestBrian Carlstrom2011-10-142-4/+9
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also increase timeout to allow for dexopt of BOOTCLASSPATH Bug: 5310023 Change-Id: Icaa81a3bb3cea10c610e6ad671a001f6dbfeda17
* | | | | | | | | | | | Merge "DexClassLoaderTest.setUp should clean optimized directory"Brian Carlstrom2011-10-141-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | DexClassLoaderTest.setUp should clean optimized directoryBrian Carlstrom2011-10-141-1/+6
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5410715 Change-Id: Ifde74c42105e8c408e0073953e5b0bf91ec86414
* | | | | | | | | | | | am c8ed4009: Clean up exception throwing in Arrays.Jesse Wilson2011-10-141-8/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| / / / / / / / / / | |_|/ / / / / / / / / |/| | | | | | | | | | * commit 'c8ed4009f3ade95e6cf9ade8cfd1b08f90a8690f': Clean up exception throwing in Arrays.
| * | | | | | | | | | Clean up exception throwing in Arrays.Jesse Wilson2011-10-141-8/+5
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie002ba1cd1c681b83c7a8d4e8d4f96b7c0350eef
* | | | | | | | | | Add an extra test case for Double.parseDouble.Elliott Hughes2011-10-121-1/+3
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I'd already fixed the bug, but hadn't explicitly tested the reported case.) Bug: http://code.google.com/p/android/issues/detail?id=20728 Change-Id: I5a02d67e2dced83561c403b5d9c68dcdddff3699
* | | | | | | | | Remove tests that always time out.Jesse Wilson2011-10-051-27/+0
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: http://b/5410725 Change-Id: I116e5a846a528899608895163bb2a27573c5efae
* | | | | | | | Update test now that DNS names starting with a digit are allowedBrian Carlstrom2011-10-051-7/+31
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In change: commit 2f9e468ed4985edfd5e351faf2089d91e561e41d Author: Elliott Hughes <enh@google.com> Date: Fri Oct 9 17:21:46 2009 -0700 Update libcore/security to Harmony r823222. GeneralName.checkDNS was updated to support RFC 1123 (section 2.1) which allows DNS names to start with a digit. This updates the test to track that change by changing the negative test input for parsing DNS names to not start with a '0'. Bug: 5411722 Change-Id: Ie037e6d54e3e2c8b603af455ccde31c4558f070f
* | | | | | | 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
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6ea268e469675ef890010282dbe35ed5838cca73 http://code.google.com/p/android/issues/detail?id=20442
* | | | | | | Merge "Fix a couple of isReachable bugs."Elliott Hughes2011-09-306-128/+74
|\ \ \ \ \ \ \
| * | | | | | | Fix a couple of isReachable bugs.Elliott Hughes2011-09-306-128/+74
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We shouldn't throw NPE if you call isReachable on a deserialized InetAddress. Fixed by removing the "globals", which also fixes the unreported bug that calling isReachable on the same InetAddress was not thread-safe. Bug: http://code.google.com/p/android/issues/detail?id=20203 Also, the arguments to isReachableByTCP in isReachable(NetworkInterface, int, int) were the wrong way round, which meant we'd always return false (unless you were asking if localhost was reachable). Bug: http://code.google.com/p/android/issues/detail?id=20107 Bug: 2497441 Bug: 3213503 Change-Id: Ic808e774c28be6487e30e6acb8bc06f766f5c71d
* | | | | | | Set the ZIP central directory UTF-8 bit.Elliott Hughes2011-09-291-0/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I still don't see anything in the specification, but I can confirm that real-world tools like unzip(1) don't like not having this bit set. (Interestingly, "unzip -l" doesn't complain, but "unzip" does. I usually test filename stuff with the former, so I never noticed this gingerbread regression.) Bug: http://code.google.com/p/android/issues/detail?id=20214 Bug: 4964868 Change-Id: I42d340d8b71a309285cf2bec3e938d07e05e9201
* | | | | | s/Ipv6/IPv6/Elliott Hughes2011-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I59cacdbde1fe65b849d542f8faa8c0c2c0f5cddf
* | | | | | Fix the InetAddress/Inet4Address/Inet6Address documentation.Elliott Hughes2011-09-294-292/+158
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also simplify a few of the implementations, and add a few tests. Bug: http://code.google.com/p/android/issues/detail?id=19165 Change-Id: If33d5a830068114edf722711333bf0e00098d91a
* | | | | Merge "Give InputStream/OutputStream decent documentation."Jesse Wilson2011-09-142-24/+49
|\ \ \ \ \
| * | | | | Give InputStream/OutputStream decent documentation.Jesse Wilson2011-09-142-24/+49
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous docs made it much too easy to miss the critical 'requirement' that read(byte[],int,int) should be overridden. http://code.google.com/p/android/issues/detail?id=7933#c36 Change-Id: I2c4e0e18026a93b8e994d4448be35114bd5f20bc
* | | | | Reconcile with gingerbread-mr4-releaseThe Android Open Source Project2011-09-140-0/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Change-Id: Ie84c92e64a80acd336d44d8bb31bfe48c03a06e6
| * | | | keep history after reconcile of gingerbread-releaseThe Android Automerger2011-09-120-0/+0
| |\ \ \ \
* | \ \ \ \ 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
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We recently had a bug in Apache HTTP client where catching a specific exception subclass caused incorrect behavior. Apache HTTP expects a ConnectException but we're throwing its superclass, SocketException. Unfortunately I don't think fixing this to throw ConnectException is any better; the best I can tell from the spec this should be throwing a NoRouteToHostException which would still fail on Apache HTTP client. I'm going to fix that code to catch the appropriate type. Bug: http://b/5293809 Bug: http://b/4411922 Change-Id: I189408f6e2355475510fb817c97017e7bae1739e
* | | | | | Merge "Make socket channel address available after bind()."Jesse Wilson2011-09-121-3/+1
|\ \ \ \ \ \
| * | | | | | Make socket channel address available after bind().Jesse Wilson2011-09-121-3/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This regression was found by a harmony test: org.apache.harmony.nio.tests.java.nio.channels.SocketChannelTest#testSocket_bind Change-Id: Idb1089fb96b17673cf78903d935cb729722fda33
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Reconcile with gingerbread-release gingerbread-mr4-release honeycomb-LTE-releaseJean-Baptiste Queru2011-09-090-0/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | | Change-Id: I8ff2c36e65624dfe65f570d4dd56f026ea05a499
| | | * | | Remove DigiNotar Root CABrian Carlstrom2011-08-302-121/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd libcore/luni/src/main/files git rm cacerts/c0cafbd2.0 ./certimport.sh Bug: 5232736 Change-Id: I2c78d90fe513ec6f4a0a76a3b4095d9be9345292
| | * | | | Remove DigiNotar Root CABrian Carlstrom2011-09-022-121/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd libcore/luni/src/main/files git rm cacerts/c0cafbd2.0 ./certimport.sh Bug: 5232736 Change-Id: I455a7c72a6d08cd0556fd4a64bb195e9e97dbfc0
| * | | | | Remove DigiNotar Root CABrian Carlstrom2011-08-302-121/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd libcore/luni/src/main/files git rm cacerts/c0cafbd2.0 ./certimport.sh Bug: 5232736 Change-Id: I455a7c72a6d08cd0556fd4a64bb195e9e97dbfc0
* | | | | am 308df1d9: (-s ours) am 623ec56a: Remove DigiNotar Root CABrian Carlstrom2011-08-300-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '308df1d9e04d222c21a69f3ed1f21431b405474d': Remove DigiNotar Root CA
| * \ \ \ \ am 623ec56a: Remove DigiNotar Root CABrian Carlstrom2011-08-292-121/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '623ec56a85612ca897b8ecbb5ec01e0be7ae9df7': Remove DigiNotar Root CA
| | * | | | | Remove DigiNotar Root CABrian Carlstrom2011-08-292-121/+0
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd libcore/luni/src/main/files git rm cacerts/c0cafbd2.0 ./certimport.sh Bug: 5232736 Change-Id: I2c78d90fe513ec6f4a0a76a3b4095d9be9345292
* | | | | | am 26085321: am 203990d7: (-s ours) am 75aea4d5: Remove DigiNotar Root CABrian Carlstrom2011-08-300-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '26085321124808686ab47b9523d6e00b2eae4962': Remove DigiNotar Root CA
| * | | | | am 203990d7: (-s ours) am 75aea4d5: Remove DigiNotar Root CABrian Carlstrom2011-08-290-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '203990d745f6cbe798803d2342d849d07e2c8880': Remove DigiNotar Root CA
| | * \ \ \ \ am 75aea4d5: Remove DigiNotar Root CABrian Carlstrom2011-08-292-121/+0
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '75aea4d56afee3242be8d626a1949572f8109418': Remove DigiNotar Root CA
| | | * | | | | Remove DigiNotar Root CABrian Carlstrom2011-08-292-121/+0
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd libcore/luni/src/main/files git rm cacerts/c0cafbd2.0 ./certimport.sh Bug: 5232736 Change-Id: I455a7c72a6d08cd0556fd4a64bb195e9e97dbfc0
* | | | | | | Tests to verify that reflection + anonymous classes works properly.Jesse Wilson2011-08-301-0/+39
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Change-Id: Ide84f6fa454eafb843e48cd21312875f387c2c13
* | | | | | Remove DigiNotar Root CABrian Carlstrom2011-08-291-121/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Bug: 5232736 Change-Id: Ifb4c31d5ba994bc694aeabc218d5a6397a686769
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: http://b/5179775 Change-Id: Ie4b220eb61eb479b3d0bb894a3824fcdbc1a70b1
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In classes that wrap another Socket, return the real FileDescriptor from the wrapped Socket. Bug: 5189186 Change-Id: I157feb6991def9110eaf0ea82365b6f5b95b9372
* | | | | | | Merge "Fix makefile function call syntax"Ying Wang2011-08-251-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix makefile function call syntaxYing Wang2011-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change the newline character will be carried to the shell command so no files will be returned. Change-Id: Id71358a54bff2a672c70a235b37ad06ef65a839b
* | | | | | | Make QueryTimeoutTest understandable.Jesse Wilson2011-08-253-731/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't believe the functionality this test was testing ever worked. The new test makes that clear; the old test masked the real behavior in a bunch of unnecessary complexity. These tests demonstrate that query timeouts are not working! Bug: http://b/5213614 Change-Id: If09e5d6204e06df7df4649953b69ddba0537fbf9
* | | | | | | Merge "CipherSpi.engineUpdate should handle null engineUpdate result"Brian Carlstrom2011-08-241-0/+3
|\ \ \ \ \ \ \