aboutsummaryrefslogtreecommitdiff
path: root/tests/044-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Fix proxy expectation.Jesse Wilson2011-01-181-1/+1
| | | | Change-Id: I70589302c686387a1f89e8f79eb58c4b6b8214a6
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-087-7/+0
| | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
* Fix implementation of Thread.isAlive().Andy McFadden2009-09-011-2/+2
| | | | | | | | | | | | | | | The implementation of Thread.isAlive() was changed a couple of years ago as part of the Harmony integration. The current version relies on the thread's state value to determine its liveness, but the VM was originally written to be like JamVM, which used GNU ClassPath, which uses the vmThread field instead. It looks like it's possible for Thread.join() to get stuck, though as far as I know this hasn't happened. We're essentially rolling back part of 27774-p9. For internal bug 1966734. Also: ran --update on test 044.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-0/+911
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-911/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-178-197/+855
|
* Initial ContributionThe Android Open Source Project2008-10-213-0/+253