⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 284886 in webkit


Ignore:
Timestamp:
Oct 26, 2021, 11:57:31 AM (5 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, fix test262 bot failures
https://bugs.webkit.org/show_bug.cgi?id=232005

  • test262/expectations.yaml:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r284851 r284886  
     12021-10-26  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, fix test262 bot failures
     4        https://bugs.webkit.org/show_bug.cgi?id=232005
     5
     6        * test262/expectations.yaml:
     7
    182021-10-25  Yusuke Suzuki  <ysuzuki@apple.com>
    29
  • trunk/JSTests/test262/expectations.yaml

    r284751 r284886  
    11621162  default: 'Test262Error: length Expected SameValue(«5», «11») to be true'
    11631163  strict mode: 'Test262Error: length Expected SameValue(«5», «11») to be true'
     1164test/intl402/DateTimeFormat/prototype/formatRange/en-US.js:
     1165  default: 'Test262Error: Expected SameValue(«1/3/2019 – 1/5/2019», «1/3/2019 – 1/5/2019») to be true'
     1166  strict mode: 'Test262Error: Expected SameValue(«1/3/2019 – 1/5/2019», «1/3/2019 – 1/5/2019») to be true'
     1167test/intl402/DateTimeFormat/prototype/formatRange/fractionalSecondDigits.js:
     1168  default: 'Test262Error: no fractionalSecondDigits Expected SameValue(«02:03 – 02:13», «02:03 – 02:13») to be true'
     1169  strict mode: 'Test262Error: no fractionalSecondDigits Expected SameValue(«02:03 – 02:13», «02:03 – 02:13») to be true'
    11641170test/intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js:
    11651171  default: 'Test262Error: Expected SameValue(«h24», «h23») to be true'
    11661172  strict mode: 'Test262Error: Expected SameValue(«h24», «h23») to be true'
     1173test/intl402/Intl/getCanonicalLocales/non-iana-canon.js:
     1174  default: 'Test262Error: The value of Intl.getCanonicalLocales(tag)[0] equals the value of `canonical` Expected SameValue(«en-US-u-va-posix», «posix») to be true'
     1175  strict mode: 'Test262Error: The value of Intl.getCanonicalLocales(tag)[0] equals the value of `canonical` Expected SameValue(«en-US-u-va-posix», «posix») to be true'
    11671176test/intl402/Intl/getCanonicalLocales/preferred-grandfathered.js:
    1168   default: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true'
    1169   strict mode: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true'
     1177  default: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true'
     1178  strict mode: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true'
    11701179test/intl402/Intl/getCanonicalLocales/transformed-ext-canonical.js:
    11711180  default: 'Test262Error: Expected SameValue(«sl-t-sl-rozaj-biske-1994», «sl-t-sl-1994-biske-rozaj») to be true'
     
    11781187  strict mode: 'Test262Error: Expected SameValue(«und-NO-u-sd-no23», «und-NO-u-sd-no50») to be true'
    11791188test/intl402/Locale/extensions-grandfathered.js:
    1180   default: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-gaulish-u-nu-latn», «fr-Cyrl-FR-u-nu-latn») to be true'
    1181   strict mode: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-gaulish-u-nu-latn», «fr-Cyrl-FR-u-nu-latn») to be true'
    1182 test/intl402/Locale/getters-grandfathered.js:
    1183   default: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true'
    1184   strict mode: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true'
     1189  default: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-u-nu-latn-x-cel-gaulish», «fr-Cyrl-FR-u-nu-latn») to be true'
     1190  strict mode: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-u-nu-latn-x-cel-gaulish», «fr-Cyrl-FR-u-nu-latn») to be true'
    11851191test/intl402/Locale/likely-subtags-grandfathered.js:
    1186   default: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true'
    1187   strict mode: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true'
     1192  default: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true'
     1193  strict mode: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true'
     1194test/intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags.js:
     1195  default: 'Test262Error: "und".minimize() should be "en" Expected SameValue(«en-u-va-posix», «en») to be true'
     1196  strict mode: 'Test262Error: "und".minimize() should be "en" Expected SameValue(«en-u-va-posix», «en») to be true'
    11881197test/intl402/Temporal/PlainTime/prototype/toLocaleString/locales-undefined.js:
    11891198  default: 'TypeError: Temporal.PlainTime.prototype.valueOf must not be called. To compare PlainTime values, use Temporal.PlainTime.compare'
Note: See TracChangeset for help on using the changeset viewer.