Ian Rogers | 466bb25 | 2011-10-14 03:29:56 -0700 | [diff] [blame] | 1 | ReturnsAndArgPassing.testProxyReturns RUNNING |
| 2 | ReturnsAndArgPassing.testProxyReturns PASSED |
| 3 | ReturnsAndArgPassing.testProxyArgPassing RUNNING |
| 4 | ReturnsAndArgPassing.testProxyArgPassing PASSED |
jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 5 | Invoke public abstract void Shapes.circle(int) |
| 6 | 0: 3 |
| 7 | --- circle 3 |
| 8 | Success: method circle res=null |
| 9 | Invoke public abstract int Quads.rectangle(int,int) |
| 10 | 0: 10 |
| 11 | 1: 20 |
| 12 | --- rectangle 10,20 |
| 13 | Success: method rectangle res=4 |
| 14 | Invoke public abstract java.lang.String Shapes.blob() |
| 15 | (no args) |
| 16 | --- blob |
| 17 | Success: method blob res=mix |
| 18 | Invoke public abstract int Quads.rectangle(int,int) |
| 19 | 0: 15 |
| 20 | 1: 25 |
| 21 | --- rectangle 15,25 |
| 22 | Success: method rectangle res=4 |
| 23 | Invoke public abstract int Quads.trapezoid(int,double,int) |
| 24 | 0: 6 |
| 25 | 1: 81.18 |
| 26 | 2: 4 |
| 27 | --- trap 6,4,81.18 |
| 28 | Success: method trapezoid res=8 |
| 29 | Invoke public abstract int Colors.red(float) |
| 30 | 0: 1.0 |
| 31 | --- red 1.0 |
| 32 | Success: method red res=0 |
| 33 | Invoke public abstract double Colors.blue(int) |
| 34 | 0: 777 |
| 35 | --- blue 777 |
| 36 | Success: method blue res=2.54 |
| 37 | Invoke public abstract int Colors.mauve(java.lang.String) |
| 38 | 0: sorry |
| 39 | --- mauve sorry |
| 40 | Success: method mauve res=3 |
| 41 | Invoke public abstract java.lang.String Shapes.blob() |
| 42 | (no args) |
| 43 | --- blob |
| 44 | Success: method blob res=mix |
Andreas Gampe | 74fa888 | 2018-02-27 20:33:09 -0800 | [diff] [blame] | 45 | Invoke public abstract void Trace.getTrace() |
Hiroshi Yamauchi | 75d5053 | 2015-12-04 16:18:49 -0800 | [diff] [blame] | 46 | $PROXY_CLASS_NAME0$.getTrace null:-1 |
Andreas Gampe | 74fa888 | 2018-02-27 20:33:09 -0800 | [diff] [blame] | 47 | Invoke public int java.lang.Object.hashCode() |
| 48 | Invoke public boolean java.lang.Object.equals(java.lang.Object) |
| 49 | Invoke public java.lang.String java.lang.Object.toString() |
jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 50 | Invoke public abstract void Shapes.upChuck() |
| 51 | (no args) |
| 52 | Got expected ioobe |
| 53 | Invoke public abstract void Shapes.upCheck() throws java.lang.InterruptedException |
| 54 | (no args) |
| 55 | Got expected ie |
| 56 | |
Jeff Hao | 228d6b8 | 2013-12-03 15:00:05 -0800 | [diff] [blame] | 57 | Proxy interfaces: [interface Quads, interface Colors, interface Trace] |
Andreas Gampe | 74fa888 | 2018-02-27 20:33:09 -0800 | [diff] [blame] | 58 | Proxy 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()] |
jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 59 | Decl annos: [] |
Ian Rogers | 466bb25 | 2011-10-14 03:29:56 -0700 | [diff] [blame] | 60 | Param annos (0) : [] |
Brian Carlstrom | 4460ea6 | 2014-03-12 08:42:34 -0700 | [diff] [blame] | 61 | Modifiers: 17 |
jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 62 | Dupe threw expected exception |
| 63 | Clash threw expected exception |
| 64 | Clash2 threw expected exception |
| 65 | Clash3 threw expected exception |
| 66 | Clash4 threw expected exception |
| 67 | Invoke public abstract void InterfaceW1.throwFunky() |
| 68 | (no args) |
| 69 | Got expected UTE |
| 70 | Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodException,java.io.IOException |
| 71 | (no args) |
| 72 | Got expected IOE |
| 73 | Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodException,java.io.IOException |
| 74 | (no args) |
| 75 | Got expected IOE |
| 76 | Invoke public abstract void InterfaceW1.throwException() throws BaseException |
| 77 | (no args) |
| 78 | Got expected UTE |
| 79 | Invoke public abstract void InterfaceW1.throwBase() throws BaseException |
| 80 | (no args) |
| 81 | Got expected UTE |
| 82 | Invoke public abstract void InterfaceW1.throwSub() throws BaseException |
| 83 | (no args) |
| 84 | Got expected exception |
| 85 | Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException |
| 86 | (no args) |
| 87 | Got expected exception |
| 88 | Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubException |
| 89 | (no args) |
| 90 | Got expected exception |
Andreas Gampe | 74fa888 | 2018-02-27 20:33:09 -0800 | [diff] [blame] | 91 | Proxy 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 Rogers | 530f71c | 2013-02-22 23:29:00 -0800 | [diff] [blame] | 92 | Invocation of public abstract java.lang.String NarrowingTest$I2.foo() |
| 93 | Invoking foo using I2 type: hello |
Alex Light | c0af234 | 2017-02-13 17:10:25 -0800 | [diff] [blame] | 94 | Invocation of public default java.lang.Object NarrowingTest$I2.foo() |
Ian Rogers | 530f71c | 2013-02-22 23:29:00 -0800 | [diff] [blame] | 95 | Invoking foo using I1 type: 1 |
| 96 | Invocation of public abstract java.lang.String NarrowingTest$I2.foo() |
| 97 | Got expected exception |
| 98 | Proxy narrowed invocation return type passed |
Andreas Gampe | 96849ce | 2014-06-02 11:23:43 -0700 | [diff] [blame] | 99 | 5.8 |
Mathieu Chartier | 598302a | 2015-09-23 14:52:39 -0700 | [diff] [blame] | 100 | JNI_OnLoad called |
Andreas Gampe | e806732 | 2015-09-08 17:42:59 -0700 | [diff] [blame] | 101 | callback |
Alex Light | 52c9da0 | 2016-05-09 15:31:18 -0700 | [diff] [blame] | 102 | Found constructor. |
| 103 | Found constructors with 0 exceptions |
Andreas Gampe | ee29a07 | 2017-11-02 15:28:09 -0700 | [diff] [blame] | 104 | Received OOME |