Commit a192820e authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

[test262] Roll test262

https://chromium.googlesource.com/external/github.com/tc39/test262/+log/f6034ebe..311265

Bug: v8:7834
Change-Id: Ib5b92ff8a2b32a2f9c4140c5f70c514e52ab191c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2744442
Commit-Queue: Frank Tang <ftang@chromium.org>
Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73304}
parent a2f3a097
...@@ -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' + '@' + 'f6034ebe9fb92d4d3dea644b9225bdc18b44a7ab', Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '31126581e7290f9233c29cefd93f66c6ac78f1c9',
'test/test262/harness': 'test/test262/harness':
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '278bcfaed0dcaa13936831fb1769d15e7c1e3b2b', Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '278bcfaed0dcaa13936831fb1769d15e7c1e3b2b',
'third_party/qemu-linux-x64': { 'third_party/qemu-linux-x64': {
......
...@@ -580,15 +580,20 @@ ...@@ -580,15 +580,20 @@
'built-ins/String/prototype/at/*': [FAIL], 'built-ins/String/prototype/at/*': [FAIL],
'built-ins/TypedArray/prototype/at/*': [FAIL], 'built-ins/TypedArray/prototype/at/*': [FAIL],
# Temporarily disabled until upstream tests are changed to use /d # http://crbug/v8/11529
'built-ins/RegExp/match-indices/*': [FAIL], 'built-ins/Array/prototype/sort/call-with-primitive': [FAIL],
# http://crbug/v8/11466 # http://crbug/v8/11530
# https://github.com/tc39/test262/issues/2950 'built-ins/Function/internals/Call/class-ctor-realm': [FAIL],
'intl402/Segmenter/constructor/constructor/options-toobject': [FAIL],
'intl402/Segmenter/constructor/constructor/options-toobject-prototype': [FAIL], # http://crbug/v8/11531
'intl402/ListFormat/constructor/constructor/options-toobject': [FAIL], 'built-ins/RegExp/prototype/flags/get-order': [FAIL],
'intl402/ListFormat/constructor/constructor/options-toobject-prototype': [FAIL],
# http://crbug/v8/11532
'language/expressions/object/dstr/object-rest-proxy-gopd-not-called-on-excluded-keys': [FAIL],
# http://crbug/v8/11533
'language/statements/class/subclass/default-constructor-spread-override': [FAIL],
######################## NEEDS INVESTIGATION ########################### ######################## 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