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

Iris Clark iris at openjdk.org
Tue Oct 18 00:01:02 UTC 2022


On Mon, 17 Oct 2022 23:34:22 GMT, Justin Lu <duke at openjdk.org> wrote:

>> test/jdk/java/util/Formatter/Basic.java line 93:
>> 
>>> 91:                                        + fail + " failure(s), first", first);
>>> 92:         else
>>> 93:             System.out.println("all " + (fail + pass) + " tests passed");
>> 
>> Perhaps use System.out.printf vs println and "fail" should not be needed as all tests passed
>
> Thank you Lance, will take a look at this and the rest of the comments

Careful.  I suspect that "fail" is the number of tests that are expected to fail.

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

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


More information about the i18n-dev mailing list