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

Side by Side Diff: third_party/WebKit/LayoutTests/TestExpectations

Issue 2415873002: Import w3c tests for the service workers (Closed)
Patch Set: Created 4 years, 2 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 # Intentional failures to test the layout test system. 1 # Intentional failures to test the layout test system.
2 Bug(intentional) [ Android Linux Win Mac10.10 Mac10.11 Retina ] harness-tests/cr ash.html [ Crash ] 2 Bug(intentional) [ Android Linux Win Mac10.10 Mac10.11 Retina ] harness-tests/cr ash.html [ Crash ]
3 crbug.com/644303 [ Mac10.9 ] harness-tests/crash.html [ Crash Timeout ] 3 crbug.com/644303 [ Mac10.9 ] harness-tests/crash.html [ Crash Timeout ]
4 Bug(intentional) harness-tests/timeout.html [ Timeout ] 4 Bug(intentional) harness-tests/timeout.html [ Timeout ]
5 5
6 # ====== Oilpan-only failures from here ====== 6 # ====== Oilpan-only failures from here ======
7 # Most of these actually cause the tests to report success, rather than 7 # Most of these actually cause the tests to report success, rather than
8 # failure. Expected outputs will be adjusted for the better once Oilpan 8 # failure. Expected outputs will be adjusted for the better once Oilpan
9 # has been well and truly enabled always. 9 # has been well and truly enabled always.
10 10
(...skipping 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 # Tests added from W3C auto import bot 1213 # Tests added from W3C auto import bot
1214 crbug.com/626703 [ Win10 ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html [ Fail ure ] 1214 crbug.com/626703 [ Win10 ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html [ Fail ure ]
1215 crbug.com/626703 imported/wpt/pointerevents/pointerevent_element_haspointercaptu re-manual.html [ Timeout Failure ] 1215 crbug.com/626703 imported/wpt/pointerevents/pointerevent_element_haspointercaptu re-manual.html [ Timeout Failure ]
1216 crbug.com/626703 imported/wpt/svg/linking/reftests/href-filter-element.html [ Fa ilure ] 1216 crbug.com/626703 imported/wpt/svg/linking/reftests/href-filter-element.html [ Fa ilure ]
1217 crbug.com/626703 imported/wpt/web-animations/timing-model/animations/set-the-tar get-effect-of-an-animation.html [ Failure ] 1217 crbug.com/626703 imported/wpt/web-animations/timing-model/animations/set-the-tar get-effect-of-an-animation.html [ Failure ]
1218 1218
1219 crbug.com/646323 [ Mac ] editing/selection/modify_move/move_backward_line_import _crash.html [ Crash Timeout ] 1219 crbug.com/646323 [ Mac ] editing/selection/modify_move/move_backward_line_import _crash.html [ Crash Timeout ]
1220 crbug.com/646323 [ Win Linux ] editing/selection/modify_move/move_backward_line_ import_crash.html [ Crash ] 1220 crbug.com/646323 [ Win Linux ] editing/selection/modify_move/move_backward_line_ import_crash.html [ Crash ]
1221 1221
1222 crbug.com/645640 inspector/extensions/extensions-eval.html [ NeedsManualRebaseli ne ] 1222 crbug.com/645640 inspector/extensions/extensions-eval.html [ NeedsManualRebaseli ne ]
1223
1224 # W3C tests related to the service workers
1225 # TODO(shimazu): Identify detailed reasons of the following failures in
1226 # wpt/service-workers
falken 2016/10/13 04:26:36 nit: The TODO doesn't seem informative, we know bu
shimazu 2016/10/13 07:08:42 Done.
1227 crbug.com/602693 imported/wpt/service-workers/cache-storage/serviceworker/cache- add.https.html [ Failure ]
1228 crbug.com/602693 imported/wpt/service-workers/cache-storage/serviceworker/cache- matchAll.https.html [ Failure ]
1229 crbug.com/602693 imported/wpt/service-workers/cache-storage/serviceworker/cache- storage.https.html [ Failure ]
1230 crbug.com/602693 imported/wpt/service-workers/cache-storage/serviceworker/creden tials.html [ Failure ]
1231 crbug.com/602693 imported/wpt/service-workers/cache-storage/window/cache-add.htt ps.html [ Failure ]
1232 crbug.com/602693 imported/wpt/service-workers/cache-storage/window/cache-matchAl l.https.html [ Failure ]
1233 crbug.com/602693 imported/wpt/service-workers/cache-storage/window/cache-storage .https.html [ Failure ]
1234 crbug.com/602693 imported/wpt/service-workers/cache-storage/window/sandboxed-ifr ames.https.html [ Failure ]
1235 crbug.com/602693 imported/wpt/service-workers/cache-storage/worker/cache-add.htt ps.html [ Failure ]
1236 crbug.com/602693 imported/wpt/service-workers/cache-storage/worker/cache-matchAl l.https.html [ Failure ]
1237 crbug.com/602693 imported/wpt/service-workers/cache-storage/worker/cache-storage .https.html [ Failure ]
falken 2016/10/13 04:26:36 I think cache-storage should be tracked in a diffe
shimazu 2016/10/13 07:08:42 Acknowledged.
1238 crbug.com/602693 imported/wpt/service-workers/service-worker/client-navigate.htt ps.html [ Failure ]
1239 crbug.com/602693 imported/wpt/service-workers/service-worker/clients-get-cross-o rigin.https.html [ Failure ]
1240 crbug.com/602693 imported/wpt/service-workers/service-worker/clients-matchall-cl ient-types.https.html [ Failure ]
1241 crbug.com/602693 imported/wpt/service-workers/service-worker/controller-on-disco nnect.https.html [ Failure ]
1242 crbug.com/602693 imported/wpt/service-workers/service-worker/controller-on-load. https.html [ Failure ]
1243 crbug.com/602693 imported/wpt/service-workers/service-worker/controller-on-reloa d.https.html [ Failure ]
1244 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-canvas-tainti ng-cache.https.html [ Failure ]
1245 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-canvas-tainti ng.https.html [ Failure ]
1246 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-cors-xhr.http s.html [ Failure ]
1247 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-csp.https.htm l [ Failure ]
1248 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-event-async-r espond-with.https.html [ Failure ]
1249 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-event-respond -with-stops-propagation.https.html [ Failure ]
1250 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-request-css-b ase-url.https.html [ Failure ]
1251 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-request-redir ect.https.html [ Failure ]
1252 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-request-resou rces.https.html [ Failure ]
1253 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-request-xhr.h ttps.html [ Failure ]
1254 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-response-xhr. https.html [ Failure ]
1255 crbug.com/602693 imported/wpt/service-workers/service-worker/getregistrations.ht tps.html [ Failure ]
1256 crbug.com/602693 imported/wpt/service-workers/service-worker/invalid-blobtype.ht tps.html [ Failure ]
1257 crbug.com/602693 imported/wpt/service-workers/service-worker/invalid-header.http s.html [ Failure ]
1258 crbug.com/602693 imported/wpt/service-workers/service-worker/performance-timelin e.https.html [ Failure ]
1259 crbug.com/602693 imported/wpt/service-workers/service-worker/referer.https.html [ Failure ]
1260 crbug.com/602693 imported/wpt/service-workers/service-worker/register-wait-forev er-in-install-worker.https.html [ Failure ]
1261 crbug.com/602693 imported/wpt/service-workers/service-worker/request-end-to-end. https.html [ Failure ]
1262 crbug.com/602693 imported/wpt/service-workers/service-worker/resource-timing.htt ps.html [ Failure ]
1263 crbug.com/602693 imported/wpt/service-workers/service-worker/service-worker-csp- script.https.html [ Failure ]
1264 crbug.com/602693 imported/wpt/service-workers/service-worker/update-after-oneday .https.html [ Failure ]
1265 crbug.com/602693 imported/wpt/service-workers/service-worker/xhr.https.html [ Fa ilure ]
1266 crbug.com/602693 imported/wpt/service-workers/service-worker/fetch-frame-resourc e.https.html [ Timeout ]
1267
1268 # TODO(shimazu): remove the following after the wpt auto-roller imports
1269 # dc159d2c7ab068b4c6e51774b595b355781efde6 from the github repository.
1270 crbug.com/602693 imported/wpt/service-workers/stub-3.1-service-worker-obj.html [ Failure ]
1271 crbug.com/602693 imported/wpt/service-workers/stub-3.2-navigator-service-worker. html [ Failure ]
1272 crbug.com/602693 imported/wpt/service-workers/stub-4.1-service-worker-global-sco pe.html [ Failure ]
1273 crbug.com/602693 imported/wpt/service-workers/stub-4.2-client.html [ Failure ]
1274 crbug.com/602693 imported/wpt/service-workers/stub-4.3-service-worker-clients.ht ml [ Failure ]
1275 crbug.com/602693 imported/wpt/service-workers/stub-4.4-request-objects.html [ Fa ilure ]
1276 crbug.com/602693 imported/wpt/service-workers/stub-4.5-response-objects.html [ F ailure ]
1277 crbug.com/602693 imported/wpt/service-workers/stub-4.6.2-cache.html [ Failure ]
1278 crbug.com/602693 imported/wpt/service-workers/stub-4.6.3-cache-storage.html [ Fa ilure ]
1279 crbug.com/602693 imported/wpt/service-workers/stub-4.7.1-install-phase-event.htm l [ Failure ]
1280 crbug.com/602693 imported/wpt/service-workers/stub-4.7.2.1-install-event-section .html [ Failure ]
1281 crbug.com/602693 imported/wpt/service-workers/stub-4.7.4.1-fetch-event-section.h tml [ Failure ]
1282
1283 # Two bugs are related to fetch-event.https.html (crbug.com/624278, crbug.com/45 3190)
1284 crbug.com/624278 imported/wpt/service-workers/service-worker/fetch-event.https.h tml [ Failure ]
1285
1286 crbug.com/571722 imported/wpt/service-workers/service-worker/fetch-header-visibi lity.https.html [ Failure ]
1287
1288 crbug.com/617886 imported/wpt/service-workers/service-worker/update-recovery.htt ps.html [ Failure ]
1289
1290 crbug.com/618616 imported/wpt/service-workers/service-worker/fetch-request-fallb ack.https.html [ Failure ]
1291 crbug.com/618616 imported/wpt/service-workers/service-worker/navigate-window.htt ps.html [ Failure ]
1292 crbug.com/618616 imported/wpt/service-workers/service-worker/navigation-redirect .https.html [ Failure ]
1293 crbug.com/618616 imported/wpt/service-workers/service-worker/postmessage-to-clie nt.https.html [ Failure ]
1294 crbug.com/618616 imported/wpt/service-workers/service-worker/service-worker-csp- connect.https.html [ Failure ]
1295 crbug.com/618616 imported/wpt/service-workers/service-worker/websocket.https.htm l [ Failure ]
1296 crbug.com/618616 imported/wpt/service-workers/service-worker/worker-interception .https.html [ Failure ]
1297 crbug.com/618616 imported/wpt/service-workers/service-worker/fetch-event-redirec t.https.html [ Timeout ]
1298 crbug.com/618616 imported/wpt/service-workers/service-worker/fetch-mixed-content -to-inscope.https.html [ Timeout ]
1299 crbug.com/618616 imported/wpt/service-workers/service-worker/fetch-mixed-content -to-outscope.https.html [ Timeout ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698