RFR: 7904071: JTReg should report stats of test collections [v4]

Daniel Jeliński djelinski at openjdk.org
Wed Sep 3 07:18:59 UTC 2025


On Tue, 2 Sep 2025 16:07:01 GMT, Christian Stein <cstein at openjdk.org> wrote:

>> src/share/classes/com/sun/javatest/regtest/report/RegressionReporter.java line 118:
>> 
>>> 116:                 int sumOfCounts = countTestNG + countJUnit;
>>> 117:                 if (sumOfCounts > 0) {
>>> 118:                     log.println(String.format("Framework-based tests: %,d = %,d TestNG + %,d JUnit",
>> 
>> consider adding Locale.ROOT to String.format; some locales use weird decimal formatting
>
> `1,000` vs `1.000`?

vs. `[۱٬۰۰۰, 1’000, ߁,߀߀߀, ১,০০০, 1 000, 1000, ၁,၀၀၀, 10 00, 1,000, ١٬٠٠٠, ༡,༠༠༠, १,०००, 1 000, 1.000, ᱑,᱐᱐᱐, ๑,๐๐๐]`

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

PR Review Comment: https://git.openjdk.org/jtreg/pull/283#discussion_r2317999472


More information about the jtreg-dev mailing list