summaryrefslogtreecommitdiffstats
path: root/test/055-enum-performance
Commit message (Collapse)AuthorAgeFilesLines
* Make ART's run-test support Dalvik so we can remove dalvik/testsBrian Carlstrom2013-10-281-2/+2
| | | | Change-Id: Iba4ddf39169346573c97b443d5d65c6b8963fd4b
* Fix test-art-host-run-test.Ian Rogers2012-08-281-0/+18
| | | | | | | | | 055-enum-performance runs too slowly with extra debug checking, force to always run with -O. Fix the -O option for run-test on the host. Change-Id: I394d99f12934bb117f28812b476776b4b4f1b8e3
* Ensure that 055 checks we don't cheat on the library side...Elliott Hughes2011-12-161-0/+20
| | | | | | | Class.isEnum is expensive, but we need to make sure that it's cached rather than skipped. Change-Id: I130c683e3b48ccb2fd93dfca8e6ae3e73c8393f6
* Adding old unit tests to test suite.jeffhao2011-09-296-0/+226
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8