On Mon, 17 Oct 2022 23:34:22 GMT, Justin Lu <d...@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