summaryrefslogtreecommitdiffstats
path: root/test/046-reflect
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Java char is 16 bits, can not be treated as boolean.Fredrik Roubert2015-07-272-2/+2
* Also print class for NoSuchFieldExceptionMathieu Chartier2015-05-131-1/+15
* Fix some reflection errorsMathieu Chartier2015-03-291-23/+42
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-3/+6
* Add tests for getDeclaredConstructorMathieu Chartier2014-08-081-0/+25
* Add test for equals and hashCode in ParameterizedTypePiotr Jastrzebski2014-08-062-0/+140
* Add test that Class.newInstance does not wrap its exceptions.Jeff Hao2014-04-232-0/+29
* Add access checks to Method and Field reflection.Jeff Hao2014-03-282-3/+5
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-3/+49
* Pass NULL as receiver for static methods for ArgArray builder.Jeff Hao2013-03-181-0/+11
* Expand test 046 and move reflective class initialization later.Elliott Hughes2012-03-232-30/+87
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-313-2/+159
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Fix test 046.Elliott Hughes2012-01-262-2/+6
* Fix a handful of reflection bugs.Elliott Hughes2011-10-102-4/+7
* Adding old unit tests to test suite.jeffhao2011-09-293-0/+544