summaryrefslogtreecommitdiffstats
path: root/test/087-gc-after-link
Commit message (Collapse)AuthorAgeFilesLines
* Update ART tests to handle new System.gc behaviorMathieu Chartier2014-02-041-1/+1
| | | | | | | | | | Changed calls from System.gc to Runtime.getRuntime.gc where it was necessary. Required for: https://android-review.googlesource.com/#/c/80253/ Change-Id: I2b0622585da54229a6248e95d40134b6d18598a9
* Fix the hardcoded path.TDYa1272012-04-111-1/+1
| | | | Change-Id: I13f47555966e9d48703f14e3e9a80e2d9af80c2b
* Fix 071-dexfile by having run-test use a unique directoryBrian Carlstrom2012-03-061-1/+1
| | | | | | | | If userdata.img is flashed, the /data/art-test is owned by the system user. However, 071 requires the directory it runs in to have be owned by the running user (root in eng builds). Change-Id: I5230908291fd2ff6c5ebda98cfc3ef4c7ea7482e
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-311-1/+1
| | | | | | | | Original change: https://android-review.googlesource.com/32051 Bug: http://code.google.com/p/android/issues/detail?id=21599 Bug: http://code.google.com/p/android/issues/detail?id=21597 Change-Id: I31e440b66b720647afab54ca39fd6eb1bbb0cb60
* Fix 086-null-super and 087-gc-after-linkIan Rogers2012-01-101-1/+1
| | | | | | | | Parallel run-test means that the dex files for 086 and 087 are no longer always in test.jar. Correct the behavior of the class linker when Classloader.loadClass returns null to be the behavior of Dalvik. Change-Id: Icf6363e118d03a01060012ac558b5f1a484d74f9
* Adding old unit tests to test suite.jeffhao2011-09-293-0/+186
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8