Commit 1e5d597b authored by Matt Falkenhagen's avatar Matt Falkenhagen Committed by Commit Bot

Gardening: external/wpt/service-workers/service-worker/multipart-image.https.html is flaky

Bug: 813775
Change-Id: Ifb738ea32c6f06b20aabca21b540a1c39577300f
TBR: bashi
Reviewed-on: https://chromium-review.googlesource.com/926442Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537777}
parent fe51f83a
...@@ -3285,6 +3285,10 @@ crbug.com/417782 virtual/threaded/http/tests/devtools/tracing/timeline-paint/tim ...@@ -3285,6 +3285,10 @@ crbug.com/417782 virtual/threaded/http/tests/devtools/tracing/timeline-paint/tim
# End of Root Layer Scrolling expectations # End of Root Layer Scrolling expectations
################################################################################ ################################################################################
crbug.com/813775 external/wpt/service-workers/service-worker/multipart-image.https.html [ Pass Failure ]
crbug.com/813775 virtual/outofblink-cors/external/wpt/service-workers/service-worker/multipart-image.https.html [ Pass Failure ]
crbug.com/813775 virtual/navigation-mojo-response/external/wpt/service-workers/service-worker/multipart-image.https.html [ Pass Failure ]
crbug.com/813468 [ Mac ] virtual/navigation-mojo-response/http/tests/serviceworker/chromium/memory-cache.html [ Failure Pass ] crbug.com/813468 [ Mac ] virtual/navigation-mojo-response/http/tests/serviceworker/chromium/memory-cache.html [ Failure Pass ]
# TODO(ricea): Remove these once fetch abort implementation is complete # TODO(ricea): Remove these once fetch abort implementation is complete
......
This is a testharness.js-based test.
PASS initialize global state
PASS same-origin multipart image via SW should be readable
FAIL cross-origin multipart image via SW with approved CORS should be readable assert_equals: expected 255 but got 0
PASS cross-origin multipart image with no-cors via SW should not be readable
PASS cross-origin multipart image via SW with rejected CORS should fail to load
PASS restore global state
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS initialize global state
PASS same-origin multipart image via SW should be readable
FAIL cross-origin multipart image via SW with approved CORS should be readable assert_equals: expected 255 but got 0
PASS cross-origin multipart image with no-cors via SW should not be readable
PASS cross-origin multipart image via SW with rejected CORS should fail to load
PASS restore global state
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment