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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Cache.matchAll with no matching entries 2 PASS Cache.matchAll with no matching entries
3 PASS Cache.match with no matching entries
4 PASS Cache.matchAll with URL 3 PASS Cache.matchAll with URL
5 PASS Cache.match with URL
6 PASS Cache.matchAll with Request 4 PASS Cache.matchAll with Request
7 PASS Cache.match with Request
8 PASS Cache.matchAll with new Request 5 PASS Cache.matchAll with new Request
9 PASS Cache.match with new Request
10 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) assert_equals: Cache.matchAll with ignoreSearch should ignore the search parame ters of cached request. expected 2 but got 1 6 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) assert_equals: Cache.matchAll with ignoreSearch should ignore the search parame ters of cached request. expected 2 but got 1
11 PASS Cache.match with ignoreSearch option (request with no search parameters)
12 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) ass ert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters of request. expected 2 but got 1 7 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) ass ert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters of request. expected 2 but got 1
13 PASS Cache.match with ignoreSearch option (request with search parameter)
14 PASS Cache.matchAll with URL containing fragment 8 PASS Cache.matchAll with URL containing fragment
15 PASS Cache.match with URL containing fragment
16 PASS Cache.matchAll with string fragment "http" as query 9 PASS Cache.matchAll with string fragment "http" as query
17 PASS Cache.match with string fragment "http" as query
18 PASS Cache.matchAll with URL containing credentials 10 PASS Cache.matchAll with URL containing credentials
19 PASS Cache.match with URL containing credentials
20 FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache .matchAll should exclude matches if a vary header is missing in the query reques t, but is present in the cached request. expected 2 but got 0 11 FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache .matchAll should exclude matches if a vary header is missing in the query reques t, but is present in the cached request. expected 2 but got 0
21 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc h should honor "Vary" header. expected true got false
22 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll sh ould honor "ignoreVary" parameter. expected 4 but got 0 12 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll sh ould honor "ignoreVary" parameter. expected 4 but got 0
23 PASS Cache.match with Request and Response objects with different URLs
24 PASS Cache.match invoked multiple times for the same Request/Response
25 FAIL Cache.match with POST Request assert_equals: Cache.match should not find a match expected (undefined) undefined but got (object) object "[object Response]"
26 PASS Cache.match with a non-2xx Response
27 PASS Cache.match with a network error Response
28 Harness: the test ran to completion. 13 Harness: the test ran to completion.
29 14
OLDNEW
« 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