/art/test/068-classloader/src/ |
D | Main.java | 73 System.err.println("loadClass failed"); in testAccess1() 82 System.err.println("ERROR: Inaccessible1 was accessible"); in testAccess1() 84 System.err.println("newInstance failed: " + ie); in testAccess1() 102 System.err.println("ERROR: Inaccessible2 was accessible: " + altClass); in testAccess2() 108 System.err.println("Got unexpected CNFE/IAE #2"); in testAccess2() 122 System.err.println("ERROR: Inaccessible3 was accessible: " + altClass); in testAccess3() 128 System.err.println("Got unexpected CNFE/IAE #3"); in testAccess3() 147 System.err.println("loadClass failed: " + cnfe); in testExtend() 155 System.err.println("newInstance failed: " + ie); in testExtend() 158 System.err.println("newInstance failed: " + iae); in testExtend() [all …]
|
/art/test/042-new-instance/src/ |
D | Main.java | 40 System.err.println("LocalClass failed"); in testClassNewInstance() 48 System.err.println("ERROR: PackageAccess succeeded unexpectedly"); in testClassNewInstance() 52 System.err.println("Got unexpected PackageAccess failure"); in testClassNewInstance() 60 System.err.println("ERROR: MaybeAbstract succeeded unexpectedly"); in testClassNewInstance() 64 System.err.println("Got unexpected MaybeAbstract failure"); in testClassNewInstance() 76 System.err.println("Cons LocalClass succeeded unexpectedly"); in testConstructorNewInstance() 80 System.err.println("Cons LocalClass failed strangely"); in testConstructorNewInstance() 91 System.err.println("Cons LocalClass2 failed"); in testConstructorNewInstance() 102 System.err.println("Cons InnerClass failed"); in testConstructorNewInstance() 113 System.err.println("Cons StaticInnerClass failed"); in testConstructorNewInstance() [all …]
|
/art/test/044-proxy/src/ |
D | WrappedThrow.java | 46 System.err.println("No exception thrown"); in main() 50 System.err.println("Got unexpected exception: " + t); in main() 55 System.err.println("No exception thrown"); in main() 59 System.err.println("Got unexpected exception: " + t); in main() 64 System.err.println("No exception thrown"); in main() 68 System.err.println("Got unexpected exception: " + t); in main() 76 System.err.println("No exception thrown"); in main() 80 System.err.println("Got unexpected exception: " + t); in main() 85 System.err.println("No exception thrown"); in main() 89 System.err.println("Got unexpected exception: " + t); in main() [all …]
|
D | BasicTest.java | 37 System.err.println("not a proxy class?"); in main() 39 System.err.println("ERROR: Proxy.getInvocationHandler is null"); in main() 113 System.err.println("failed: " + nsme); in createProxy() 115 System.err.println("failed: " + ie); in createProxy() 117 System.err.println("failed: " + ie); in createProxy() 119 System.err.println("failed: " + ite); in createProxy()
|
D | Clash.java | 35 System.err.println("Dupe did not throw expected exception"); in main() 44 System.err.println("Clash did not throw expected exception"); in main()
|
/art/test/075-verification-error/src/ |
D | Main.java | 39 System.err.println("ERROR: MaybeAbstract succeeded unexpectedly"); in testClassNewInstance() 44 System.err.println("Got unexpected MaybeAbstract failure"); in testClassNewInstance() 91 System.err.println("ERROR: bad access succeeded (ifield)"); in testBadAccess() 99 System.err.println("ERROR: bad access succeeded (sfield)"); in testBadAccess() 107 System.err.println("ERROR: bad access succeeded (method)"); in testBadAccess() 115 System.err.println("ERROR: bad access succeeded (smethod)"); in testBadAccess() 124 System.err.println("ERROR: bad meth-class access succeeded (meth-class)"); in testBadAccess() 133 System.err.println("ERROR: bad field-class access succeeded (field-class)"); in testBadAccess() 142 System.err.println("ERROR: bad access succeeded (meth-meth)"); in testBadAccess()
|
/art/test/084-class-init/src/ |
D | Main.java | 27 System.err.println("didn't throw!"); in staticMethodCalledByClinit() 47 System.err.println("sleep interrupted"); in sleep() 54 System.err.println("Construction of PartialInit succeeded unexpectedly"); in checkExceptions() 61 System.err.println("Load of FIELD0 succeeded unexpectedly"); in checkExceptions() 67 System.err.println("Load of FIELD1 succeeded unexpectedly"); in checkExceptions() 74 System.err.println("Load of FIELD succeeded unexpectedly"); in checkExceptions() 95 System.err.println(ie); in checkTiming()
|
/art/test/077-method-override/src/ |
D | Main.java | 40 System.err.println("Got NSME - ovws"); in main() 41 nsme.printStackTrace(System.err); in main() 49 System.err.println("Got NSME - oswv"); in main() 50 nsme.printStackTrace(System.err); in main()
|
/art/runtime/hprof/ |
D | hprof.cc | 227 int err = GuaranteeRecordAppend(1); in AddU1() local 228 if (UNLIKELY(err != 0)) { in AddU1() 229 return err; in AddU1() 270 int err = GuaranteeRecordAppend(numValues); in AddU1List() local 271 if (UNLIKELY(err != 0)) { in AddU1List() 272 return err; in AddU1List() 281 int err = GuaranteeRecordAppend(numValues * 2); in AddU2List() local 282 if (UNLIKELY(err != 0)) { in AddU2List() 283 return err; in AddU2List() 296 int err = GuaranteeRecordAppend(numValues * 4); in AddU4List() local [all …]
|
/art/test/074-gc-thrash/src/ |
D | Main.java | 55 System.err.println(iae); in main() 57 System.err.println(ite); in main() 84 System.err.println("Found VMDebug but not dumpHprofData method"); in getDumpHprofDataMethod() 130 System.err.println("join was interrupted"); in runTests() 141 System.err.println("sleep was interrupted"); in sleep() 213 System.err.println("not even once?"); in run() 224 System.err.println("Deep: " + i + " strong=" + strong[i] + in run() 239 System.err.println("Deep: weak still has " + i); in run()
|
/art/test/024-illegal-access/src/ |
D | Main.java | 21 System.err.println("ERROR: call 1 not expected to succeed"); in main() 32 System.err.println("ERROR: call 2 not expected to succeed"); in main()
|
/art/test/086-null-super/src/ |
D | Main.java | 154 System.err.println("ERROR: Inaccessible was accessible"); in testFailLoadAndGc() 158 System.err.println("Got expected ITE/NPE"); in testFailLoadAndGc() 160 System.err.println("Got unexpected ITE"); in testFailLoadAndGc()
|
/art/test/087-gc-after-link/src/ |
D | Main.java | 163 System.err.println("ERROR: Inaccessible was accessible"); in testFailLoadAndGc() 167 System.err.println("Got expected ITE/NPE"); in testFailLoadAndGc() 169 System.err.println("Got unexpected ITE"); in testFailLoadAndGc()
|
/art/test/059-finalizer-throw/src/ |
D | Main.java | 49 System.err.println(ie); in main() 57 System.err.println(ie); in main()
|
/art/test/064-field-access/src/ |
D | Main.java | 30 System.err.println("Not expected to succeed"); in main() 89 System.err.println("ERROR: call succeeded for field " + field + in getValue() 96 System.err.println("ERROR: call failed unexpectedly: " in getValue() 101 System.err.println("ERROR: incorrect exception: wanted " in getValue() 663 System.err.println("ERROR: call succeeded for field " + field + in getValue() 670 System.err.println("ERROR: call failed unexpectedly: " in getValue() 675 System.err.println("ERROR: incorrect exception: wanted " in getValue() 692 System.err.println("ERROR: call succeeded for method " + method + "', was expecting " + in invoke() 698 System.err.println("ERROR: call failed unexpectedly: " + ex.getClass()); in invoke() 702 System.err.println("ERROR: incorrect exception: wanted " + expectedException.getName() + in invoke()
|
/art/test/088-monitor-verification/src/ |
D | Main.java | 33 System.err.println("nestedThrow(true) did not throw"); in main() 43 System.err.println("excessiveNesting did not throw"); in main()
|
/art/test/070-nio-buffer/src/ |
D | Main.java | 61 System.err.println("ERROR: out-of-bounds put succeeded\n"); in basicShortTest() 69 System.err.println("ERROR: out-of-bounds put succeeded\n"); in basicShortTest() 77 System.err.println("ERROR: out-of-bounds put succeeded\n"); in basicShortTest()
|
/art/test/092-locale/src/ |
D | Main.java | 128 System.err.println("Bad decompose: '" + composed + "' --> '" in testNormalizer() 134 System.err.println("Bad compose: '" + decomposed + "' --> '" in testNormalizer() 156 System.err.println("couldn't get iso3 language"); in testIso3()
|
/art/test/095-switch-MAX_INT/src/ |
D | Main.java | 5 System.err.println("good"); in main()
|
/art/test/066-mismatched-super/src/ |
D | Main.java | 24 System.err.println("Succeeded unexpectedly"); in main()
|
/art/test/065-mismatched-implements/src/ |
D | Main.java | 24 System.err.println("Succeeded unexpectedly"); in main()
|
/art/test/301-abstract-protected/src/ |
D | Main.java | 19 System.err.println(new C().m()); in main()
|
/art/test/073-mismatched-field/src/ |
D | Main.java | 26 System.err.println("Succeeded unexpectedly"); in doit()
|
/art/test/032-concrete-sub/src/ |
D | Main.java | 29 System.err.println("Succeeded unexpectedly"); in main()
|
/art/test/054-uncaught/src/ |
D | ThreadDeathHandler.java | 30 System.err.println("Uncaught exception " + mMyMessage + "!"); in uncaughtException()
|