Searched refs:err (Results 1 - 25 of 45) sorted by relevance

12

/art/test/065-mismatched-implements/src/
H A DMain.java24 System.err.println("Succeeded unexpectedly");
/art/test/066-mismatched-super/src/
H A DMain.java24 System.err.println("Succeeded unexpectedly");
/art/test/095-switch-MAX_INT/src/
H A DMain.java5 System.err.println("good");
/art/test/042-new-instance/src/
H A DMain.java40 System.err.println("LocalClass failed");
48 System.err.println("ERROR: PackageAccess succeeded unexpectedly");
52 System.err.println("Got unexpected PackageAccess failure");
60 System.err.println("ERROR: MaybeAbstract succeeded unexpectedly");
64 System.err.println("Got unexpected MaybeAbstract failure");
76 System.err.println("Cons LocalClass succeeded unexpectedly");
80 System.err.println("Cons LocalClass failed strangely");
91 System.err.println("Cons LocalClass2 failed");
102 System.err.println("Cons InnerClass failed");
113 System.err
[all...]
/art/test/077-method-override/src/
H A DMain.java40 System.err.println("Got NSME - ovws");
41 nsme.printStackTrace(System.err);
49 System.err.println("Got NSME - oswv");
50 nsme.printStackTrace(System.err);
/art/test/024-illegal-access/src/
H A DMain.java21 System.err.println("ERROR: call 1 not expected to succeed");
32 System.err.println("ERROR: call 2 not expected to succeed");
/art/test/068-classloader/src/
H A DMain.java132 System.err.println("loadClass failed");
141 System.err.println("ERROR: Inaccessible1 was accessible");
143 System.err.println("newInstance failed: " + ie);
161 System.err.println("ERROR: Inaccessible2 was accessible: " + altClass);
167 System.err.println("Got unexpected CNFE/IAE #2");
181 System.err.println("ERROR: Inaccessible3 was accessible: " + altClass);
187 System.err.println("Got unexpected CNFE/IAE #3");
206 System.err.println("loadClass failed: " + cnfe);
214 System.err.println("newInstance failed: " + ie);
217 System.err
[all...]
/art/test/075-verification-error/src/
H A DMain.java39 System.err.println("ERROR: MaybeAbstract succeeded unexpectedly");
44 System.err.println("Got unexpected MaybeAbstract failure");
91 System.err.println("ERROR: bad access succeeded (ifield)");
99 System.err.println("ERROR: bad access succeeded (sfield)");
107 System.err.println("ERROR: bad access succeeded (method)");
115 System.err.println("ERROR: bad access succeeded (smethod)");
124 System.err.println("ERROR: bad meth-class access succeeded (meth-class)");
133 System.err.println("ERROR: bad field-class access succeeded (field-class)");
142 System.err.println("ERROR: bad access succeeded (meth-meth)");
/art/test/032-concrete-sub/src/
H A DMain.java29 System.err.println("Succeeded unexpectedly");
/art/test/044-proxy/src/
H A DWrappedThrow.java46 System.err.println("No exception thrown");
50 System.err.println("Got unexpected exception: " + t);
55 System.err.println("No exception thrown");
59 System.err.println("Got unexpected exception: " + t);
64 System.err.println("No exception thrown");
68 System.err.println("Got unexpected exception: " + t);
76 System.err.println("No exception thrown");
80 System.err.println("Got unexpected exception: " + t);
85 System.err.println("No exception thrown");
89 System.err
[all...]
H A DClash.java35 System.err.println("Dupe did not throw expected exception");
44 System.err.println("Clash did not throw expected exception");
/art/test/050-sync-test/src/
H A DThreadDeathHandler.java30 System.err.println("Uncaught exception " + mMyMessage + "!");
/art/test/054-uncaught/src/
H A DThreadDeathHandler.java30 System.err.println("Uncaught exception " + mMyMessage + "!");
/art/test/073-mismatched-field/src/
H A DMain.java26 System.err.println("Succeeded unexpectedly");
/art/test/301-abstract-protected/src/
H A DMain.java19 System.err.println(new C().m());
/art/test/084-class-init/src/
H A DMain.java27 System.err.println("didn't throw!");
47 System.err.println("sleep interrupted");
54 System.err.println("Construction of PartialInit succeeded unexpectedly");
61 System.err.println("Load of FIELD0 succeeded unexpectedly");
67 System.err.println("Load of FIELD1 succeeded unexpectedly");
74 System.err.println("Load of FIELD succeeded unexpectedly");
95 System.err.println(ie);
/art/test/059-finalizer-throw/src/
H A DMain.java49 System.err.println(ie);
57 System.err.println(ie);
/art/test/069-field-type/src/
H A DMain.java22 System.err.println("ERROR: did not get expected ICCE");
/art/test/120-hashcode/src/
H A DMain.java33 System.err.println("hash codes dont match: " + hashOrig + " " + hashInflated + " " +
/art/test/086-null-super/src/
H A DMain.java154 System.err.println("ERROR: Inaccessible was accessible");
158 System.err.println("Got expected ITE/NPE");
160 System.err.println("Got unexpected ITE");
/art/test/087-gc-after-link/src/
H A DMain.java163 System.err.println("ERROR: Inaccessible was accessible");
167 System.err.println("Got expected ITE/NPE");
169 System.err.println("Got unexpected ITE");
/art/runtime/
H A Djava_vm_ext_test.cc44 jint err = JNI_GetDefaultJavaVMInitArgs(nullptr); local
45 EXPECT_EQ(JNI_ERR, err);
133 jint err = vm_->DetachCurrentThread(); local
134 EXPECT_EQ(JNI_ERR, err);
/art/test/101-fibonacci/src/
H A DMain.java54 System.err.println(ex);
/art/test/074-gc-thrash/src/
H A DMain.java55 System.err.println(iae);
57 System.err.println(ite);
84 System.err.println("Found VMDebug but not dumpHprofData method");
130 System.err.println("join was interrupted");
141 System.err.println("sleep was interrupted");
217 System.err.println("not even once?");
233 System.err.println("Deep: weak still has " + i);
255 System.err.println("Deep: " + i + " strong=" + strong[i] +
/art/test/088-monitor-verification/src/
H A DMain.java33 System.err.println("nestedThrow(true) did not throw");
43 System.err.println("excessiveNesting did not throw");

Completed in 3690 milliseconds

12