Commit 1814274d authored by Eriko Kurimoto's avatar Eriko Kurimoto Committed by Commit Bot

Worker: Remove TestExpectation 'Timeout' from referrer test

This CL removes TestExpectation 'Timeout' from
dedicated-worker-import-referrer.html.

By checking the recent build, this test takes much less than 90 seconds.
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests%20(with%20patch)&tests=virtual%2Fomt-worker-fetch%2Fexternal%2Fwpt%2Fworkers%2Fmodules%2Fdedicated-worker-import-referrer.html
Therefore, by adding <meta name="timeout" content="long" />, this test
will no longer timeout.

Bug: 979490
Change-Id: Id45a1406a108390e0afd771bc53d91aa95ef60af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071400
Commit-Queue: Eriko Kurimoto <elkurin@google.com>
Reviewed-by: default avatarHiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744219}
parent 5f8592f7
...@@ -6752,10 +6752,6 @@ crbug.com/979593 [ Win ] external/wpt/service-workers/service-worker/registratio ...@@ -6752,10 +6752,6 @@ crbug.com/979593 [ Win ] external/wpt/service-workers/service-worker/registratio
crbug.com/979593 [ Linux ] virtual/omt-worker-fetch/external/wpt/service-workers/service-worker/registration-schedule-job.https.html [ Pass Failure ] crbug.com/979593 [ Linux ] virtual/omt-worker-fetch/external/wpt/service-workers/service-worker/registration-schedule-job.https.html [ Pass Failure ]
crbug.com/979593 [ Win ] virtual/omt-worker-fetch/external/wpt/service-workers/service-worker/registration-schedule-job.https.html [ Pass Failure ] crbug.com/979593 [ Win ] virtual/omt-worker-fetch/external/wpt/service-workers/service-worker/registration-schedule-job.https.html [ Pass Failure ]
# Sheriff 2019-07-03
crbug.com/979490 [ Linux ] virtual/omt-worker-fetch/external/wpt/workers/modules/dedicated-worker-import-referrer.html [ Pass Timeout ]
crbug.com/979490 [ Win ] virtual/omt-worker-fetch/external/wpt/workers/modules/dedicated-worker-import-referrer.html [ Pass Timeout ]
# Sheriff 2019-07-04 # Sheriff 2019-07-04
crbug.com/981267 [ Linux ] http/tests/devtools/persistence/persistence-move-breakpoints-on-reload.js [ Pass Failure ] crbug.com/981267 [ Linux ] http/tests/devtools/persistence/persistence-move-breakpoints-on-reload.js [ Pass Failure ]
crbug.com/981303 [ Mac ] http/tests/media/controls/toggle-class-with-state-source.html [ Pass Timeout ] crbug.com/981303 [ Mac ] http/tests/media/controls/toggle-class-with-state-source.html [ Pass Timeout ]
......
<!DOCTYPE html> <!DOCTYPE html>
<title>DedicatedWorker: Referrer</title> <title>DedicatedWorker: Referrer</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
<script> <script>
......
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