From 0a8973504851eb9128e186864f73529ce5b6e1bb Mon Sep 17 00:00:00 2001 From: Stephen McGruer Date: Sun, 7 Jun 2020 20:59:38 -0700 Subject: [PATCH] Mark some idlharness.html tests as timeout=long These are symptomatic of crbug.com/1047818, but to stop the pain for sheriffs lets mark them timeout=long for now. TBR=robertma@chromium.org Bug: 1092097, 1092089, 1092082, 1092076, 1091715 Change-Id: I8fbc0d687ea9b5c3e7dbccfdacc879eed3e377e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232884 Reviewed-by: Stephen McGruer Commit-Queue: Stephen McGruer Cr-Commit-Position: refs/heads/master@{#775906} --- badging/idlharness.https.any.js | 1 + battery-status/idlharness.https.window.js | 1 + credential-management/idlharness.https.window.js | 1 + screen-wake-lock/idlharness.https.window.js | 1 + user-timing/idlharness.any.js | 1 + video-rvfc/idlharness.window.js | 1 + webmidi/idlharness.https.window.js | 1 + 7 files changed, 7 insertions(+) diff --git a/badging/idlharness.https.any.js b/badging/idlharness.https.any.js index 65688bb878cb93..3e3ee9e7c4cb43 100644 --- a/badging/idlharness.https.any.js +++ b/badging/idlharness.https.any.js @@ -1,5 +1,6 @@ // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long 'use strict'; diff --git a/battery-status/idlharness.https.window.js b/battery-status/idlharness.https.window.js index b33c82e426c7fe..8113d9e7796387 100644 --- a/battery-status/idlharness.https.window.js +++ b/battery-status/idlharness.https.window.js @@ -1,5 +1,6 @@ // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long // https://w3c.github.io/battery/ diff --git a/credential-management/idlharness.https.window.js b/credential-management/idlharness.https.window.js index 789643e2369fca..26d7c493b04539 100644 --- a/credential-management/idlharness.https.window.js +++ b/credential-management/idlharness.https.window.js @@ -1,5 +1,6 @@ // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long // https://w3c.github.io/webappsec-credential-management/ diff --git a/screen-wake-lock/idlharness.https.window.js b/screen-wake-lock/idlharness.https.window.js index 275454248f5792..b5eaa14efe2bcd 100644 --- a/screen-wake-lock/idlharness.https.window.js +++ b/screen-wake-lock/idlharness.https.window.js @@ -2,6 +2,7 @@ // META: script=/resources/idlharness.js // META: script=/resources/testdriver.js // META: script=/resources/testdriver-vendor.js +// META: timeout=long // https://w3c.github.io/screen-wake-lock/ diff --git a/user-timing/idlharness.any.js b/user-timing/idlharness.any.js index d1cb9b57a78014..511f2d0455b833 100644 --- a/user-timing/idlharness.any.js +++ b/user-timing/idlharness.any.js @@ -1,6 +1,7 @@ // META: global=window,worker // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long // https://w3c.github.io/user-timing/ diff --git a/video-rvfc/idlharness.window.js b/video-rvfc/idlharness.window.js index 71fa6e0a3b9e8b..fa9e4e0988bf67 100644 --- a/video-rvfc/idlharness.window.js +++ b/video-rvfc/idlharness.window.js @@ -1,5 +1,6 @@ // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long 'use strict'; diff --git a/webmidi/idlharness.https.window.js b/webmidi/idlharness.https.window.js index 5fb88073b169cf..5e1043772058c0 100644 --- a/webmidi/idlharness.https.window.js +++ b/webmidi/idlharness.https.window.js @@ -1,5 +1,6 @@ // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long // https://webaudio.github.io/web-midi-api/