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

Issue 1485283002: Sync Cache API tests w/ web-platform-tests (Closed)

Created:
5 years ago by jsbell
Modified:
5 years ago
Reviewers:
jkarlin, yhirano
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Sync Cache API tests w/ web-platform-tests Pull in some of the upstream changes made to the Service Worker Cache API tests. BUG=476814, 482241, 429832, 564245 Committed: https://crrev.com/641689267fa6fea587b9fa5485ac42dc259fb14d Cr-Commit-Position: refs/heads/master@{#363010}

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+267 lines, -52 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/iframe.html View 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/test-helpers.js View 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-add.js View 4 chunks +31 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-match.js View 6 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-matchAll.js View 4 chunks +9 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-put.js View 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-storage.js View 1 chunk +14 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-storage-match.js View 1 chunk +5 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt View 1 chunk +20 lines, -0 lines 5 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-put-expected.txt View 1 chunk +25 lines, -0 lines 1 comment Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-expected.txt View 1 chunk +1 line, -1 line 1 comment Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match-expected.txt View 1 chunk +10 lines, -0 lines 1 comment Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt View 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-put-expected.txt View 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage-match-expected.txt View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/window/sandboxed-iframes-expected.txt View 1 chunk +6 lines, -0 lines 1 comment Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-add-expected.txt View 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-put-expected.txt View 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-storage-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-storage-match-expected.txt View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
jsbell
jkarlin@, yhirano@ - Please take a look? This pulls in some of the changes to ...
5 years ago (2015-12-01 20:50:50 UTC) #2
yhirano
https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt File third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt (right): https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt#newcode18 third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt:18: FAIL Cache.addAll called with the same Request object specified ...
5 years ago (2015-12-02 06:58:53 UTC) #4
jkarlin
lgtm https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt File third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt (right): https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt#newcode18 third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt:18: FAIL Cache.addAll called with the same Request object ...
5 years ago (2015-12-02 16:42:45 UTC) #5
jsbell
https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt File third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt (right): https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt#newcode18 third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt:18: FAIL Cache.addAll called with the same Request object specified ...
5 years ago (2015-12-02 17:17:46 UTC) #6
yhirano
lgtm https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt File third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt (right): https://codereview.chromium.org/1485283002/diff/1/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt#newcode18 third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt:18: FAIL Cache.addAll called with the same Request object ...
5 years ago (2015-12-03 01:58:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1485283002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1485283002/1
5 years ago (2015-12-03 17:03:38 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-03 18:28:46 UTC) #11
commit-bot: I haz the power
5 years ago (2015-12-03 18:29:38 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/641689267fa6fea587b9fa5485ac42dc259fb14d
Cr-Commit-Position: refs/heads/master@{#363010}

Powered by Google App Engine
This is Rietveld 408576698