Home
last modified time | relevance | path

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

12

/art/test/068-classloader/src/
DMain.java132 System.err.println("loadClass failed"); in testAccess1()
141 System.err.println("ERROR: Inaccessible1 was accessible"); in testAccess1()
143 System.err.println("newInstance failed: " + ie); in testAccess1()
161 System.err.println("ERROR: Inaccessible2 was accessible: " + altClass); in testAccess2()
167 System.err.println("Got unexpected CNFE/IAE #2"); in testAccess2()
181 System.err.println("ERROR: Inaccessible3 was accessible: " + altClass); in testAccess3()
187 System.err.println("Got unexpected CNFE/IAE #3"); in testAccess3()
206 System.err.println("loadClass failed: " + cnfe); in testExtend()
214 System.err.println("newInstance failed: " + ie); in testExtend()
217 System.err.println("newInstance failed: " + iae); in testExtend()
[all …]
/art/test/042-new-instance/src/
DMain.java40 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/
DWrappedThrow.java46 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 …]
DClash.java35 System.err.println("Dupe did not throw expected exception"); in main()
44 System.err.println("Clash did not throw expected exception"); in main()
DBasicTest.java37 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()
/art/test/075-verification-error/src/
DMain.java39 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/
DMain.java27 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/
DMain.java40 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/test/074-gc-thrash/src/
DMain.java55 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()
217 System.err.println("not even once?"); in run()
233 System.err.println("Deep: weak still has " + i); in run()
255 System.err.println("Deep: " + i + " strong=" + strong[i] + in checkStringReferences()
/art/runtime/
Djava_vm_ext_test.cc44 jint err = JNI_GetDefaultJavaVMInitArgs(nullptr); in TEST_F() local
45 EXPECT_EQ(JNI_ERR, err); in TEST_F()
133 jint err = vm_->DetachCurrentThread(); in TEST_F() local
134 EXPECT_EQ(JNI_ERR, err); in TEST_F()
/art/test/024-illegal-access/src/
DMain.java21 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/
DMain.java154 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/
DMain.java163 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/
DMain.java49 System.err.println(ie); in main()
57 System.err.println(ie); in main()
/art/test/064-field-access/src/
DMain.java30 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/802-deoptimization/src/
DDeoptimizationController.java50 exc.printStackTrace(System.err); in startDeoptimization()
61 exc.printStackTrace(System.err); in stopDeoptimization()
/art/test/088-monitor-verification/src/
DMain.java33 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/
DMain.java61 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/
DMain.java128 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/
DMain.java5 System.err.println("good"); in main()
/art/test/065-mismatched-implements/src/
DMain.java24 System.err.println("Succeeded unexpectedly"); in main()
/art/test/066-mismatched-super/src/
DMain.java24 System.err.println("Succeeded unexpectedly"); in main()
/art/test/301-abstract-protected/src/
DMain.java19 System.err.println(new C().m()); in main()
/art/test/073-mismatched-field/src/
DMain.java26 System.err.println("Succeeded unexpectedly"); in doit()
/art/test/032-concrete-sub/src/
DMain.java29 System.err.println("Succeeded unexpectedly"); in main()

12