# HG changeset patch # User stuefe # Date 1558455774 -7200 # Node ID 1b28206dcbcbd536966f01bd6a2f2c54193f32b1 # Parent 30c8a21ce00231db8b398b211b1fc3a3fd81d874 8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows Reviewed-by: dholmes diff -r 30c8a21ce002 -r 1b28206dcbcb 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