提交 84dd5c50 编写于 作者: A azeller

8234696: tools/jlink/plugins/VendorInfoPluginsTest.java times out

Reviewed-by: mchung, clanger
上级 5e99e8d1
......@@ -83,6 +83,7 @@ public class VendorInfoPluginsTest {
+ (System.getProperty("os.name").startsWith("Windows")
? ".exe" : "")).toString();
var oa = ProcessTools.executeProcess(launcher,
"-Xmx64m",
"-XshowSettings:properties",
"--version");
oa.stderrShouldMatch("^ +java.vendor.url.bug = " + BUG_URL + "$");
......@@ -92,6 +93,8 @@ public class VendorInfoPluginsTest {
// VM error log
oa = ProcessTools.executeProcess(launcher,
"-Xmx64m",
"-XX:-CreateCoredumpOnCrash",
"--class-path",
System.getProperty("test.classes"),
"VendorInfoPluginsTest$Crasher");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册