8261279: sun/util/resources/cldr/TimeZoneNamesTest.java timed out

Reviewed-by: bpb, lancea, joehw
This commit is contained in:
Naoto Sato 2021-02-09 17:09:21 +00:00
parent f395ee0c76
commit becee6435b

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 8181157 8202537 8234347 8236548 * @bug 8181157 8202537 8234347 8236548 8261279
* @modules jdk.localedata * @modules jdk.localedata
* @summary Checks CLDR time zone names are generated correctly at runtime * @summary Checks CLDR time zone names are generated correctly at runtime
* @run testng/othervm -Djava.locale.providers=CLDR TimeZoneNamesTest * @run testng/othervm -Djava.locale.providers=CLDR TimeZoneNamesTest
@ -198,6 +198,7 @@ public class TimeZoneNamesTest {
public void test_getZoneStrings() { public void test_getZoneStrings() {
assertFalse( assertFalse(
Arrays.stream(Locale.getAvailableLocales()) Arrays.stream(Locale.getAvailableLocales())
.limit(30)
.peek(l -> System.out.println("Locale: " + l)) .peek(l -> System.out.println("Locale: " + l))
.map(l -> DateFormatSymbols.getInstance(l).getZoneStrings()) .map(l -> DateFormatSymbols.getInstance(l).getZoneStrings())
.flatMap(zs -> Arrays.stream(zs)) .flatMap(zs -> Arrays.stream(zs))