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

123

/art/test/920-objects/
H A Dobjects.cc36 char* err; local
37 jvmti_env->GetErrorName(result, &err);
38 printf("Failure running GetObjectSize: %s\n", err);
39 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
52 char* err; local
53 jvmti_env->GetErrorName(result, &err);
54 printf("Failure running GetObjectHashCode: %s\n", err);
55 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
/art/test/918-fields/
H A Dfields.cc41 char* err; local
42 jvmti_env->GetErrorName(result, &err);
43 printf("Failure running GetFieldName: %s\n", err);
44 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
73 char* err; local
74 jvmti_env->GetErrorName(result2, &err);
75 printf("Failure running GetFieldName(null, null, null): %s\n", err);
76 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
90 char* err; local
91 jvmti_env->GetErrorName(result, &err);
107 char* err; local
124 char* err; local
[all...]
/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/909-attach-agent/src/
H A DMain.java22 System.err.println("Hello, world!");
33 System.err.println("Goodbye!");
/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");
40 System.err.println("ERROR: call 3 not expected to succeed");
51 System.err.println("ERROR: call 4 not expected to succeed");
59 System.err.println("ERROR: call 5 not expected to succeed");
/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/068-classloader/src/
H A DMain.java156 System.err.println("loadClass failed");
165 System.err.println("ERROR: Inaccessible1 was accessible");
167 System.err.println("newInstance failed: " + ie);
185 System.err.println("ERROR: Inaccessible2 was accessible: " + altClass);
191 System.err.println("Got unexpected CNFE/IAE #2");
205 System.err.println("ERROR: Inaccessible3 was accessible: " + altClass);
211 System.err.println("Got unexpected CNFE/IAE #3");
230 System.err.println("loadClass failed: " + cnfe);
238 System.err.println("newInstance failed: " + ie);
241 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/907-get-loaded-classes/
H A Dget_loaded_classes.cc48 char* err; local
49 jvmti_env->GetErrorName(result, &err);
50 printf("Failure running GetLoadedClasses: %s\n", err);
51 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
/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/617-clinit-oome/src/
H A DMain.java40 System.err.println(e);
/art/test/953-invoke-polymorphic-compiler/src/
H A DMain.java73 System.err.println("fail");
78 System.err.println("fail: " + message);
84 System.err.println("Running Main.Min2Print2(" + Arrays.toString(values) + ")");
90 System.err.println("Running Main.Min2Print3(" + Arrays.toString(values) + ")");
96 System.err.println("Running Main.Min2Print6(" + Arrays.toString(values) + ")");
109 System.err.println("Running Main.Min2Print26(" + Arrays.toString(values) + ")");
179 System.err.println("BasicTest done.");
251 System.err.println("$opt$ReturnBooleanTest done.");
260 System.err.println("$opt$ReturnCharTest done.");
269 System.err
[all...]

Completed in 843 milliseconds

123