Skip to content

Commit df131db

Browse files
FrankYFTangCommit Bot
authored andcommitted
Roll test262
https://chromium.googlesource.com/external/github.com/tc39/test262/+log/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}
1 parent f2d92ec commit df131db

3 files changed

Lines changed: 39 additions & 13 deletions

File tree

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ deps = {
191191
'v8/test/mozilla/data':
192192
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
193193
'v8/test/test262/data':
194-
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'd49777de27240262fa65c3b49dc014839e6897da',
194+
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '21195de94cfc36eadbde00a825ca7efb3d9c3dde',
195195
'v8/test/test262/harness':
196196
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
197197
'v8/third_party/qemu-linux-x64': {

test/test262/test262.status

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,49 @@
457457
# https://bugs.chromium.org/p/v8/issues/detail?id=7472
458458
'intl402/NumberFormat/currency-digits': [FAIL],
459459

460+
# https://bugs.chromium.org/p/v8/issues/detail?id=8703
461+
'intl402/DisplayNames/ctor-custom-get-prototype-poison-throws': [FAIL],
462+
'intl402/DisplayNames/ctor-custom-prototype': [FAIL],
463+
'intl402/DisplayNames/ctor-default-prototype': [FAIL],
464+
'intl402/DisplayNames/instance-extensible': [FAIL],
465+
'intl402/DisplayNames/length': [FAIL],
466+
'intl402/DisplayNames/locales-length-poison-throws': [FAIL],
467+
'intl402/DisplayNames/locales-length-tolength-throws': [FAIL],
468+
'intl402/DisplayNames/locales-symbol-length': [FAIL],
469+
'intl402/DisplayNames/name': [FAIL],
470+
'intl402/DisplayNames/options-fallback-abrupt-throws': [FAIL],
471+
'intl402/DisplayNames/options-fallback-invalid-throws': [FAIL],
472+
'intl402/DisplayNames/options-fallback-toString-abrupt-throws': [FAIL],
473+
'intl402/DisplayNames/options-fallback-valid': [FAIL],
474+
'intl402/DisplayNames/options-localeMatcher-abrupt-throws': [FAIL],
475+
'intl402/DisplayNames/options-localeMatcher-invalid-throws': [FAIL],
476+
'intl402/DisplayNames/options-localeMatcher-toString-abrupt-throws': [FAIL],
477+
'intl402/DisplayNames/options-localeMatcher-valid': [FAIL],
478+
'intl402/DisplayNames/options-random-properties-unchecked': [FAIL],
479+
'intl402/DisplayNames/options-style-abrupt-throws': [FAIL],
480+
'intl402/DisplayNames/options-style-invalid-throws': [FAIL],
481+
'intl402/DisplayNames/options-style-toString-abrupt-throws': [FAIL],
482+
'intl402/DisplayNames/options-style-valid': [FAIL],
483+
'intl402/DisplayNames/options-type-abrupt-throws': [FAIL],
484+
'intl402/DisplayNames/options-type-invalid-throws': [FAIL],
485+
'intl402/DisplayNames/options-type-toString-abrupt-throws': [FAIL],
486+
'intl402/DisplayNames/options-type-valid': [FAIL],
487+
'intl402/DisplayNames/prop-desc': [FAIL],
488+
'intl402/DisplayNames/proto': [FAIL],
489+
'intl402/DisplayNames/proto-from-ctor-realm': [FAIL],
490+
'intl402/DisplayNames/prototype/prop-desc': [FAIL],
491+
'intl402/DisplayNames/prototype/Symbol.toStringTag': [FAIL],
492+
460493
# https://bugs.chromium.org/p/v8/issues/detail?id=7831
461494
'language/statements/generators/generator-created-after-decl-inst': [FAIL],
462495
'language/expressions/generators/generator-created-after-decl-inst': [FAIL],
463496
'language/expressions/async-generator/generator-created-after-decl-inst': [FAIL],
464497
'language/statements/async-generator/generator-created-after-decl-inst': [FAIL],
465498

499+
# https://bugs.chromium.org/p/v8/issues/detail?id=9875
500+
'language/expressions/coalesce/tco-pos-undefined': [FAIL],
501+
'language/expressions/coalesce/tco-pos-null': [FAIL],
502+
466503
# https://github.com/tc39/test262/issues/2034
467504
'language/expressions/postfix-decrement/arguments': [SKIP],
468505
'language/expressions/postfix-decrement/arguments-nostrict': [SKIP],
@@ -548,21 +585,9 @@
548585
# https://bugs.chromium.org/p/v8/issues/detail?id=9741
549586
'intl402/Locale/constructor-tag': [FAIL],
550587

551-
# https://bugs.chromium.org/p/v8/issues/detail?id=9800
552-
'built-ins/String/prototype/matchAll/flags-undefined-throws': [FAIL],
553-
'built-ins/String/prototype/matchAll/regexp-get-matchAll-throws': [FAIL],
554-
'built-ins/String/prototype/matchAll/regexp-matchAll-is-undefined-or-null': [FAIL],
555-
'built-ins/String/prototype/matchAll/regexp-prototype-matchAll-throws': [FAIL],
556-
'built-ins/String/prototype/matchAll/regexp-matchAll-throws': [FAIL],
557-
'built-ins/String/prototype/matchAll/regexp-prototype-matchAll-invocation': [FAIL],
558-
'built-ins/String/prototype/matchAll/regexp-prototype-get-matchAll-throws': [FAIL],
559-
560588
# https://bugs.chromium.org/p/v8/issues/detail?id=9818
561589
'built-ins/AsyncFunction/proto-from-ctor-realm': [FAIL],
562590

563-
# https://bugs.chromium.org/p/v8/issues/detail?id=9819
564-
'built-ins/Array/prototype/flatMap/array-like-objects-nested': [FAIL],
565-
566591
######################## NEEDS INVESTIGATION ###########################
567592

568593
# https://bugs.chromium.org/p/v8/issues/detail?id=7833

test/test262/testcfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
'regexp-named-groups': '--harmony-regexp-match-indices',
6262
'class-methods-private': '--harmony-private-methods',
6363
'class-static-methods-private': '--harmony-private-methods',
64+
'coalesce-expression': '--harmony-nullish',
6465
}
6566

6667
SKIPPED_FEATURES = set([])

0 commit comments

Comments
 (0)