# HG changeset patch # User mcimadamore # Date 1299175552 0 # Node ID 8fb48a9ac9ecd0938596cd1785aed81317ae955c # Parent 32565546784b8c90af6feb223810be72bcca0804 7024212: TestWarnErrorCount fails Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures Reviewed-by: jjg diff -r 32565546784b -r 8fb48a9ac9ec test/tools/javac/processing/TestWarnErrorCount.java --- 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));