blob: 9b16113484c7b94cbf30fbe823052f2ed2680faf [file] [log] [blame]
Ian Rogers466bb252011-10-14 03:29:56 -07001ReturnsAndArgPassing.testProxyReturns RUNNING
2ReturnsAndArgPassing.testProxyReturns PASSED
3ReturnsAndArgPassing.testProxyArgPassing RUNNING
4ReturnsAndArgPassing.testProxyArgPassing PASSED
jeffhao5d1ac922011-09-29 17:41:15 -07005Invoke public abstract void Shapes.circle(int)
6 0: 3
7--- circle 3
8Success: method circle res=null
9Invoke public abstract int Quads.rectangle(int,int)
10 0: 10
11 1: 20
12--- rectangle 10,20
13Success: method rectangle res=4
14Invoke public abstract java.lang.String Shapes.blob()
15 (no args)
16--- blob
17Success: method blob res=mix
18Invoke public abstract int Quads.rectangle(int,int)
19 0: 15
20 1: 25
21--- rectangle 15,25
22Success: method rectangle res=4
23Invoke public abstract int Quads.trapezoid(int,double,int)
24 0: 6
25 1: 81.18
26 2: 4
27--- trap 6,4,81.18
28Success: method trapezoid res=8
29Invoke public abstract int Colors.red(float)
30 0: 1.0
31--- red 1.0
32Success: method red res=0
33Invoke public abstract double Colors.blue(int)
34 0: 777
35--- blue 777
36Success: method blue res=2.54
37Invoke public abstract int Colors.mauve(java.lang.String)
38 0: sorry
39--- mauve sorry
40Success: method mauve res=3
41Invoke public abstract java.lang.String Shapes.blob()
42 (no args)
43--- blob
44Success: method blob res=mix
Andreas Gampe74fa8882018-02-27 20:33:09 -080045Invoke public abstract void Trace.getTrace()
Hiroshi Yamauchi75d50532015-12-04 16:18:49 -080046$PROXY_CLASS_NAME0$.getTrace null:-1
Andreas Gampe74fa8882018-02-27 20:33:09 -080047Invoke public int java.lang.Object.hashCode()
48Invoke public boolean java.lang.Object.equals(java.lang.Object)
49Invoke public java.lang.String java.lang.Object.toString()
jeffhao5d1ac922011-09-29 17:41:15 -070050Invoke public abstract void Shapes.upChuck()
51 (no args)
52Got expected ioobe
53Invoke public abstract void Shapes.upCheck() throws java.lang.InterruptedException
54 (no args)
55Got expected ie
56
Jeff Hao228d6b82013-12-03 15:00:05 -080057Proxy interfaces: [interface Quads, interface Colors, interface Trace]
Andreas Gampe74fa8882018-02-27 20:33:09 -080058Proxy methods: [public final R0a $PROXY_CLASS_NAME0$.checkMe(), public final R0aa $PROXY_CLASS_NAME0$.checkMe(), public final R0base $PROXY_CLASS_NAME0$.checkMe(), public final boolean $PROXY_CLASS_NAME0$.equals(java.lang.Object), public final double $PROXY_CLASS_NAME0$.blue(int), public final int $PROXY_CLASS_NAME0$.green(double), public final int $PROXY_CLASS_NAME0$.hashCode(), public final int $PROXY_CLASS_NAME0$.mauve(java.lang.String), public final int $PROXY_CLASS_NAME0$.rectangle(int,int), public final int $PROXY_CLASS_NAME0$.red(float), public final int $PROXY_CLASS_NAME0$.square(int,int), public final int $PROXY_CLASS_NAME0$.trapezoid(int,double,int), public final java.lang.String $PROXY_CLASS_NAME0$.blob(), public final java.lang.String $PROXY_CLASS_NAME0$.toString(), public final void $PROXY_CLASS_NAME0$.circle(int), public final void $PROXY_CLASS_NAME0$.getTrace(), public final void $PROXY_CLASS_NAME0$.upCheck() throws java.lang.InterruptedException, public final void $PROXY_CLASS_NAME0$.upChuck()]
jeffhao5d1ac922011-09-29 17:41:15 -070059Decl annos: []
Ian Rogers466bb252011-10-14 03:29:56 -070060Param annos (0) : []
Brian Carlstrom4460ea62014-03-12 08:42:34 -070061Modifiers: 17
jeffhao5d1ac922011-09-29 17:41:15 -070062Dupe threw expected exception
63Clash threw expected exception
64Clash2 threw expected exception
65Clash3 threw expected exception
66Clash4 threw expected exception
67Invoke public abstract void InterfaceW1.throwFunky()
68 (no args)
69Got expected UTE
70Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodException,java.io.IOException
71 (no args)
72Got expected IOE
73Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodException,java.io.IOException
74 (no args)
75Got expected IOE
76Invoke public abstract void InterfaceW1.throwException() throws BaseException
77 (no args)
78Got expected UTE
79Invoke public abstract void InterfaceW1.throwBase() throws BaseException
80 (no args)
81Got expected UTE
82Invoke public abstract void InterfaceW1.throwSub() throws BaseException
83 (no args)
84Got expected exception
85Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException
86 (no args)
87Got expected exception
88Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubException
89 (no args)
90Got expected exception
Andreas Gampe74fa8882018-02-27 20:33:09 -080091Proxy methods: [public final boolean $PROXY_CLASS_NAME1$.equals(java.lang.Object), public final int $PROXY_CLASS_NAME1$.hashCode(), public final java.lang.Object $PROXY_CLASS_NAME1$.foo(), public final java.lang.String $PROXY_CLASS_NAME1$.foo(), public final java.lang.String $PROXY_CLASS_NAME1$.toString()]
Ian Rogers530f71c2013-02-22 23:29:00 -080092Invocation of public abstract java.lang.String NarrowingTest$I2.foo()
93Invoking foo using I2 type: hello
Alex Lightc0af2342017-02-13 17:10:25 -080094Invocation of public default java.lang.Object NarrowingTest$I2.foo()
Ian Rogers530f71c2013-02-22 23:29:00 -080095Invoking foo using I1 type: 1
96Invocation of public abstract java.lang.String NarrowingTest$I2.foo()
97Got expected exception
98Proxy narrowed invocation return type passed
Andreas Gampe96849ce2014-06-02 11:23:43 -0700995.8
Mathieu Chartier598302a2015-09-23 14:52:39 -0700100JNI_OnLoad called
Andreas Gampee8067322015-09-08 17:42:59 -0700101callback
Alex Light52c9da02016-05-09 15:31:18 -0700102Found constructor.
103Found constructors with 0 exceptions
Andreas Gampeee29a072017-11-02 15:28:09 -0700104Received OOME