Changeset 269719 in webkit


Ignore:
Timestamp:
Nov 11, 2020 11:57:42 PM (4 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, rebaseline test262's config.yaml

test262 bot is using Catalina, it should use Big Sur. filed in [1].

[1]: https://bugs.webkit.org/show_bug.cgi?id=218844

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

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r269707 r269719  
     12020-11-11  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, rebaseline test262's config.yaml
     4
     5        test262 bot is using Catalina, it should use Big Sur. filed in [1].
     6
     7        [1]: https://bugs.webkit.org/show_bug.cgi?id=218844
     8
     9        * test262/config.yaml:
     10        * test262/expectations.yaml:
     11
    1122020-11-11  Yusuke Suzuki  <ysuzuki@apple.com>
    213
  • trunk/JSTests/test262/config.yaml

    r269706 r269719  
    3434    # remove once it's no longer in test262
    3535    - String.prototype.item
     36
     37    # test262 bot is using Catalina's ICU 64, upgrading to Big Sur is required
     38    # https://bugs.webkit.org/show_bug.cgi?id=218844
     39    - test/intl402/DateTimeFormat/prototype/formatRangeToParts
    3640  paths:
    3741    - test/built-ins/DataView/prototype/getBigInt64
  • trunk/JSTests/test262/expectations.yaml

    r269706 r269719  
    956956  default: 'Test262Error: no fractionalSecondDigits Expected SameValue(«02:03 – 02:13», «02:03 – 02:13») to be true'
    957957  strict mode: 'Test262Error: no fractionalSecondDigits Expected SameValue(«02:03 – 02:13», «02:03 – 02:13») to be true'
    958 test/intl402/DateTimeFormat/prototype/formatRangeToParts/en-US.js:
    959   default: 'Test262Error: value for entry 5 Expected SameValue(« – », « – ») to be true'
    960   strict mode: 'Test262Error: value for entry 5 Expected SameValue(« – », « – ») to be true'
    961 test/intl402/DateTimeFormat/prototype/formatRangeToParts/fractionalSecondDigits.js:
    962   default: 'Test262Error: value for entry 3 Expected SameValue(« – », « – ») to be true'
    963   strict mode: 'Test262Error: value for entry 3 Expected SameValue(« – », « – ») to be true'
    964958test/intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js:
    965959  default: 'Test262Error: Expected SameValue(«h24», «h23») to be true'
Note: See TracChangeset for help on using the changeset viewer.