Regression tests compiled with -Xlint:all,-path
Archie Cobbs
archie.cobbs at gmail.com
Wed Nov 6 21:40:54 UTC 2024
Question for the list...
I've noticed that several compiler regression tests are compiled with
-Xlint:all,-path or Xlint:-path.
I'm wondering what the suppression of path is for. When I remove the -path
part, the tests still pass.
Does anyone know why those tests are compiled with path suppressed? Is it
some Windows thing?
Examples:
test/langtools/tools/javac/6304921/T6304921.java
test/langtools/tools/javac/T5048776.java
test/langtools/tools/javac/T6245591.java
test/langtools/tools/javac/T6247324.java
test/langtools/tools/javac/processing/TestWarnErrorCount.java
test/langtools/tools/javac/warnings/DivZero.java
test/langtools/tools/javac/warnings/FallThrough.java
test/langtools/tools/javac/warnings/Unchecked.java
Thanks,
-Archie
--
Archie L. Cobbs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/compiler-dev/attachments/20241106/131bb03d/attachment-0001.htm>
More information about the compiler-dev
mailing list