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

Side by Side Diff: LayoutTests/http/tests/serviceworker/cache-match-expected.txt

Issue 882383002: [Fetch] Request with GET/HEAD method cannot have body (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Service Worker: Cache.match and Cache.matchAll 2 PASS Service Worker: Cache.match and Cache.matchAll
3 FAIL Cache.matchAll with no matching entries promise_test: Unhandled rejection w ith value: object "TypeError: undefined is not a function" 3 FAIL Cache.matchAll with no matching entries promise_test: Unhandled rejection w ith value: object "TypeError: cache.matchAll is not a function"
4 PASS Cache.match with no matching entries 4 PASS Cache.match with no matching entries
5 FAIL Cache.matchAll with URL promise_test: Unhandled rejection with value: objec t "TypeError: undefined is not a function" 5 FAIL Cache.matchAll with URL promise_test: Unhandled rejection with value: objec t "TypeError: cache.matchAll is not a function"
6 PASS Cache.match with URL 6 PASS Cache.match with URL
7 FAIL Cache.matchAll with Request promise_test: Unhandled rejection with value: o bject "TypeError: undefined is not a function" 7 FAIL Cache.matchAll with Request promise_test: Unhandled rejection with value: o bject "TypeError: cache.matchAll is not a function"
8 PASS Cache.match with Request 8 PASS Cache.match with Request
9 FAIL Cache.matchAll with new Request promise_test: Unhandled rejection with valu e: object "TypeError: undefined is not a function" 9 FAIL Cache.matchAll with new Request promise_test: Unhandled rejection with valu e: object "TypeError: cache.matchAll is not a function"
10 PASS Cache.match with new Request 10 PASS Cache.match with new Request
11 PASS Cache.match with Request containing non-empty body 11 FAIL Cache.match with Request containing non-empty body promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported"
12 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) promise_test: Unhandled rejection with value: object "TypeError: undefined is n ot a function" 12 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) promise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
13 PASS Cache.match with ignoreSearch option (request with no search parameters) 13 PASS Cache.match with ignoreSearch option (request with no search parameters)
14 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) pro mise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 14 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) pro mise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
15 PASS Cache.match with ignoreSearch option (request with search parameter) 15 PASS Cache.match with ignoreSearch option (request with search parameter)
16 FAIL Cache.matchAll with URL containing fragment promise_test: Unhandled rejecti on with value: object "TypeError: undefined is not a function" 16 FAIL Cache.matchAll with URL containing fragment promise_test: Unhandled rejecti on with value: object "TypeError: cache.matchAll is not a function"
17 PASS Cache.match with URL containing fragment 17 PASS Cache.match with URL containing fragment
18 FAIL Cache.matchAll with string fragment "http" as query promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 18 FAIL Cache.matchAll with string fragment "http" as query promise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
19 PASS Cache.match with string fragment "http" as query 19 PASS Cache.match with string fragment "http" as query
20 FAIL Cache.matchAll with prefixMatch option promise_test: Unhandled rejection wi th value: object "TypeError: undefined is not a function" 20 FAIL Cache.matchAll with prefixMatch option promise_test: Unhandled rejection wi th value: object "TypeError: cache.matchAll is not a function"
21 PASS Cache.match with prefixMatch option 21 PASS Cache.match with prefixMatch option
22 FAIL Cache.matchAll with prefixMatch option (URL ending with path delimiter) pro mise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 22 FAIL Cache.matchAll with prefixMatch option (URL ending with path delimiter) pro mise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
23 FAIL Cache.match with prefixMatch option (URL ending with path delimiter) assert _equals: Cache.match should honor prefixMatch.: Response expected (object) objec t "[object Response]" but got (undefined) undefined 23 FAIL Cache.match with prefixMatch option (URL ending with path delimiter) assert _equals: Cache.match should honor prefixMatch.: Response expected (object) objec t "[object Response]" but got (undefined) undefined
24 FAIL Cache.matchAll with prefixMatch option (URL with embedded credentials) prom ise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 24 FAIL Cache.matchAll with prefixMatch option (URL with embedded credentials) prom ise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is n ot a function"
25 FAIL Cache.match with prefixMatch option (URL with embedded credentials) assert_ equals: Cache.match should honor prefixMatch.: Response expected (object) object "[object Response]" but got (undefined) undefined 25 FAIL Cache.match with prefixMatch option (URL with embedded credentials) assert_ equals: Cache.match should honor prefixMatch.: Response expected (object) object "[object Response]" but got (undefined) undefined
26 FAIL Cache.matchAll with prefixMatch option (URL matching embedded credentials) promise_test: Unhandled rejection with value: object "TypeError: undefined is no t a function" 26 FAIL Cache.matchAll with prefixMatch option (URL matching embedded credentials) promise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
27 PASS Cache.match with prefixMatch option (URL matching embedded credentials) 27 PASS Cache.match with prefixMatch option (URL matching embedded credentials)
28 FAIL Cache.matchAll with URL containing credentials promise_test: Unhandled reje ction with value: object "TypeError: undefined is not a function" 28 FAIL Cache.matchAll with URL containing credentials promise_test: Unhandled reje ction with value: object "TypeError: cache.matchAll is not a function"
29 PASS Cache.match with URL containing credentials 29 PASS Cache.match with URL containing credentials
30 FAIL Cache.matchAll with responses containing "Vary" header promise_test: Unhand led rejection with value: object "TypeError: undefined is not a function" 30 FAIL Cache.matchAll with responses containing "Vary" header promise_test: Unhand led rejection with value: object "TypeError: cache.matchAll is not a function"
31 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc h should honor "Vary" header. expected true got false 31 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc h should honor "Vary" header. expected true got false
32 FAIL Cache.matchAll with "ignoreVary" parameter promise_test: Unhandled rejectio n with value: object "TypeError: undefined is not a function" 32 FAIL Cache.matchAll with "ignoreVary" parameter promise_test: Unhandled rejectio n with value: object "TypeError: cache.matchAll is not a function"
33 PASS Cache.match with Request and Response objects with different URLs 33 PASS Cache.match with Request and Response objects with different URLs
34 PASS Cache.match invoked multiple times for the same Request/Response 34 PASS Cache.match invoked multiple times for the same Request/Response
35 Harness: the test ran to completion. 35 Harness: the test ran to completion.
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698