changeset 934:8fb48a9ac9ec

7024212: TestWarnErrorCount fails Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures Reviewed-by: jjg
author mcimadamore
date Thu, 03 Mar 2011 18:05:52 +0000
parents 32565546784b
children 7798e3a5ecf5
files test/tools/javac/processing/TestWarnErrorCount.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/tools/javac/processing/TestWarnErrorCount.java	Thu Mar 03 17:34:58 2011 +0000
+++ b/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));