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`.

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

Commit messages:
 - init

Changes: https://git.openjdk.org/jdk/pull/25009/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25009&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8356040
  Stats: 132 lines in 1 file changed: 63 ins; 48 del; 21 mod
  Patch: https://git.openjdk.org/jdk/pull/25009.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25009/head:pull/25009

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

Reply via email to