7024212: TestWarnErrorCount fails
authormcimadamore
Thu, 03 Mar 2011 18:05:52 +0000
changeset 8629 e9843bacf5f3
parent 8628 9e31f1c01bd4
child 8630 cd9eefe597f6
7024212: TestWarnErrorCount fails Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures Reviewed-by: jjg
langtools/test/tools/javac/processing/TestWarnErrorCount.java
--- 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));