Changeset 269720 in webkit


Ignore:
Timestamp:
Nov 12, 2020 12:21:30 AM (3 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, rebaseline test262's config.yaml part 2

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:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r269719 r269720  
     12020-11-12  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, rebaseline test262's config.yaml part 2
     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
    1112020-11-11  Yusuke Suzuki  <ysuzuki@apple.com>
    212
  • trunk/JSTests/test262/config.yaml

    r269719 r269720  
    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
    4036  paths:
    4137    - test/built-ins/DataView/prototype/getBigInt64
     
    9995    - test/built-ins/Atomics/wait/bigint
    10096    - test/built-ins/Atomics/xor/bigint
     97
     98    # test262 bot is using Catalina's ICU 64, upgrading to Big Sur is required
     99    # https://bugs.webkit.org/show_bug.cgi?id=218844
     100    - test/intl402/DateTimeFormat/prototype/formatRangeToParts
    101101  files:
    102102    # https://bugs.webkit.org/show_bug.cgi?id=190800
Note: See TracChangeset for help on using the changeset viewer.