7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434
Reviewed-by: ohair
This commit is contained in:
parent
66b51d0b9f
commit
ae57b6a361
@ -24,7 +24,7 @@
|
||||
/**
|
||||
* @test
|
||||
* @bug 5030233 6214916 6356475 6571029 6684582 6742159 4459600 6758881 6753938
|
||||
* 6894719 6968053 7151314
|
||||
* 6894719 6968053 7151434
|
||||
* @summary Argument parsing validation.
|
||||
* @compile -XDignore.symbol.file Arrrghs.java
|
||||
* @run main Arrrghs
|
||||
@ -238,7 +238,7 @@ public class Arrrghs extends TestHelper {
|
||||
tr.isNotZeroOutput();
|
||||
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
|
||||
tr = doExec(javaCmd, "-jar", "-W");
|
||||
tr.checkNegative();
|
||||
|
Loading…
x
Reference in New Issue
Block a user