Commit aa91d8cd authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

[COEP] Make WPT testing reporting to have a long timeout.

The reporting API queue reports and send in a batch after a few seconds.
This might be after the WPT test timeout (10s).

This patch switch the timeout to be 'long' for those tests.
TBR=ahemery@chromium.org

Bug: None.
Change-Id: I1cb4ec0f62d43178204e2d1218887ec68000915e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124835Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754514}
parent 42c7e7f0
......@@ -576,10 +576,6 @@ external/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-br
external/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-top-left.html [ Pass Failure ]
external/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-width-height.html [ Pass Failure ]
external/wpt/html/browsers/windows/noreferrer-window-name.html [ Timeout ] # wpt_subtest_failure
external/wpt/html/cross-origin-embedder-policy/cache-storage-reporting-dedicated-worker.https.html [ Timeout ]
external/wpt/html/cross-origin-embedder-policy/cache-storage-reporting-document.https.html [ Timeout ] # wpt_subtest_failure
external/wpt/html/cross-origin-embedder-policy/cache-storage-reporting-service-worker.https.html [ Timeout ] # wpt_subtest_failure
external/wpt/html/cross-origin-embedder-policy/cache-storage-reporting-shared-worker.https.html [ Timeout ] # wpt_subtest_failure
external/wpt/html/cross-origin-embedder-policy/coep-frame-javascript.https.html [ Pass Timeout ] # wpt_subtest_failure
external/wpt/html/cross-origin-embedder-policy/javascript.https.html [ Pass Timeout ] # wpt_subtest_failure
external/wpt/html/cross-origin-embedder-policy/reporting.https.html [ Pass Failure ] # wpt_subtest_failure
......
......@@ -4,6 +4,7 @@
<title>
Check COEP report are send for CacheStorage requests in DedicatedWorker
</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>
......
......@@ -4,6 +4,7 @@
<title>
Check COEP report are send for CacheStorage requests in Document.
</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>
......
......@@ -4,6 +4,7 @@
<title>
Check COEP report are send for CacheStorage requests in DedicatedWorker
</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></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