summaryrefslogtreecommitdiffstats
path: root/test/046-reflect
Commit message (Collapse)AuthorAgeFilesLines
* Pass NULL as receiver for static methods for ArgArray builder.Jeff Hao2013-03-181-0/+11
| | | | | | | | The receiver field is ignored for static methods, and may be null, but it could be anything. Changed test 46 to make sure the value is properly handled when it is not null. Change-Id: Ide182b99c40a757e158f3587de7b413cd0cbb089
* Expand test 046 and move reflective class initialization later.Elliott Hughes2012-03-232-30/+87
| | | | | | | | We have no reason to do this later; we're just being conservative. We might want to revisit this in a future release so you only pay once, when you cache your Field or Method instance. Change-Id: Ib18fa75c0648561d3c5e1554cb3955ed57ab9314
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-313-2/+159
| | | | | | | | 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 copyright headers.Elliott Hughes2012-01-301-1/+15
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* Fix test 046.Elliott Hughes2012-01-262-2/+6
| | | | | | | | Looks like a recent change put us on an untested code path, and we need to start distinguishing callers' intentions. We can also remove some unnecessary duplication. Change-Id: I950139e6fdc8656b89d8e1520e8b50f681c7f7b2
* Fix a handful of reflection bugs.Elliott Hughes2011-10-102-4/+7
| | | | | | We now pass test 046. Change-Id: Ie605ed99e64038435608fe388c59526674af5489
* Adding old unit tests to test suite.jeffhao2011-09-293-0/+544
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8