Commit 845a980a authored by Domenic Denicola's avatar Domenic Denicola Committed by Commit Bot

KV Storage: add timeout=long and reenable disabled test

Like several IndexedDB tests, KV Storage can cause timeouts unless given more time.

BUG=936615

Change-Id: I8069d77088625b32867a5ebcc9ce69c4810a18ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670621Reviewed-by: default avatarJoshua Bell <jsbell@chromium.org>
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671576}
parent e6d8b548
...@@ -5811,7 +5811,6 @@ crbug.com/936165 media/autoplay-muted.html [ Timeout Pass ] ...@@ -5811,7 +5811,6 @@ crbug.com/936165 media/autoplay-muted.html [ Timeout Pass ]
# Sheriff 2019-02-27 # Sheriff 2019-02-27
crbug.com/936279 external/wpt/import-maps/fallback-disallowed.sub.tentative.html [ Failure Pass Timeout ] crbug.com/936279 external/wpt/import-maps/fallback-disallowed.sub.tentative.html [ Failure Pass Timeout ]
crbug.com/936615 [ Win7 ] external/wpt/kv-storage/values.https.html [ Timeout Pass ]
# Sheriff 2019-02-28 # Sheriff 2019-02-28
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>KV Storage: causing errors by directly manipulating the IDB</title> <title>KV Storage: causing errors by directly manipulating the IDB</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>
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>KV Storage: entries() trickier tests</title> <title>KV Storage: entries() trickier tests</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>
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>KV Storage: keys()/values()/entries()</title> <title>KV Storage: keys()/values()/entries()</title>
<meta name="timeout" content="long">
<!-- <!--
This file contains tests that are easy to generalize over all three methods. This file contains tests that are easy to generalize over all three methods.
See sibling files for more complicated tests which are not worth generalizing. See sibling files for more complicated tests which are not worth generalizing.
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>KV Storage: keys() trickier tests</title> <title>KV Storage: keys() trickier tests</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>
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>KV storage: storage export smoke test</title> <title>KV storage: storage export smoke test</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>
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>KV Storage: undefined values</title> <title>KV Storage: undefined values</title>
<meta name="timeout" content="long">
<!-- https://github.com/wicg/kv-storage/commit/5bf31109f37d1371f619ea33d0e2391f10e8b8f5 --> <!-- https://github.com/wicg/kv-storage/commit/5bf31109f37d1371f619ea33d0e2391f10e8b8f5 -->
<script src="/resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>KV Storage: values() trickier tests</title> <title>KV Storage: values() trickier tests</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>
......
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