On Fri, 11 Dec 2020 01:28:59 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> test/jdk/java/util/Locale/LocaleProvidersRun.java line 177: >> >>> 175: >>> 176: //testing 8257964 fix. (macOS/Windows only) >>> 177: testRun("HOST", "bug8257964Test", "", "", ""); >> >> This test runs only if the platform locale is en-GB. Do we know if the test >> system run tests on multiple locales? From the console output unfortunately, >> it's impossible to tell which specific tests were run > > Could be, but it is enough to test one locale to demonstrate platform > settings are used for minimal days in first week. Each test case name can be > found in the command line to the java launcher which is logged in the .jtr > file. Good to know it's shown in the .jtr file. Let's hope a link to the test result (html) will be provided in the future :-) ------------- PR: https://git.openjdk.java.net/jdk/pull/1741