提交 f68c3ed3 编写于 作者: K ksrini

7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434

Reviewed-by: ohair
上级 c037081d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
/** /**
* @test * @test
* @bug 5030233 6214916 6356475 6571029 6684582 6742159 4459600 6758881 6753938 * @bug 5030233 6214916 6356475 6571029 6684582 6742159 4459600 6758881 6753938
* 6894719 6968053 7151314 * 6894719 6968053 7151434
* @summary Argument parsing validation. * @summary Argument parsing validation.
* @compile -XDignore.symbol.file Arrrghs.java * @compile -XDignore.symbol.file Arrrghs.java
* @run main Arrrghs * @run main Arrrghs
...@@ -238,7 +238,7 @@ public class Arrrghs extends TestHelper { ...@@ -238,7 +238,7 @@ public class Arrrghs extends TestHelper {
tr.isNotZeroOutput(); tr.isNotZeroOutput();
System.out.println(tr); System.out.println(tr);
// 7151314, test for non-negative exit value for an incorrectly formed // 7151434, test for non-negative exit value for an incorrectly formed
// command line, '% java -jar -W', note the bogus -W // command line, '% java -jar -W', note the bogus -W
tr = doExec(javaCmd, "-jar", "-W"); tr = doExec(javaCmd, "-jar", "-W");
tr.checkNegative(); tr.checkNegative();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册