summaryrefslogtreecommitdiffstats
path: root/test/044-proxy/expected.txt
Commit message (Collapse)AuthorAgeFilesLines
* ART: Add another proxy testAndreas Gampe2014-06-021-0/+1
| | | | Change-Id: Ie5beda276a40067b7246001720cc5eea2fa7585a
* Test Method.getModifiers() result for proxy methodsBrian Carlstrom2014-03-121-0/+1
| | | | Change-Id: I2ba3be80ea21c5cfc0e2b9463270e34622c8c92b
* Fix stack trace for proxy methods and added test case.Jeff Hao2013-12-041-2/+3
| | | | | | Bug: 11861564 Change-Id: I9513359ff9e5d345ee71d84388afed02bd114ecf
* Update test/044-proxy/expected.txtBrian Carlstrom2013-11-241-1/+1
| | | | Change-Id: If2b2aaac869ebfba3abb0f167bbd381054688a97
* Fix proxy return ClassCastException and add test.Ian Rogers2013-02-251-0/+8
| | | | | | | | | Add test for Bug: 8250775 that doesn't effect ART. Expand test case further. ClassCastException has no constructor expecting a cause and so using this creates a JNI failure. Switch to not using a wrapped exception as the wrapping itself wasn't adding information. Change-Id: I32dd541e1a1022089ec993fa4f4646042c5bf1fa
* Stash the directly-implemented interfaces in Proxy so we can implement ↵Elliott Hughes2012-03-211-0/+1
| | | | | | | | Class.getInterfaces. Also extend test 044 to spot this (found by a libcore test). Change-Id: I50019db49c549f045d94173c3ed9ae81f05ef858
* Give proxy all of the return types. Part 2.Jesse Wilson2011-10-241-2/+1
| | | | Change-Id: I953144290307f46824642837530ac4deeb6a78b2
* Proxy implementationIan Rogers2011-10-141-3/+7
| | | | | | | | | | This rounds out the proxy implementation by adding missing pieces to the class linker, extending tests and fixing issues in the runtime support. There are also some tweaks for performance and to clean up Method/Object a little. A unit test of the functionality is "art/test/run-test 044" Change-Id: Id94102d10b81cd9b12b95ba8618f6187490204c4
* Adding old unit tests to test suite.jeffhao2011-09-291-0/+80
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8