提交 5e99e8d1 编写于 作者: J jiefu

8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with...

8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
Reviewed-by: mchung
上级 de395e9e
......@@ -87,8 +87,8 @@ public class VendorInfoPluginsTest {
"--version");
oa.stderrShouldMatch("^ +java.vendor.url.bug = " + BUG_URL + "$");
oa.stderrShouldMatch("^ +java.vendor.version = " + VERSION + "$");
oa.stdoutShouldMatch("^.*Runtime Environment " + VERSION + " \\(build.*$");
oa.stdoutShouldMatch("^.*Server VM " + VERSION + " \\(build.*$");
oa.stdoutShouldMatch("^.*Runtime Environment " + VERSION + " \\(.*build.*$");
oa.stdoutShouldMatch("^.*VM " + VERSION + " \\(.*build.*$");
// VM error log
oa = ProcessTools.executeProcess(launcher,
......@@ -97,7 +97,7 @@ public class VendorInfoPluginsTest {
"VendorInfoPluginsTest$Crasher");
oa.stdoutShouldMatch("^# +" + VM_BUG_URL + "$");
oa.stdoutShouldMatch("^.*Runtime Environment " + VERSION + " \\(.*$");
oa.stdoutShouldMatch("^.*Server VM " + VERSION + " \\(.*$");
oa.stdoutShouldMatch("^.*VM " + VERSION + " \\(.*$");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册