summaryrefslogtreecommitdiffstats
path: root/test/040-miranda
Commit message (Collapse)AuthorAgeFilesLines
* ART: Add miranda checkingAndreas Gampe2014-11-034-5/+20
| | | | | | | | | | | | | | | Add a test for resolution of miranda methods across dex-files. See CL 112688 and b/18193682 for the code change. Fix the test script to support no-verify again. Weaken the dex cache check to a check whether the found method is a miranda method. This will penalize miranda methods, as they will always have to be resolved by name, but does not require the multi-step load of the method's dex cache. Bug: 18193682 Change-Id: I1dae2a9ec0985dc8625acd7dd5686a5d3cdc8888
* Search for miranda methods in virtual methods instead of interface.Jeff Hao2013-11-212-0/+15
| | | | | | | | | Also added tests that get miranda methods via reflection and jni. Miranda methods can't be found via reflection, and have the interface class as their declaring class when found via jni. Bug: 11736932 Change-Id: I92b4fdf31be64269898ed2686a28dfb6008b213a
* Fix copyright headers.Elliott Hughes2012-01-305-5/+75
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* Adding old unit tests to test suite.jeffhao2011-09-298-0/+116
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8