summaryrefslogtreecommitdiffstats
path: root/test/022-interface/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers.Elliott Hughes2012-01-306-6/+90
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* Interface dispatch bugIan Rogers2012-01-182-1/+63
| | | | | | | | | | | | Interface methods should bind to the lowest sub-interface. Only search declared methods in a class before trying to find the interface method via the iftables. Unit test that declares toString in an concrete class, where toString has been made an interface method in CharSequence. ecj compiles this method call into an invokeinterface (hence the custom build). Change-Id: Iefa394c9e7a22da9c6ea58f07a77880102c2f966
* Adding old unit tests to test suite.jeffhao2011-09-297-0/+112
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8