mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 15:08:24 +00: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
@ -161,7 +161,7 @@ public class TestWarnErrorCount extends JavacTestingAbstractProcessor {
|
||||
"-d", testDir.getPath(),
|
||||
"-processor", myName,
|
||||
// "-XprintRounds",
|
||||
"-Xlint",
|
||||
"-Xlint:all,-path",
|
||||
"-AerrKind=" + ek,
|
||||
"-AmsgrWarnKind=" + mwk,
|
||||
"-AjavaWarnKind=" + jwk));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user