8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows

Reviewed-by: dholmes
This commit is contained in:
Thomas Stuefe 2019-05-21 18:22:54 +02:00
parent 168e5cbf66
commit d1145fa663

View File

@ -66,7 +66,7 @@ public class ErrorHandler {
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