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