On Fri, 2 May 2025 17:39:08 GMT, Justin Lu <j...@openjdk.org> wrote:

>> Please review this PR which reduces the amount of combinations tested by 
>> `LocaleNameProviderTest`.
>> 
>> This test was exhaustively testing over 1000x1000 `Locale` combinations 
>> which was expensive and caused a timeout in tier 5. Narrowing down the 
>> tested locales to Japanese language ones can reduce our tested input to 9x9 
>> and provides most of the same value the test previously did. (Since our SPI 
>> provider has defined preferred Japanese Locale name values.) This change 
>> also refactors the test to use JUnit. The test now runs around ~20 times 
>> faster.
>> 
>> Most of the diff is attributed to separating the method source from the test 
>> itself. But notice the filtering of `Locale`s done on `availloc` and 
>> `jreImplLoc`.
>
> Justin Lu has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Naoto review - update comment, isEmpty()

LGTM. Thanks for simplifying the test

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

Marked as reviewed by naoto (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25009#pullrequestreview-2812676717

Reply via email to