From 92cc62e5b9dd91235ddbb8f9ab4d806a2408d08f Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Mon, 23 Dec 2019 11:09:27 -0800 Subject: [PATCH] Roll test262 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://chromium.googlesource.com/external/github.com/tc39/test262/+log/3682ddd7..31f1bb5a 31f1bb5 Remove date related types for Intl.DisplayNames (#2448) by Frank Yung-Fong Tang · 61 minutes ago 502cc20 fix delete test, add error tests, fix lint (#2453) by Gus Caplan · 2 days ago 19fd4be Improve Object.prototype.isPrototypeOf coverage (#2446) by Alexey Shvayka · 5 days ago 0ea69c7 feat: regression tests for optional call (#2429) by Benjamin E. Coe · 5 days ago a3370bf FinalizationGroup: Improve tests for cleanupSome/unregister interactions (#2440) by Mathieu Hofman · 5 days ago 0ddce19 Adding tests for Array.prototype.copyWithin (#2443) by Natalie Silvanovich · 5 days ago cadd47a Add test for for-in order (#2432) by Kevin Gibbons · 5 days ago f7ad295 Update tests now that FinalizationGroup.prototype.cleanupSome throws if cleanup is currently in progress. (#2434) by Jon Coppeard · 5 days ago 09380a4 Add test verifying that optional call preserves `this`. (#2436) by Ross Kirsling · 3 weeks ago 5c41447 Remove incorrect tests for AggregateError#toString (#2435) by Leo Balter · 3 weeks ago 65e996b Check the step 29 of InitializeDateTimeFormat (#2427) by Frank Yung-Fong Tang · 3 weeks ago 22978d3 add test for typeof proxy (#2438) by Gus Caplan · 3 weeks ago 8ef20fb Merge pull request #2439 from devsnek/engine262 by Leo Balter · 3 weeks ago df8aa61 add engine262 runner by Gus Caplan · 3 weeks ago 2213d13 Merge pull request #2425 from bcoe/optional-chaining-iteration by Leo Balter · 5 weeks ago 5babea2 chore: added a few more examples based on code review by bcoe · 5 weeks ago 3d0c203 feat(optional-chaining): add tests for IterationStatement by bcoe · 5 weeks ago Bug: v8:7834 Change-Id: Id2eac590b65d2070bbd3da905ce71d30fa5197c7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1980907 Reviewed-by: Shu-yu Guo Commit-Queue: Frank Tang Cr-Commit-Position: refs/heads/master@{#65554} --- DEPS | 2 +- test/test262/test262.status | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index a54212fe3a..ebb60019cb 100644 --- a/DEPS +++ b/DEPS @@ -200,7 +200,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' + '@' + '3682ddd7e377388fe3715593cc1fb41a283cc23d', + Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '31f1bb5a75347351b7b00c2463158932fe0eb6c6', 'v8/test/test262/harness': Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b', 'v8/third_party/qemu-linux-x64': { diff --git a/test/test262/test262.status b/test/test262/test262.status index 4e721eb09f..0b4e223b98 100644 --- a/test/test262/test262.status +++ b/test/test262/test262.status @@ -457,10 +457,6 @@ # https://bugs.chromium.org/p/v8/issues/detail?id=7472 'intl402/NumberFormat/currency-digits': [FAIL], - # https://bugs.chromium.org/p/v8/issues/detail?id=10069 - 'intl402/DisplayNames/options-type-valid': [FAIL], - 'intl402/DisplayNames/prototype/resolvedOptions/option-type': [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], @@ -501,6 +497,7 @@ # These tests require exception handling support which is currently # blocked on landing https://chromium-review.googlesource.com/c/v8/v8/+/1655655 'built-ins/FinalizationGroup/FinalizationGroupCleanupIteratorPrototype/next-job-not-active-throws': [FAIL], + 'built-ins/FinalizationGroup/prototype/cleanupSome/cleanup-throws-in-callback': [FAIL], 'built-ins/FinalizationGroup/prototype/cleanupSome/poisoned-callback-throws': [FAIL], # 'built-ins/FinalizationGroup/prototype/cleanupSome/poisoned-cleanup-callback-throws': [FAIL],