< prev index next >

test/hotspot/jtreg/runtime/ErrorHandling/TimeoutInErrorHandlingTest.java

Print this page

        

*** 93,103 **** System.err.println("<end cmd output>"); } // we should have crashed with a SIGSEGV output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*"); ! output_detail.shouldMatch("# +(?:SIGSEGV|EXCEPTION_ACCESS_VIOLATION).*"); // VM should have been aborted by WatcherThread output_detail.shouldMatch(".*timer expired, abort.*"); // extract hs-err file --- 93,103 ---- System.err.println("<end cmd output>"); } // we should have crashed with a SIGSEGV output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*"); ! output_detail.shouldMatch("# +(?:SIGSEGV|SIGBUS|EXCEPTION_ACCESS_VIOLATION).*"); // VM should have been aborted by WatcherThread output_detail.shouldMatch(".*timer expired, abort.*"); // extract hs-err file
< prev index next >