- 11 Jul, 2013 1 commit
-
-
Elliott Hughes authored
Bug: 9695860 (cherry picked from commit 406b8529) Change-Id: I9b7c349cf3600221c6ba068f33493ab62eee7284
-
- 08 Jul, 2013 1 commit
-
-
Elliott Hughes authored
Bug: 9695860 Change-Id: I5c12dc5f3c70a9fe081adf5bf5b6b4b3a115e7e1 (cherry picked from commit 9edf43df) (cherry picked from commit fe39951e)
-
- 02 Mar, 2013 1 commit
-
-
Geremy Condra authored
-
- 01 Mar, 2013 3 commits
-
-
Geremy Condra authored
Bug: 8219321 Change-Id: I98d20e799f3dffe162476e321fe36c6cd3914359
-
Geremy Condra authored
This reverts commit c8321962 Same as the JB change Change-Id: I3fda6e512646b8f9edf903e20f961d525bec9617
-
Geremy Condra authored
Bug: 8219321 Change-Id: I4ac47f8facf13afa45799a0d5e20202a0ef5f0c6
-
- 02 Aug, 2012 1 commit
-
-
Keun young Park authored
- seems to be caused by https://android-git.corp.google.com/g/#/c/207204/ Bug: 6809531 (cherry picked from commit 6e71c9e3) Change-Id: Ibdce09a77ab532a316727cea4275403b459e0b0b
-
- 02 Apr, 2012 1 commit
-
-
Brian Muramatsu authored
http://code.google.com/p/android/issues/detail?id=26543 Without a no arg constructor, these tests cannot be instantiated by the test runner when trying to run a single test. Change-Id: I250282319a6ed8f9af828f27341773adc468932f
-
- 07 Feb, 2012 1 commit
-
-
pnath authored
Test case should be skipped if "ar" locale is not supported. Change-Id: I40ec73ec785352d61fdf082f9b37ae054bffc993
-
- 03 Feb, 2012 1 commit
-
-
Brian Muramatsu authored
Bug 5958405 Change-Id: I72024e139a2039abf42203a52beadf81e014bf34
-
- 30 Jan, 2012 1 commit
-
-
Brian Carlstrom authored
Bug: 5934554 Change-Id: I640cd54c227df2bf662d484cb2af95ece4d13421
-
- 26 Jan, 2012 1 commit
-
-
Jesse Wilson authored
We were throwing under the premise that we'd always have response headers before we had a cached body. But when the user calls connect() we'll have queried the cache but we won't necessarily have response headers from the server yet. That's because connect() doesn't require a response to be ready. Bug: http://b/5920659 Cherry-picked from: I9d69b44b5be3d0e29f14d8b83781f6e65c67582a Change-Id: Ia403b42ddc9783fd1456164f4b7350da3ce80566
-
- 19 Jan, 2012 1 commit
-
- 22 Nov, 2011 1 commit
-
-
JP Abgrall authored
java.net.Socket creates the socket on connect(). But in case of failure during the connect() it closes the socket. During the create, BlockGuard's socket() is the one tagging the socket. But in case of failure, nobody untags that socket. So now we untag scokets on close() in BlockGuard Bug: 5274621 Change-Id: I282665a05e2dc184df77c84ceab49fb55b7695af
-
- 10 Nov, 2011 1 commit
-
-
Brian Muramatsu authored
Bug 5498103 Use a StreamHandler instead of a FileHandler, so that FileHandler doesn't throw an exception if the log directory doesn't exist. Change-Id: I7b7334ff8290a4b028712e89bb432fd78ef48346
-
- 08 Nov, 2011 1 commit
-
-
Brian Carlstrom authored
Bug: 5466273 (cherry picked from commit d3433cea) Change-Id: I8618be21a2227d66ea66352342b530906605160f
-
- 26 Oct, 2011 3 commits
-
-
Jeff Sharkey authored
-
Ed Heyl authored
-
Jeff Sharkey authored
Bug: 5274621 Change-Id: Icc42a80c8cce6adb20d16ca2bb1fb51e2a8e8e1b
-
- 25 Oct, 2011 1 commit
-
-
Elliott Hughes authored
The kernel uses awkward device-specific units that make tests with timeouts that aren't integer multiples of a second awkward. There's no common superclass for the various sockets, so we can't factor out the test even though -- apart from the creation of the specific socket -- it's textually identical in each case. Nice library design, boys! I've also fixed a couple of CloseGuard warnings in passing. Bug: 5159133 Change-Id: Iaf4c9891b3cf2f5b3ebcee5cb2ba862157ab034e
-
- 23 Oct, 2011 1 commit
-
-
Elliott Hughes authored
The kernel uses awkward device-specific units that make tests with timeouts that aren't integer multiples of a second awkward. There's no common superclass for the various sockets, so we can't factor out the test even though -- apart from the creation of the specific socket -- it's textually identical in each case. Nice library design, boys! I've also fixed a couple of CloseGuard warnings in passing. Bug: 5159133 Change-Id: Iaf4c9891b3cf2f5b3ebcee5cb2ba862157ab034e
-
- 21 Oct, 2011 1 commit
-
-
Elliott Hughes authored
Whatever the root cause of the fstat(2) failure, we should still attempt the requested close(2) --- even if it's just going to fail in the same way the fstat(2) did. Bug: 5407056 Change-Id: Ie988d1b1ebdb6b378fb537b2f56245fab568ee7c
-
- 19 Oct, 2011 6 commits
-
-
Elliott Hughes authored
* commit '64350311': Work around a dalvik weakness.
-
Elliott Hughes authored
Our register maps aren't good enough, so when the collector looks at the FinalizerReference for the RandomAccessFile, the referent has been marked because the RandomAccessFile is still pointed to by a dex register, and the register maps don't take into account that that register can never be accessed again after the current dex PC, so it should in fact not be marked. This is a long-standing weakness (I can cause similar failures in Gingerbread). Bug: 5412580 Change-Id: I1de253a3686701ee724f8fefd5a6230d11179bad
-
Brian Carlstrom authored
-
Brian Carlstrom authored
* commit '9abfeaca': Fix backwards Engine cache test
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Also fix SignatureTestMD2withRSA to clean up its test provider. Add context information on failures to CertificateTest. Bug: 5479141 Change-Id: I9a5ce60cfda63cfc418e72464eb1d3ef81dab0c0
-
- 18 Oct, 2011 3 commits
-
-
Jesse Wilson authored
am bea6b3d2: Merge "Don\'t require exception priority to match any particular implementation." into ics-mr0 * commit 'bea6b3d2': Don't require exception priority to match any particular implementation.
-
Jesse Wilson authored
-
Jesse Wilson authored
Bug: http://b/5478266 Change-Id: I15ad1f1eb67b307b61819c0c2031cc9a5f2e00fd
-
- 17 Oct, 2011 6 commits
-
-
Julien Mercay authored
Change-Id: If10cf39515472969a2e57e9a1e00dead818fe771
-
Brian Carlstrom authored
* commit '0aaf7fc3': Set ANDROID_DATA for DalvikExecTest
-
Jesse Wilson authored
* commit '5576e932': Fix Arrays Javadoc to be consistent with parameter names.
-
Brian Carlstrom authored
-
Jesse Wilson authored
-
Brian Carlstrom authored
* commit '5de85581': DexClassLoaderTest.setUp should clean optimized directory
-
- 16 Oct, 2011 1 commit
-
-
Brian Carlstrom authored
Also increase timeout to allow for dexopt of BOOTCLASSPATH Bug: 5310023 git cherry-pick 513ac78c Change-Id: Iab7ebc14fb0569d88c710f0e85344faad2d51228
-
- 15 Oct, 2011 1 commit
-
-
Brian Carlstrom authored
Also increase timeout to allow for dexopt of BOOTCLASSPATH Bug: 5310023 Change-Id: Icaa81a3bb3cea10c610e6ad671a001f6dbfeda17
-
- 14 Oct, 2011 1 commit
-
-
Brian Carlstrom authored
Bug: 5410715 Change-Id: Ifde74c42105e8c408e0073953e5b0bf91ec86414
-