Commit 0bebb1ad authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

Roll test262

https://chromium.googlesource.com/external/github.com/tc39/test262/+log/281eb10..8575a6e
Fix for https://crbug.com/v8/10623 is in
https://chromium-review.googlesource.com/c/v8/v8/+/2291617

Bug: v8:7834
Change-Id: Ia6f6f36b99719ca873702b78ac7aa8284e8ce040
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2295636Reviewed-by: 's avatarMathias Bynens <mathias@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68831}
parent bc784271
......@@ -204,7 +204,7 @@ deps = {
'v8/test/mozilla/data':
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
'v8/test/test262/data':
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '281eb10b2844929a7c0ac04527f5b42ce56509fd',
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '8575a6eb1d2ed3577f33740d05692f0614c460f0',
'v8/test/test262/harness':
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
'v8/third_party/qemu-linux-x64': {
......
......@@ -665,12 +665,8 @@
# https://crbug.com/v8/10688
'language/expressions/optional-chaining/eval-optional-call': [FAIL],
# https://github.com/tc39/test262/pull/2697
'intl402/DateTimeFormat/constructor-options-fractionalSecondDigits-valid': [FAIL],
'intl402/DateTimeFormat/prototype/format/fractionalSecondDigits': [FAIL],
'intl402/DateTimeFormat/prototype/formatRange/fractionalSecondDigits': [FAIL],
'intl402/DateTimeFormat/prototype/formatRangeToParts/fractionalSecondDigits': [FAIL],
'intl402/DateTimeFormat/prototype/formatToParts/fractionalSecondDigits': [FAIL],
# https://crbug.com/v8/10623
'intl402/DisplayNames/options-type-invalid-throws': [FAIL],
######################## NEEDS INVESTIGATION ###########################
......
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