Home | History | Annotate | Download | only in src

Lines Matching full:system

42             System.out.println("Got expected IncompatibleClassChangeError (interface)");
43 if (VERBOSE) System.out.println("--- " + icce);
53 System.out.println("ERROR: MaybeAbstract succeeded unexpectedly");
55 System.out.println("Got expected InstantationError");
56 if (VERBOSE) System.out.println("--- " + ie);
58 System.out.println("Got unexpected MaybeAbstract failure");
71 System.out.println("Got expected NoSuchFieldError");
72 if (VERBOSE) System.out.println("--- " + nsfe);
78 System.out.println("Got expected NoSuchFieldError");
79 if (VERBOSE) System.out.println("--- " + nsfe);
85 System.out.println("Got expected NoSuchMethodError");
86 if (VERBOSE) System.out.println("--- " + nsme);
92 System.out.println("Got expected NoSuchMethodError");
93 if (VERBOSE) System.out.println("--- " + nsme);
105 System.out.println("ERROR: bad access succeeded (ifield)");
107 System.out.println("Got expected IllegalAccessError (ifield)");
108 if (VERBOSE) System.out.println("--- " + iae);
113 System.out.println("ERROR: bad access succeeded (sfield)");
115 System.out.println("Got expected IllegalAccessError (sfield)");
116 if (VERBOSE) System.out.println("--- " + iae);
121 System.out.println("ERROR: bad access succeeded (method)");
123 System.out.println("Got expected IllegalAccessError (method)");
124 if (VERBOSE) System.out.println("--- " + iae);
129 System.out.println("ERROR: bad access succeeded (smethod)");
131 System.out.println("Got expected IllegalAccessError (smethod)");
132 if (VERBOSE) System.out.println("--- " + iae);
138 System.out.println("ERROR: bad meth-class access succeeded (meth-class)");
140 System.out.println("Got expected IllegalAccessError (meth-class)");
141 if (VERBOSE) System.out.println("--- " + iae);
147 System.out.println("ERROR: bad field-class access succeeded (field-class)");
149 System.out.println("Got expected IllegalAccessError (field-class)");
150 if (VERBOSE) System.out.println("--- " + iae);
156 System.out.println("ERROR: bad access succeeded (meth-meth)");
158 System.out.println("Got expected IllegalAccessError (meth-meth)");
159 if (VERBOSE) System.out.println("--- " + iae);