8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows
authorstuefe
Tue, 21 May 2019 18:22:54 +0200
changeset 54962 1b28206dcbcb
parent 54961 30c8a21ce002
child 54963 a5f5e680ea32
8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows Reviewed-by: dholmes
test/hotspot/jtreg/runtime/ErrorHandling/ErrorHandler.java
--- a/test/hotspot/jtreg/runtime/ErrorHandling/ErrorHandler.java	Tue May 21 09:53:16 2019 -0400
+++ b/test/hotspot/jtreg/runtime/ErrorHandling/ErrorHandler.java	Tue May 21 18:22:54 2019 +0200
@@ -66,7 +66,7 @@
 
         String[] patterns = {
             "(SIGILL|SIGSEGV|EXCEPTION_ACCESS_VIOLATION).* at pc=",
-            "(SIGBUS|SIGSEGV|SIGILL|EXCEPTION_ACCESS_VIOLATION).* at pc="
+            // -XX:ErrorHandlerTest=13 is too unreliable. It sometimes fails to crash in the expected way.
             // -XX:ErrorHandlerTest=14 is tested by SafeFetchInErrorHandlingTest.java
             // -XX:ErrorHandlerTest=15 is tested by SecondaryErrorTest.java
             // -XX:ErrorHandlerTest=16 is tested by ThreadsListHandleInErrorHandlingTest.java