mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
7024212: TestWarnErrorCount fails
TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures Reviewed-by: jjg
This commit is contained in:
parent
f416cac815
commit
7b3d32182e
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public class TestWarnErrorCount extends JavacTestingAbstractProcessor {
|
||||||
"-d", testDir.getPath(),
|
"-d", testDir.getPath(),
|
||||||
"-processor", myName,
|
"-processor", myName,
|
||||||
// "-XprintRounds",
|
// "-XprintRounds",
|
||||||
"-Xlint",
|
"-Xlint:all,-path",
|
||||||
"-AerrKind=" + ek,
|
"-AerrKind=" + ek,
|
||||||
"-AmsgrWarnKind=" + mwk,
|
"-AmsgrWarnKind=" + mwk,
|
||||||
"-AjavaWarnKind=" + jwk));
|
"-AjavaWarnKind=" + jwk));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue