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

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

Issue 1262773003: CacheStorage: Update test expectations for Cache.matchAll() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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/window/cache-match-expected.txt ('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-match-expected.txt
diff --git a/LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt b/LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt
index e8aa8b13ead9e09f5f59e0d06c3567f9f8114d9e..d256fb4692504cf8f3335838d25a6ff9eba0da1b 100644
--- a/LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt
+++ b/LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt
@@ -1,25 +1,25 @@
This is a testharness.js-based test.
-FAIL Cache.matchAll with no matching entries promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+PASS Cache.matchAll with no matching entries
PASS Cache.match with no matching entries
-FAIL Cache.matchAll with URL promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+PASS Cache.matchAll with URL
PASS Cache.match with URL
-FAIL Cache.matchAll with Request promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+PASS Cache.matchAll with Request
PASS Cache.match with Request
-FAIL Cache.matchAll with new Request promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+PASS Cache.matchAll with new Request
PASS Cache.match with new Request
-FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+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) promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+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)
-FAIL Cache.matchAll with URL containing fragment promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+PASS Cache.matchAll with URL containing fragment
PASS Cache.match with URL containing fragment
-FAIL Cache.matchAll with string fragment "http" as query promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+PASS Cache.matchAll with string fragment "http" as query
PASS Cache.match with string fragment "http" as query
-FAIL Cache.matchAll with URL containing credentials promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+PASS Cache.matchAll with URL containing credentials
PASS Cache.match with URL containing credentials
-FAIL Cache.matchAll with responses containing "Vary" header promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+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 promise_test: Unhandled rejection with value: object "NotSupportedError: Method is not implemented."
+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]"
« no previous file with comments | « LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698