Bug 1318666 - Increase timeout on redirect test, a=testonly

MozReview-Commit-ID: D0WNukSIxgI
This commit is contained in:
James Graham 2016-11-14 15:09:14 +00:00
Родитель 4b4d610c72
Коммит 28ba3da2c7
3 изменённых файлов: 9 добавлений и 21 удалений

Просмотреть файл

@ -39505,6 +39505,13 @@
"url": "/cssom-view/mouseEvent.html"
}
],
"fetch/api/redirect/redirect-count-worker.html": [
{
"path": "fetch/api/redirect/redirect-count-worker.html",
"timeout": "long",
"url": "/fetch/api/redirect/redirect-count-worker.html"
}
],
"fetch/api/redirect/redirect-referrer-worker.html": [
{
"path": "fetch/api/redirect/redirect-referrer-worker.html",

Просмотреть файл

@ -1,20 +0,0 @@
[redirect-count-worker.html]
type: testharness
expected:
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Redirect 308 20 times]
expected:
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Redirect 308 21 times]
expected:
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): NOTRUN
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): NOTRUN

Просмотреть файл

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Fetch in worker: rediraction loop</title>
<meta name="timeout" content="long">
<meta name="author" title="Canon Research France" href="https://www.crf.canon.fr">
<meta name="help" href="https://fetch.spec.whatwg.org/#http-network-or-cache-fetch">
<script src="/resources/testharness.js"></script>
@ -13,4 +14,4 @@
fetch_tests_from_worker(new Worker("redirect-count.js"));
</script>
</body>
</html>
</html>