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

Unified Diff: LayoutTests/http/tests/cachestorage/serviceworker/cache-match-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
Index: LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt
diff --git a/LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt b/LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt
index 7fcc9c52bd29a5b5e0b106980141e0f62c2ded30..49281387e76fe2fea16d0bf59e596059830bbf49 100644
--- a/LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt
+++ b/LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt
@@ -1,26 +1,15 @@
This is a testharness.js-based test.
-PASS Cache.match and Cache.matchAll
-PASS Cache.matchAll with no matching entries
+PASS Cache.match
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]"

Powered by Google App Engine
This is Rietveld 408576698