Roll test262

d49777de..21195de94

21195de Inital commit for Intl.DisplayNames tests (#2404)
4b6efea Add more tests for DateTimeFormat.hourCycle/hour12. (#2385)
146ef7d add features: [Intl.DateTimeFormat-formatRange] (#2403)
98883a5 Use canonical format for the description in the metatags (#2401)
f25ae22 Add cases for matching paren covered logical expressions
f0f4cd6 Improve metadata
c7a158e Add feature
ec41c1a Add tests for Nullish Coalesce Expression
6b66b82 Cleanup compareArray and deepEqual assertions, remove assert._formatValue
4182972 Merge pull request #2396 from leobalter/2381/yaml
59d1af9 [matchAll] pass a global regex (#2399)
2b48ec7 More yaml and whitespace fixes
917e6f7 Yaml consistency


Bug: v8:7834, v8:9875, v8:8703
Change-Id: I03fdce94d524ec0ffc270512fe920acf9b86e781
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1867791
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64387}
This commit is contained in:
Frank Tang 2019-10-17 19:45:52 -07:00 committed by Commit Bot
parent f2d92ec3c5
commit df131dbecc
3 changed files with 39 additions and 13 deletions

2
DEPS
View File

@ -191,7 +191,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' + '@' + 'd49777de27240262fa65c3b49dc014839e6897da',
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '21195de94cfc36eadbde00a825ca7efb3d9c3dde',
'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

@ -457,12 +457,49 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=7472
'intl402/NumberFormat/currency-digits': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=8703
'intl402/DisplayNames/ctor-custom-get-prototype-poison-throws': [FAIL],
'intl402/DisplayNames/ctor-custom-prototype': [FAIL],
'intl402/DisplayNames/ctor-default-prototype': [FAIL],
'intl402/DisplayNames/instance-extensible': [FAIL],
'intl402/DisplayNames/length': [FAIL],
'intl402/DisplayNames/locales-length-poison-throws': [FAIL],
'intl402/DisplayNames/locales-length-tolength-throws': [FAIL],
'intl402/DisplayNames/locales-symbol-length': [FAIL],
'intl402/DisplayNames/name': [FAIL],
'intl402/DisplayNames/options-fallback-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-fallback-invalid-throws': [FAIL],
'intl402/DisplayNames/options-fallback-toString-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-fallback-valid': [FAIL],
'intl402/DisplayNames/options-localeMatcher-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-localeMatcher-invalid-throws': [FAIL],
'intl402/DisplayNames/options-localeMatcher-toString-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-localeMatcher-valid': [FAIL],
'intl402/DisplayNames/options-random-properties-unchecked': [FAIL],
'intl402/DisplayNames/options-style-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-style-invalid-throws': [FAIL],
'intl402/DisplayNames/options-style-toString-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-style-valid': [FAIL],
'intl402/DisplayNames/options-type-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-type-invalid-throws': [FAIL],
'intl402/DisplayNames/options-type-toString-abrupt-throws': [FAIL],
'intl402/DisplayNames/options-type-valid': [FAIL],
'intl402/DisplayNames/prop-desc': [FAIL],
'intl402/DisplayNames/proto': [FAIL],
'intl402/DisplayNames/proto-from-ctor-realm': [FAIL],
'intl402/DisplayNames/prototype/prop-desc': [FAIL],
'intl402/DisplayNames/prototype/Symbol.toStringTag': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=7831
'language/statements/generators/generator-created-after-decl-inst': [FAIL],
'language/expressions/generators/generator-created-after-decl-inst': [FAIL],
'language/expressions/async-generator/generator-created-after-decl-inst': [FAIL],
'language/statements/async-generator/generator-created-after-decl-inst': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=9875
'language/expressions/coalesce/tco-pos-undefined': [FAIL],
'language/expressions/coalesce/tco-pos-null': [FAIL],
# https://github.com/tc39/test262/issues/2034
'language/expressions/postfix-decrement/arguments': [SKIP],
'language/expressions/postfix-decrement/arguments-nostrict': [SKIP],
@ -548,21 +585,9 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=9741
'intl402/Locale/constructor-tag': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=9800
'built-ins/String/prototype/matchAll/flags-undefined-throws': [FAIL],
'built-ins/String/prototype/matchAll/regexp-get-matchAll-throws': [FAIL],
'built-ins/String/prototype/matchAll/regexp-matchAll-is-undefined-or-null': [FAIL],
'built-ins/String/prototype/matchAll/regexp-prototype-matchAll-throws': [FAIL],
'built-ins/String/prototype/matchAll/regexp-matchAll-throws': [FAIL],
'built-ins/String/prototype/matchAll/regexp-prototype-matchAll-invocation': [FAIL],
'built-ins/String/prototype/matchAll/regexp-prototype-get-matchAll-throws': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=9818
'built-ins/AsyncFunction/proto-from-ctor-realm': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=9819
'built-ins/Array/prototype/flatMap/array-like-objects-nested': [FAIL],
######################## NEEDS INVESTIGATION ###########################
# https://bugs.chromium.org/p/v8/issues/detail?id=7833

View File

@ -61,6 +61,7 @@ FEATURE_FLAGS = {
'regexp-named-groups': '--harmony-regexp-match-indices',
'class-methods-private': '--harmony-private-methods',
'class-static-methods-private': '--harmony-private-methods',
'coalesce-expression': '--harmony-nullish',
}
SKIPPED_FEATURES = set([])