Lines Matching refs:errorMsg

123             String errorMsg = e.getMessage();  in test_ame1()
124 if (errorMsg == null) { in test_ame1()
126 } else if (!errorMsg.equals(expectedErrorMessageAME1_1)) { in test_ame1()
128 "but got: " + errorMsg); in test_ame1()
144 String errorMsg = e.getMessage(); in test_ame1()
145 if (errorMsg == null) { in test_ame1()
147 } else if (!errorMsg.equals(expectedErrorMessageAME1_2)) { in test_ame1()
150 "but got: " + errorMsg); in test_ame1()
153 System.out.println("Passed with message: " + errorMsg); in test_ame1()
200 String errorMsg = e.getMessage(); in test_ame2()
203 if (errorMsg == null) { in test_ame2()
205 } else if (errorMsg.equals(expectedErrorMessageAME2_Interpreted)) { in test_ame2()
207 } else if (errorMsg.equals(expectedErrorMessageAME2_Compiled)) { in test_ame2()
216 "but got: " + errorMsg); in test_ame2()
244 String errorMsg = e.getMessage(); in test_ame3_1()
247 if (errorMsg == null) { in test_ame3_1()
249 } else if (errorMsg.equals(expectedErrorMessageAME3_1)) { in test_ame3_1()
251 System.out.println("Passed with message: " + errorMsg); in test_ame3_1()
254 "but got: " + errorMsg); in test_ame3_1()
275 String errorMsg = e.getMessage(); in test_ame3_2()
278 if (errorMsg == null) { in test_ame3_2()
280 } else if (errorMsg.equals(expectedErrorMessageAME3_2)) { in test_ame3_2()
282 System.out.println("Passed with message: " + errorMsg); in test_ame3_2()
285 "but got: " + errorMsg); in test_ame3_2()
322 String errorMsg = exc.getMessage(); in test_ame4()
325 if (enableChecks && errorMsg == null) { in test_ame4()
327 } else if (errorMsg.equals(expectedErrorMessageAME4)) { in test_ame4()
329 System.out.println("Passed with message: " + errorMsg); in test_ame4()
332 "but got: " + errorMsg); in test_ame4()
383 String errorMsg = exc.getMessage(); in test_ame5_compiled_vtable_stub()
384 if (enableChecks && errorMsg == null) { in test_ame5_compiled_vtable_stub()
389 !errorMsg.equals(expectedErrorMessageAME5_VtableStub)) { in test_ame5_compiled_vtable_stub()
392 "but got: " + errorMsg); in test_ame5_compiled_vtable_stub()
397 System.out.println("Passed with message: " + errorMsg); in test_ame5_compiled_vtable_stub()
455 String errorMsg = exc.getMessage(); in test_ame6_compiled_itable_stub()
456 if (enableChecks && errorMsg == null) { in test_ame6_compiled_itable_stub()
461 !errorMsg.equals(expectedErrorMessageAME6_ItableStub)) { in test_ame6_compiled_itable_stub()
464 "but got: " + errorMsg); in test_ame6_compiled_itable_stub()
469 System.out.println("Passed with message: " + errorMsg); in test_ame6_compiled_itable_stub()