aboutsummaryrefslogtreecommitdiff
path: root/tests/042-new-instance/src/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* Update and extend Dalvik testsAndy McFadden2012-01-201-2/+19
| | | | | | | | | | | | | | | | | | | | | | | 029 - exercise setDefaultAssertionStatus 031 - enable some tests that were disabled back when our generics support didn't exist. Added new FancyClass test. 034 - print success/fail rather than matching exact exception text 038 - (same as 034) 042 - added new test for bug 5861201, currently disabled 045 - added a bunch of new tests, including one that fails 046 - added new tests, including some for bug 5861201 (the latter are disabled) 068 - loadClass() wants class names with dots, not slashes 086 - (same as 068) 087 - (same as 068) 092 - new test, exercises some locale-specific classes 093 - new test, exercises object serialization 094 - new test, exercises regex code Test 045 now fails, because it's exercising a feature that should work but doesn't. All others pass. Change-Id: I6481bfa88681c4ac8af629cb60797b2708bdeba4
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
| | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
* am 8eeeefc: Merge change 891 into donutAndroid (Google) Code Review2009-05-011-0/+2
|\ | | | | | | | | | | | | Merge commit '8eeeefccffb5e06107cd444436cc229f282a2b72' * commit '8eeeefccffb5e06107cd444436cc229f282a2b72': Corrected behavior of Constructor.newInstance on abstract classes.
| * Corrected behavior of Constructor.newInstance on abstract classes.Andy McFadden2009-05-011-5/+82
| | | | | | | | | | | | | | | | | | | | 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.)
* | Corrected behavior of Constructor.newInstance on abstract classes.Andy McFadden2009-04-301-5/+73
| | | | | | | | | | | | | | | | 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.
* | Automated import from //branches/master/...@142221,142221Andy McFadden2009-03-241-2/+25
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+64
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-64/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+3
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+61