We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7523fc + 172bb4f commit fc4d6e6Copy full SHA for fc4d6e6
ci/common.jsonnet
@@ -142,6 +142,11 @@ local common_json = import "../common.json";
142
143
common_catch_files: {
144
catch_files+: [
145
+ # There are additional catch_files-like patterns in buildbot/graal/catcher.py for:
146
+ # * hs_err_pid*.log files
147
+ # * Dumping IGV graphs to (?P<filename>.+(\.gv\.xml|\.bgv))
148
+ # * CFGPrinter: Output to file (?P<filename>.*compilations-.+\.cfg)
149
+ # There are defined there for efficiency reasons.
150
# Keep in sync with jdk.graal.compiler.debug.StandardPathUtilitiesProvider#DIAGNOSTIC_OUTPUT_DIRECTORY_MESSAGE_REGEXP
151
"Graal diagnostic output saved in '(?P<filename>[^']+)'",
152
# Keep in sync with jdk.graal.compiler.debug.DebugContext#DUMP_FILE_MESSAGE_REGEXP
0 commit comments