Commit 843fc4c5 authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

Roll test262

https: //chromium.googlesource.com/external/github.com/tc39/test262/+log/51666c531..b2e9dff28
Bug: v8:7834
Change-Id: I4bd6d2990318b0e722f784b0996719ad95a30efc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2600445Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71932}
parent 0b94bed7
...@@ -212,7 +212,7 @@ deps = { ...@@ -212,7 +212,7 @@ deps = {
'test/mozilla/data': 'test/mozilla/data':
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be', Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
'test/test262/data': 'test/test262/data':
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '51666c5315ee674d3157544497d933310e2cd6b8', Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'b2e9dff2816cceb5ee84c0c226c50a31d01a7297',
'test/test262/harness': 'test/test262/harness':
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b', Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
'third_party/qemu-linux-x64': { 'third_party/qemu-linux-x64': {
......
...@@ -120,6 +120,8 @@ ...@@ -120,6 +120,8 @@
'built-ins/TypedArray/prototype/fill/coerced-value-detach': [FAIL], 'built-ins/TypedArray/prototype/fill/coerced-value-detach': [FAIL],
'built-ins/TypedArray/prototype/fill/coerced-end-detach': [FAIL], 'built-ins/TypedArray/prototype/fill/coerced-end-detach': [FAIL],
'built-ins/TypedArray/prototype/fill/coerced-start-detach': [FAIL], 'built-ins/TypedArray/prototype/fill/coerced-start-detach': [FAIL],
'built-ins/TypedArray/prototype/includes/detached-buffer-during-fromIndex-returns-true-for-undefined': [FAIL],
'built-ins/TypedArray/prototype/includes/BigInt/detached-buffer-during-fromIndex-returns-true-for-undefined': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=4951 # https://bugs.chromium.org/p/v8/issues/detail?id=4951
'language/expressions/assignment/destructuring/iterator-destructuring-property-reference-target-evaluation-order': [FAIL], 'language/expressions/assignment/destructuring/iterator-destructuring-property-reference-target-evaluation-order': [FAIL],
...@@ -534,15 +536,6 @@ ...@@ -534,15 +536,6 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=9049 # https://bugs.chromium.org/p/v8/issues/detail?id=9049
'language/comments/hashbang/use-strict': [SKIP], 'language/comments/hashbang/use-strict': [SKIP],
# https://github.com/tc39/test262/pull/2903
'intl402/Intl/getCanonicalLocales/canonicalized-tags': [FAIL],
'intl402/Intl/getCanonicalLocales/preferred-variant': [FAIL],
'intl402/Intl/getCanonicalLocales/preferred-grandfathered': [FAIL],
'intl402/Locale/extensions-grandfathered': [FAIL],
# https://github.com/tc39/test262/pull/2904
'intl402/Locale/likely-subtags-grandfathered': [FAIL],
# http://crbug/v8/10447 # http://crbug/v8/10447
'intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true': [FAIL], 'intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true': [FAIL],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment