From 128758142ecb1d992dae4a5cccdf80a981154bb2 Mon Sep 17 00:00:00 2001 From: Yutaka Hirano Date: Mon, 2 Dec 2019 13:31:23 +0000 Subject: [PATCH] Bug 1599675 [wpt PR 20469] - Mark idlharness tests for fetch/xhr as slow, a=testonly Automatic update from web-platform-tests Mark idlharness tests for fetch/xhr as slow They depend on dom/html which is slow. Also remove entries from TestExpectations because they are covered either by - the long timeout introduced here, or - MSAN related expectations (see https://crbug.com/856601) Bug: 1026151, 990900, 856601 Change-Id: I094590d485c318fef5ab4c2e213a621211a6a3a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936444 Commit-Queue: Yutaka Hirano Auto-Submit: Yutaka Hirano Reviewed-by: Hiroki Nakagawa Cr-Commit-Position: refs/heads/master@{#719517} -- wpt-commits: 8321e0c262cfc7e247b0ae01839f5a7095afe59f wpt-pr: 20469 --- testing/web-platform/tests/fetch/api/idlharness.any.js | 1 + testing/web-platform/tests/xhr/idlharness.any.js | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/web-platform/tests/fetch/api/idlharness.any.js b/testing/web-platform/tests/fetch/api/idlharness.any.js index ccd4d2c0b462..7b3c694e16ac 100644 --- a/testing/web-platform/tests/fetch/api/idlharness.any.js +++ b/testing/web-platform/tests/fetch/api/idlharness.any.js @@ -1,6 +1,7 @@ // META: global=window,worker // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long idl_test( ['fetch'], diff --git a/testing/web-platform/tests/xhr/idlharness.any.js b/testing/web-platform/tests/xhr/idlharness.any.js index f36f0ce02967..d45e52e2341b 100644 --- a/testing/web-platform/tests/xhr/idlharness.any.js +++ b/testing/web-platform/tests/xhr/idlharness.any.js @@ -1,6 +1,7 @@ // META: global=sharedworker // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long idl_test( ['xhr'], -- 2.11.4.GIT