Title: [263849] trunk/JSTests
Revision
263849
Author
ysuz...@apple.com
Date
2020-07-02 10:17:04 -0700 (Thu, 02 Jul 2020)

Log Message

Unreviewed, mark JSTests/test262/test/intl402/NumberFormat/prototype/format/numbering-systems.js fail since it requires ICU 66
https://bugs.webkit.org/show_bug.cgi?id=213872

This test in test262 requires ICU 66 while Catalina bot is using ICU 64.

* test262/config.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (263848 => 263849)


--- trunk/JSTests/ChangeLog	2020-07-02 16:31:46 UTC (rev 263848)
+++ trunk/JSTests/ChangeLog	2020-07-02 17:17:04 UTC (rev 263849)
@@ -1,5 +1,14 @@
 2020-07-02  Yusuke Suzuki  <ysuz...@apple.com>
 
+        Unreviewed, mark JSTests/test262/test/intl402/NumberFormat/prototype/format/numbering-systems.js fail since it requires ICU 66
+        https://bugs.webkit.org/show_bug.cgi?id=213872
+
+        This test in test262 requires ICU 66 while Catalina bot is using ICU 64.
+
+        * test262/config.yaml:
+
+2020-07-02  Yusuke Suzuki  <ysuz...@apple.com>
+
         [JSC] Configure option-offered numberingSystem in Intl.NumberFormat through locale
         https://bugs.webkit.org/show_bug.cgi?id=213872
 

Modified: trunk/JSTests/test262/config.yaml (263848 => 263849)


--- trunk/JSTests/test262/config.yaml	2020-07-02 16:31:46 UTC (rev 263848)
+++ trunk/JSTests/test262/config.yaml	2020-07-02 17:17:04 UTC (rev 263849)
@@ -128,3 +128,6 @@
     # requires ICU 65 (https://unicode-org.atlassian.net/browse/ICU-20654)
     - test/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js
     - test/intl402/RelativeTimeFormat/prototype/formatToParts/en-us-numeric-auto.js
+
+    # Do not work with ICU 64, and work with ICU 66 or later.
+    - test/intl402/NumberFormat/prototype/format/numbering-systems.js
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to