summaryrefslogtreecommitdiff
path: root/test/044-proxy/src
AgeCommit message (Expand)Author
2020-07-30Disable support for proxy method in nterp. Nicolas Geoffray
2020-05-21Make heap exhaustion more robust in art-tests Lokesh Gidra
2020-05-19Fix heap exhaustion logic Lokesh Gidra
2020-05-18Make heap exhaustion more robust in art-tests Lokesh Gidra
2020-04-29Make tests robust against GCs failing early Hans Boehm
2018-03-02ART: harden test 044 Andreas Gampe
2018-01-31Make test 044-proxy less flaky Mathieu Chartier
2017-11-02ART: Fix OOME case in proxy dispatch Andreas Gampe
2017-06-02Tests: never use System.err Kevin Brodsky
2016-07-22ART: Fix type parameter in tests Andreas Gampe
2016-05-10Fix issue with Constructor proxies. Alex Light
2015-12-07Replace proxy class names with deterministic ones for test output. Hiroshi Yamauchi
2015-09-09ART: Add missing GetInterfaceMethodIfProxy Andreas Gampe
2015-06-18Fix moving GC bugs in proxy stub for X86/X86_64 Mathieu Chartier
2014-06-04Merge "ART: Add another proxy test" Andreas Gampe
2014-06-02ART: Add another proxy test Andreas Gampe
2014-03-14resolved conflicts for merge of 773965c0 to klp-dev-plus-aosp Jeff Hao
2014-03-12Test Method.getModifiers() result for proxy methods Brian Carlstrom
2014-02-24Fix stack trace for proxy methods and added test case. Jeff Hao
2013-12-04Fix stack trace for proxy methods and added test case. Jeff Hao
2013-04-08Interpreter entries and instrumentation as a listener. Ian Rogers
2013-02-25Fix proxy return ClassCastException and add test. Ian Rogers
2012-03-30Kill constants.h and fix some copyright headers. Elliott Hughes
2012-03-21Stash the directly-implemented interfaces in Proxy so we can implement Class.... Elliott Hughes
2011-10-24Give proxy all of the return types. Part 2. Jesse Wilson
2011-10-14Proxy implementation Ian Rogers
2011-09-29Adding old unit tests to test suite. jeffhao