Roll test262

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/+/2295636
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68831}
This commit is contained in:
Frank Tang 2020-07-13 19:00:11 -07:00 committed by Commit Bot
parent bc78427110
commit 0bebb1ad02
2 changed files with 3 additions and 7 deletions

2
DEPS
View File

@ -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': {

View File

@ -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 ###########################