8234696: tools/jlink/plugins/VendorInfoPluginsTest.java times out
Reviewed-by: mchung, clanger
This commit is contained in:
parent
b31e91cd8d
commit
f67111067e
@ -83,6 +83,7 @@ public class VendorInfoPluginsTest {
|
|||||||
+ (System.getProperty("os.name").startsWith("Windows")
|
+ (System.getProperty("os.name").startsWith("Windows")
|
||||||
? ".exe" : "")).toString();
|
? ".exe" : "")).toString();
|
||||||
var oa = ProcessTools.executeProcess(launcher,
|
var oa = ProcessTools.executeProcess(launcher,
|
||||||
|
"-Xmx64m",
|
||||||
"-XshowSettings:properties",
|
"-XshowSettings:properties",
|
||||||
"--version");
|
"--version");
|
||||||
oa.stderrShouldMatch("^ +java.vendor.url.bug = " + BUG_URL + "$");
|
oa.stderrShouldMatch("^ +java.vendor.url.bug = " + BUG_URL + "$");
|
||||||
@ -92,6 +93,8 @@ public class VendorInfoPluginsTest {
|
|||||||
|
|
||||||
// VM error log
|
// VM error log
|
||||||
oa = ProcessTools.executeProcess(launcher,
|
oa = ProcessTools.executeProcess(launcher,
|
||||||
|
"-Xmx64m",
|
||||||
|
"-XX:-CreateCoredumpOnCrash",
|
||||||
"--class-path",
|
"--class-path",
|
||||||
System.getProperty("test.classes"),
|
System.getProperty("test.classes"),
|
||||||
"VendorInfoPluginsTest$Crasher");
|
"VendorInfoPluginsTest$Crasher");
|
||||||
|
Loading…
Reference in New Issue
Block a user