[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: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/master@{#73304}
This commit is contained in:
parent
a2f3a09762
commit
a192820e4f
2
DEPS
2
DEPS
@ -212,7 +212,7 @@ deps = {
|
||||
'test/mozilla/data':
|
||||
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
|
||||
'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':
|
||||
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '278bcfaed0dcaa13936831fb1769d15e7c1e3b2b',
|
||||
'third_party/qemu-linux-x64': {
|
||||
|
@ -580,15 +580,20 @@
|
||||
'built-ins/String/prototype/at/*': [FAIL],
|
||||
'built-ins/TypedArray/prototype/at/*': [FAIL],
|
||||
|
||||
# Temporarily disabled until upstream tests are changed to use /d
|
||||
'built-ins/RegExp/match-indices/*': [FAIL],
|
||||
# http://crbug/v8/11529
|
||||
'built-ins/Array/prototype/sort/call-with-primitive': [FAIL],
|
||||
|
||||
# http://crbug/v8/11466
|
||||
# https://github.com/tc39/test262/issues/2950
|
||||
'intl402/Segmenter/constructor/constructor/options-toobject': [FAIL],
|
||||
'intl402/Segmenter/constructor/constructor/options-toobject-prototype': [FAIL],
|
||||
'intl402/ListFormat/constructor/constructor/options-toobject': [FAIL],
|
||||
'intl402/ListFormat/constructor/constructor/options-toobject-prototype': [FAIL],
|
||||
# http://crbug/v8/11530
|
||||
'built-ins/Function/internals/Call/class-ctor-realm': [FAIL],
|
||||
|
||||
# http://crbug/v8/11531
|
||||
'built-ins/RegExp/prototype/flags/get-order': [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 ###########################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user