Lines Matching refs:err

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()
121 System.err.println("ERROR: Cons PackageAccess succeeded unexpectedly"); in testConstructorNewInstance()
126 System.err.println("Cons got unexpected PackageAccess failure"); in testConstructorNewInstance()
135 System.err.println("ERROR: Cons MaybeAbstract succeeded unexpectedly"); in testConstructorNewInstance()
140 System.err.println("Cons got unexpected MaybeAbstract failure"); in testConstructorNewInstance()
150 System.err.println("ERROR: Cons PackageAccess2 succeeded unexpectedly"); in testConstructorNewInstance()
155 System.err.println("Cons got unexpected PackageAccess2 failure"); in testConstructorNewInstance()
183 System.err.println("Got unexpected LocalClass3 failure"); in main()