Title: [283461] trunk/JSTests
Revision
283461
Author
[email protected]
Date
2021-10-02 21:04:30 -0700 (Sat, 02 Oct 2021)

Log Message

[JSC] Update test262 config.yaml since OSS WebKit now uses ICU 64.2 header
https://bugs.webkit.org/show_bug.cgi?id=231121

Reviewed by Mark Lam.

* test262/config.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (283460 => 283461)


--- trunk/JSTests/ChangeLog	2021-10-03 02:13:18 UTC (rev 283460)
+++ trunk/JSTests/ChangeLog	2021-10-03 04:04:30 UTC (rev 283461)
@@ -1,5 +1,14 @@
 2021-10-02  Yusuke Suzuki  <[email protected]>
 
+        [JSC] Update test262 config.yaml since OSS WebKit now uses ICU 64.2 header
+        https://bugs.webkit.org/show_bug.cgi?id=231121
+
+        Reviewed by Mark Lam.
+
+        * test262/config.yaml:
+
+2021-10-02  Yusuke Suzuki  <[email protected]>
+
         [JSC] DateTimeFormat.resolvedOptions shouldn't return an object with other date/time properties if dateStyle or timeStyle are set
         https://bugs.webkit.org/show_bug.cgi?id=231041
 

Modified: trunk/JSTests/test262/config.yaml (283460 => 283461)


--- trunk/JSTests/test262/config.yaml	2021-10-03 02:13:18 UTC (rev 283460)
+++ trunk/JSTests/test262/config.yaml	2021-10-03 04:04:30 UTC (rev 283461)
@@ -91,20 +91,6 @@
     - test/intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true.js
 
     # Failing because we are building WebKit with very old ICU headers
-    - test/intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-tonumber-throws.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/length.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/name.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js
-    - test/intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js
     - test/intl402/ListFormat/constructor/constructor/locales-invalid.js
     - test/intl402/ListFormat/constructor/constructor/locales-valid.js
     - test/intl402/ListFormat/constructor/constructor/newtarget-undefined.js
@@ -187,41 +173,3 @@
     - test/intl402/ListFormat/prototype/resolvedOptions/type.js
     - test/intl402/ListFormat/prototype/toStringTag/toString.js
     - test/intl402/ListFormat/prototype/toStringTag/toStringTag.js
-    - test/intl402/NumberFormat/constructor-compactDisplay-compact.js
-    - test/intl402/NumberFormat/constructor-compactDisplay-no-compact.js
-    - test/intl402/NumberFormat/constructor-notation.js
-    - test/intl402/NumberFormat/constructor-signDisplay.js
-    - test/intl402/NumberFormat/constructor-unit.js
-    - test/intl402/NumberFormat/constructor-unitDisplay.js
-    - test/intl402/NumberFormat/currencyDisplay-unit.js
-    - test/intl402/NumberFormat/prototype/format/engineering-scientific-de-DE.js
-    - test/intl402/NumberFormat/prototype/format/engineering-scientific-en-US.js
-    - test/intl402/NumberFormat/prototype/format/engineering-scientific-ja-JP.js
-    - test/intl402/NumberFormat/prototype/format/engineering-scientific-ko-KR.js
-    - test/intl402/NumberFormat/prototype/format/engineering-scientific-zh-TW.js
-    - test/intl402/NumberFormat/prototype/format/notation-compact-de-DE.js
-    - test/intl402/NumberFormat/prototype/format/notation-compact-en-US.js
-    - test/intl402/NumberFormat/prototype/format/notation-compact-ja-JP.js
-    - test/intl402/NumberFormat/prototype/format/notation-compact-ko-KR.js
-    - test/intl402/NumberFormat/prototype/format/notation-compact-zh-TW.js
-    - test/intl402/NumberFormat/prototype/format/unit-de-DE.js
-    - test/intl402/NumberFormat/prototype/format/unit-en-US.js
-    - test/intl402/NumberFormat/prototype/format/unit-ko-KR.js
-    - test/intl402/NumberFormat/prototype/format/units.js
-    - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-de-DE.js
-    - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-en-US.js
-    - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-ja-JP.js
-    - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-ko-KR.js
-    - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-zh-TW.js
-    - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-de-DE.js
-    - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-en-US.js
-    - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-ja-JP.js
-    - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-ko-KR.js
-    - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-zh-TW.js
-    - test/intl402/NumberFormat/prototype/formatToParts/percent-en-US.js
-    - test/intl402/NumberFormat/prototype/formatToParts/unit-de-DE.js
-    - test/intl402/NumberFormat/prototype/formatToParts/unit-en-US.js
-    - test/intl402/NumberFormat/prototype/formatToParts/unit-ko-KR.js
-    - test/intl402/NumberFormat/prototype/formatToParts/unit.js
-    - test/intl402/NumberFormat/prototype/resolvedOptions/compactDisplay.js
-    - test/intl402/NumberFormat/style-unit.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to