summaryrefslogtreecommitdiffstats
path: root/test/064-field-access
Commit message (Collapse)AuthorAgeFilesLines
* Fix reflection access checks for app compatibility.Jeff Hao2014-04-011-5/+7
| | | | | | | | Also updates field access test. Bug: 13740995 Change-Id: I224712cfcb0c05429b831c26980cabad7bdef49a
* Add access checks to Method and Field reflection.Jeff Hao2014-03-283-6/+65
| | | | | | | Art side of this change. Has a corresponding libcore change. Bug: 13620925 Change-Id: Ie67f802a2a400e8212b489b9a261b7028422d8ba
* Extend test 064.Ian Rogers2012-04-114-303/+815
| | | | | | | Extend to test direct access to fields and more exhaustively check field modifiers for reflection. Change-Id: I173e6e12b74e0c73d8d1001540560fd4923a9f86
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* Fix field access.Elliott Hughes2011-10-021-53/+27
| | | | | | | | | | | There was a bug in the implementation where the native methods weren't necessarily getting a null receiver but art::Object insists that you only get/set static fields on a null receiver. Also, these tests assume that fields are in the setAccessible(false) state by default. In our system, they're not. Change-Id: I935614fec013be465fc0bc30d3c717f12476e09b
* Adding old unit tests to test suite.jeffhao2011-09-297-0/+431
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8