[test262] test262 roll

Bug: v8:7834
Change-Id: Id8018c01e757741aad9ecbdf331bfb1a4b050d81
Reviewed-on: https://chromium-review.googlesource.com/c/1379570
Commit-Queue: Frank Tang <ftang@chromium.org>
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58296}
This commit is contained in:
Frank Tang 2018-12-17 13:04:26 -08:00 committed by Commit Bot
parent cef09fef63
commit 57d4b8e619
2 changed files with 23 additions and 7 deletions

2
DEPS
View File

@ -60,7 +60,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' + '@' + 'b2597d060d034ade9325b6a5aa0febf37a37d240',
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'bf6b753dd7d5fb8983e620e3009588a80103a660',
'v8/test/test262/harness':
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '0f2acdd882c84cff43b9d60df7574a1901e2cdcd',
'v8/third_party/qemu-linux-x64': {

View File

@ -669,8 +669,28 @@
'intl402/Segmenter/prototype/segment/segment-sentence': [FAIL],
'intl402/Segmenter/prototype/segment/segment-word': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=8021
'built-ins/Object/fromEntries/requires-argument': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=8588
'intl402/Segmenter/iterator/position': [FAIL],
'intl402/Segmenter/iterator/prototype': [FAIL],
'intl402/Segmenter/prototype/segment/segment-grapheme': [FAIL],
'intl402/Segmenter/prototype/segment/segment-grapheme-following': [FAIL],
'intl402/Segmenter/prototype/segment/segment-grapheme-iterable': [FAIL],
'intl402/Segmenter/prototype/segment/segment-grapheme-next': [FAIL],
'intl402/Segmenter/prototype/segment/segment-grapheme-preceding': [FAIL],
'intl402/Segmenter/prototype/segment/segment-line-following': [FAIL],
'intl402/Segmenter/prototype/segment/segment-line-iterable': [FAIL],
'intl402/Segmenter/prototype/segment/segment-line-next': [FAIL],
'intl402/Segmenter/prototype/segment/segment-line-preceding': [FAIL],
'intl402/Segmenter/prototype/segment/segment-sentence-following': [FAIL],
'intl402/Segmenter/prototype/segment/segment-sentence-iterable': [FAIL],
'intl402/Segmenter/prototype/segment/segment-sentence-next': [FAIL],
'intl402/Segmenter/prototype/segment/segment-sentence-preceding': [FAIL],
'intl402/Segmenter/prototype/segment/segment-tostring': [FAIL],
'intl402/Segmenter/prototype/segment/segment-word-following': [FAIL],
'intl402/Segmenter/prototype/segment/segment-word-iterable': [FAIL],
'intl402/Segmenter/prototype/segment/segment-word-next': [FAIL],
'intl402/Segmenter/prototype/segment/segment-word-preceding': [FAIL],
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
@ -731,10 +751,6 @@
'harness/detachArrayBuffer': [SKIP],
'harness/detachArrayBuffer-host-detachArrayBuffer': [SKIP],
# Test needs to be updated to spec changes.
# https://github.com/tc39/test262/pull/1990
'built-ins/String/prototype/matchAll/regexp-prototype-has-no-matchAll': [FAIL],
############################ SKIPPED TESTS #############################
# These tests take a looong time to run.