test/jdk/java/util/Locale/LocaleProvidersRun.java
changeset 59043 1a79b4bfc85a
parent 58972 dc998d4a227e
equal deleted inserted replaced
59042:8910b995a2ee 59043:1a79b4bfc85a
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 8008577
    26  * @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 8008577
    27  *      8010666 8013086 8013233 8013903 8015960 8028771 8054482 8062006
    27  *      8010666 8013086 8013233 8013903 8015960 8028771 8054482 8062006
    28  *      8150432 8215913 8220227 8228465 8232871
    28  *      8150432 8215913 8220227 8228465 8232871 8232860
    29  * @summary tests for "java.locale.providers" system property
    29  * @summary tests for "java.locale.providers" system property
    30  * @library /test/lib
    30  * @library /test/lib
    31  * @build LocaleProviders
    31  * @build LocaleProviders
    32  *        providersrc.spi.src.tznp
    32  *        providersrc.spi.src.tznp
    33  *        providersrc.spi.src.tznp8013086
    33  *        providersrc.spi.src.tznp8013086
   157         //testing 8228465 fix. (Windows only)
   157         //testing 8228465 fix. (Windows only)
   158         testRun("HOST", "bug8228465Test", "", "", "");
   158         testRun("HOST", "bug8228465Test", "", "", "");
   159 
   159 
   160         //testing 8232871 fix. (macOS only)
   160         //testing 8232871 fix. (macOS only)
   161         testRun("HOST", "bug8232871Test", "", "", "");
   161         testRun("HOST", "bug8232871Test", "", "", "");
       
   162 
       
   163         //testing 8232860 fix. (macOS/Windows only)
       
   164         testRun("HOST", "bug8232860Test", "", "", "");
   162     }
   165     }
   163 
   166 
   164     private static void testRun(String prefList, String methodName,
   167     private static void testRun(String prefList, String methodName,
   165             String param1, String param2, String param3) throws Throwable{
   168             String param1, String param2, String param3) throws Throwable{
   166         JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("java");
   169         JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("java");