History log of /art/test/044-proxy/src/NarrowingTest.java
Revision Date Author Comments
75d505305be25f9d4e35bfe883b2faa8f7a7f8e3 05-Dec-2015 Hiroshi Yamauchi <yamauchi@google.com> Replace proxy class names with deterministic ones for test output.

This should avoid potentially flaky test failures in 005-annotations
and 044-proxy.

(cherrypick commit bc7f8080d1f5d0138cb83cba73a747d43d62c23c)

Bug: 25838574
Bug: 12687968

Change-Id: I08765abd82e41258ce4d1d8bb9dffce70c8b6689
bc7f8080d1f5d0138cb83cba73a747d43d62c23c 05-Dec-2015 Hiroshi Yamauchi <yamauchi@google.com> Replace proxy class names with deterministic ones for test output.

This should avoid potentially flaky test failures in 005-annotations
and 044-proxy.

Bug: 25838574
Bug: 12687968

Change-Id: I08765abd82e41258ce4d1d8bb9dffce70c8b6689
530f71c040cb1a7b946d5566d5a746f08f2d082c 23-Feb-2013 Ian Rogers <irogers@google.com> Fix proxy return ClassCastException and add test.

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