7024212: TestWarnErrorCount fails

Thu, 03 Mar 2011 18:05:52 +0000

author
mcimadamore
date
Thu, 03 Mar 2011 18:05:52 +0000
changeset 908
8fb48a9ac9ec
parent 907
32565546784b
child 909
7798e3a5ecf5

7024212: TestWarnErrorCount fails
Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures
Reviewed-by: jjg

test/tools/javac/processing/TestWarnErrorCount.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/processing/TestWarnErrorCount.java	Thu Mar 03 17:34:58 2011 +0000
     1.2 +++ b/test/tools/javac/processing/TestWarnErrorCount.java	Thu Mar 03 18:05:52 2011 +0000
     1.3 @@ -161,7 +161,7 @@
     1.4              "-d", testDir.getPath(),
     1.5              "-processor", myName,
     1.6  //            "-XprintRounds",
     1.7 -            "-Xlint",
     1.8 +            "-Xlint:all,-path",
     1.9              "-AerrKind=" + ek,
    1.10              "-AmsgrWarnKind=" + mwk,
    1.11              "-AjavaWarnKind=" + jwk));

mercurial