diff --git a/ci/common.jsonnet b/ci/common.jsonnet index 74d4ac1dc9b2..3e196e14d299 100644 --- a/ci/common.jsonnet +++ b/ci/common.jsonnet @@ -142,6 +142,7 @@ local common_json = import "../common.json"; common_catch_files: { catch_files+: [ + "^(?:# )?(?P(?:/|[A-Z]:\\\\)\\S+[/\\\\]hs_err_pid\\d+\\.log)$", # Keep in sync with jdk.graal.compiler.debug.StandardPathUtilitiesProvider#DIAGNOSTIC_OUTPUT_DIRECTORY_MESSAGE_REGEXP "Graal diagnostic output saved in '(?P[^']+)'", # Keep in sync with jdk.graal.compiler.debug.DebugContext#DUMP_FILE_MESSAGE_REGEXP