Commit f5514d8b authored by Stephen McGruer's avatar Stephen McGruer Committed by Commit Bot

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=lpz@chromium.org

Bug: 10904552, 1090484
Change-Id: I67b37d6ad915b28d57a95be88243eed619585b7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229058Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Reviewed-by: default avatarLuke Z <lpz@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774614}
parent bed1fe1d
// META: script=/resources/WebIDLParser.js // META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js // META: script=/resources/idlharness.js
// META: timeout=long
'use strict'; 'use strict';
......
<!DOCTYPE html> <!DOCTYPE html>
<title>Font Loading API IDL tests</title> <title>Font Loading API IDL tests</title>
<meta name="timeout" content="long">
<link rel="help" href="https://drafts.csswg.org/css-font-loading/#fontfacesetloadevent"> <link rel="help" href="https://drafts.csswg.org/css-font-loading/#fontfacesetloadevent">
<script src="/resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<meta charset=utf-8> <meta charset=utf-8>
<title>Encrypted Media Extentions IDL test</title> <title>Encrypted Media Extentions IDL test</title>
<meta name="timeout" content="long">
<link rel="help" href="https://w3c.github.io/encrypted-media/"> <link rel="help" href="https://w3c.github.io/encrypted-media/">
<script src=/resources/testharness.js></script> <script src=/resources/testharness.js></script>
......
// META: script=/resources/WebIDLParser.js // META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js // META: script=/resources/idlharness.js
// META: timeout=long
// https://w3c.github.io/keyboard-lock/ // https://w3c.github.io/keyboard-lock/
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// META: script=/resources/testdriver.js // META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js // META: script=/resources/testdriver-vendor.js
// META: script=resources/picture-in-picture-helpers.js // META: script=resources/picture-in-picture-helpers.js
// META: timeout=long
'use strict'; 'use strict';
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Presentation API IDL tests for Controlling User Agent</title> <title>Presentation API IDL tests for Controlling User Agent</title>
<meta name="timeout" content="long">
<link rel="author" title="Louay Bassbouss" href="http://www.fokus.fraunhofer.de"> <link rel="author" title="Louay Bassbouss" href="http://www.fokus.fraunhofer.de">
<link rel="help" href="http://w3c.github.io/presentation-api/#dfn-controlling-user-agent"> <link rel="help" href="http://w3c.github.io/presentation-api/#dfn-controlling-user-agent">
<script src="/resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
......
...@@ -8,4 +8,4 @@ promise_test(async t => { ...@@ -8,4 +8,4 @@ promise_test(async t => {
{ name: 'system-wake-lock' }, 'granted', false); { name: 'system-wake-lock' }, 'granted', false);
await fetch_tests_from_worker(new Worker('resources/idlharness-worker.js')); await fetch_tests_from_worker(new Worker('resources/idlharness-worker.js'));
}, 'Run idlharness tests in a worker.'); }, 'Run idlharness tests in a worker.');
\ No newline at end of file
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// META: script=/resources/idlharness.js // META: script=/resources/idlharness.js
// META: script=/resources/testdriver.js // META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js // META: script=/resources/testdriver-vendor.js
// META: timeout=long
'use strict'; 'use strict';
...@@ -21,4 +22,4 @@ idl_test( ...@@ -21,4 +22,4 @@ idl_test(
self.sentinel = await navigator.wakeLock.request('system'); self.sentinel = await navigator.wakeLock.request('system');
self.sentinel.release(); self.sentinel.release();
} }
); );
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment