RFR: 8281705: SourceLauncherTest.testSystemProperty isn't being run

Jaikiran Pai jpai at openjdk.java.net
Mon Feb 21 11:27:55 UTC 2022


On Mon, 14 Feb 2022 06:37:55 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Can I please get a review of this test-only change which fixes the issue noted in https://bugs.openjdk.java.net/browse/JDK-8281705? 
> 
> The change in this commit adds the `@Test` annotation on the test method to make sure it gets run. Before this change, the test run logs showed that `28 tests` were being run and now after this change, the logs report `29 tests` and I can see `testSystemProperty` in the test run logs.

Any reviews for this one, please?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7456


More information about the compiler-dev mailing list