7024212: TestWarnErrorCount fails
Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures
Reviewed-by: jjg
--- a/langtools/test/tools/javac/processing/TestWarnErrorCount.java Thu Mar 03 17:34:58 2011 +0000
+++ b/langtools/test/tools/javac/processing/TestWarnErrorCount.java Thu Mar 03 18:05:52 2011 +0000
@@ -161,7 +161,7 @@
"-d", testDir.getPath(),
"-processor", myName,
// "-XprintRounds",
- "-Xlint",
+ "-Xlint:all,-path",
"-AerrKind=" + ek,
"-AmsgrWarnKind=" + mwk,
"-AjavaWarnKind=" + jwk));