<i18n dev> RFR: 8295239: Refactor java/util/Formatter/Basic script into a Java native test launcher [v2]

Lance Andersen lancea at openjdk.org
Tue Oct 18 18:24:58 UTC 2022


On Tue, 18 Oct 2022 17:36:24 GMT, Brent Christian <bchristi at openjdk.org> wrote:

>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use data provider, drop exception
>
> test/jdk/java/util/Formatter/BasicTestLauncher.java line 35:
> 
>> 33:  * @summary Unit tests for formatter
>> 34:  * @library /test/lib
>> 35:  * @compile Basic.java
> 
> For the record, I've not deduced how/why the rest of the .java files in the test get compiled to .class files...

I suspect because the other classes are in the test.src directory they are being compiled which can be verified by Justin looking at the jtr log for the test

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

PR: https://git.openjdk.org/jdk/pull/10715


More information about the i18n-dev mailing list