summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* eclair snapshotJean-Baptiste Queru2009-11-1268-88/+2101
|
* Don't init class during reflection signature scan.Andy McFadden2009-07-142-0/+30
| | | | | | | | | | Do not merge to master -- this is 57ea16e8 from there. When processing Class.getDeclaredMethods() we create Method objects. These have arrays of classes that indicate the method parameter types. While generating the array we were initializing the classes we found, which isn't necessary and led to some unpleasantness described in external bug 3005.
* Fix handling of "--dev" argument in dalvik tests.Andy McFadden2009-05-132-0/+8
| | | | This was originally part of p9-144240, which was only made in "master".
* Corrected behavior of Constructor.newInstance on abstract classes.Andy McFadden2009-05-015-12/+132
| | | | | | | | | | The VM now throws an exception when somebody tries to create an instance of an abstract class through a Constructor object. It also ensures that the class is initialized before attempting to create an instance. This change adds some Constructor tests to the 042-new-instance VM test. (It also pulls in some additions that were made to the 042 test back in March, on the p4 master branch.)
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03371-0/+17501
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03371-17501/+0
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-2212-17/+196
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-208-6/+126
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+32
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1748-226/+1464
|
* Initial ContributionThe Android Open Source Project2008-10-21337-0/+15934