mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-20 04:43:32 +00:00
8309814: [IR Framework] Dump socket output string in which IR encoding was not found
Reviewed-by: rcastanedalo
This commit is contained in:
parent
cf9e6353cc
commit
4bc6bbb23f
@ -103,7 +103,7 @@ public class IREncodingParser {
|
||||
*/
|
||||
private String[] getIREncodingLines(String irEncoding) {
|
||||
Matcher matcher = IR_ENCODING_PATTERN.matcher(irEncoding);
|
||||
TestFramework.check(matcher.find(), "Did not find IR encoding");
|
||||
TestFramework.check(matcher.find(), "Did not find IR encoding in:" + System.lineSeparator() + irEncoding);
|
||||
String lines = matcher.group(1).trim();
|
||||
if (lines.isEmpty()) {
|
||||
// Nothing to IR match.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user