[Webkit-unassigned] [Bug 196395] REGRESSION(r243512): Change locale of test in intl-datetimeformat.js
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 29 04:20:51 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=196395
--- Comment #2 from Diego Pino <dpino at igalia.com> ---
r243512 modifies Intl.DateTimeFormat to obey 2-digit hour. A test was added to test 2-digit hour in Russian using 12-hour setting as true and false. In the former case, the expected string appends the string 'AM' in Russian. This localized string made GTK-based ports fail since according to Glib the 'am_pm' values in Russian are not localized (https://github.molgen.mpg.de/git-mirror/glibc/blob/master/localedata/locales/ru_RU#L152).
This patch keeps the same test but changes locale to 'en' to prevent the test from failing.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190329/a22f74b1/attachment-0001.html>
More information about the webkit-unassigned
mailing list