summaryrefslogtreecommitdiff
path: root/test/044-proxy/src/NarrowingTest.java
AgeCommit message (Collapse)Author
2018-03-02ART: harden test 044Andreas Gampe
Ensure that spec-required methods are correctly passed to the invocation handler. Do not rely on undefined ordering of methods (and unify the handling). Bug: 73888836 Bug: 73901493 Test: art/test/testrunner/testrunner.py -b --host -t 044 Change-Id: I0886bd78f7a45588384c745e38b4a12de4b81934
2015-12-07Replace proxy class names with deterministic ones for test output.Hiroshi Yamauchi
This should avoid potentially flaky test failures in 005-annotations and 044-proxy. (cherrypick commit bc7f8080d1f5d0138cb83cba73a747d43d62c23c) Bug: 25838574 Bug: 12687968 Change-Id: I08765abd82e41258ce4d1d8bb9dffce70c8b6689
2013-02-25Fix proxy return ClassCastException and add test.Ian Rogers
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