Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt

Issue 1295573002: Address test slowness with Cache Storage match()/matchAll() tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
diff --git a/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
similarity index 54%
copy from LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt
copy to LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
index d256fb4692504cf8f3335838d25a6ff9eba0da1b..c61ac7997d0a921c32db2f7b4e0c0e1fe940336a 100644
--- a/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt
+++ b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
@@ -1,29 +1,14 @@
This is a testharness.js-based test.
PASS Cache.matchAll with no matching entries
-PASS Cache.match with no matching entries
PASS Cache.matchAll with URL
-PASS Cache.match with URL
PASS Cache.matchAll with Request
-PASS Cache.match with Request
PASS Cache.matchAll with new Request
-PASS Cache.match with new Request
FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) assert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters of cached request. expected 2 but got 1
-PASS Cache.match with ignoreSearch option (request with no search parameters)
FAIL Cache.matchAll with ignoreSearch option (request with search parameter) assert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters of request. expected 2 but got 1
-PASS Cache.match with ignoreSearch option (request with search parameter)
PASS Cache.matchAll with URL containing fragment
-PASS Cache.match with URL containing fragment
PASS Cache.matchAll with string fragment "http" as query
-PASS Cache.match with string fragment "http" as query
PASS Cache.matchAll with URL containing credentials
-PASS Cache.match with URL containing credentials
FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache.matchAll should exclude matches if a vary header is missing in the query request, but is present in the cached request. expected 2 but got 0
-FAIL Cache.match with responses containing "Vary" header assert_true: Cache.match should honor "Vary" header. expected true got false
FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll should honor "ignoreVary" parameter. expected 4 but got 0
-PASS Cache.match with Request and Response objects with different URLs
-PASS Cache.match invoked multiple times for the same Request/Response
-FAIL Cache.match with POST Request assert_equals: Cache.match should not find a match expected (undefined) undefined but got (object) object "[object Response]"
-PASS Cache.match with a non-2xx Response
-PASS Cache.match with a network error Response
Harness: the test ran to completion.
« no previous file with comments | « LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698