Commit 2883942d authored by Matt Falkenhagen's avatar Matt Falkenhagen Committed by Commit Bot

Gardening: NetworkService: Add Pass expectations to flaky http/fetch tests.

I didn't check all but a random sampling and recent trybot runs is showing
these are flakily failing, not always failing. Add [ Pass ] expectation
long with the failure expectations to prevent confusing "unexpected
flakiness" redness.

Bug: 778721
Change-Id: I045dc22542a89723444beb196bf08a4f3c44b612
TBR: kinuko
NOTRY: true
Reviewed-on: https://chromium-review.googlesource.com/746543
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512828}
parent 36ecd4ee
...@@ -189,35 +189,35 @@ crbug.com/764474 fast/loader/reload-zero-byte-plugin.html [ Failure ] ...@@ -189,35 +189,35 @@ crbug.com/764474 fast/loader/reload-zero-byte-plugin.html [ Failure ]
crbug.com/764474 plugins/plugin-document-back-forward.html [ Crash Failure Timeout ] crbug.com/764474 plugins/plugin-document-back-forward.html [ Crash Failure Timeout ]
# http/tests/fetch # http/tests/fetch
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/auth-base-https-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/auth-base-https-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cookie.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cookie.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cors-preflight2.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/cors-preflight2.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/nocors-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/nocors-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect-nocors-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect-nocors-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect-nocors.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect-nocors.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect-password.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect-password.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/redirect.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/scheme-blob.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker-proxied/thorough/scheme-blob.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/block-mixed-content-base-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/block-mixed-content-base-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/stream-reader.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/stream-reader.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/thorough/cors-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/thorough/cors-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-credentials.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-credentials.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-loop-base-https-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-loop-base-https-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-nocors.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-nocors.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-password-base-https-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-password-base-https-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-password-other-https.html [ Failure Timeout ] crbug.com/778721 http/tests/fetch/serviceworker/thorough/redirect-password-other-https.html [ Pass Failure Timeout ]
crbug.com/778721 http/tests/fetch/workers/stream-reader.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/stream-reader.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/access-control.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/access-control.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/auth-other-https.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/auth-other-https.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/cookie.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/cookie.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/cors-preflight-other-https.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/cors-preflight-other-https.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/cors-preflight2-other-https.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/cors-preflight2-other-https.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/redirect-credentials-other-https.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/redirect-credentials-other-https.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/redirect-credentials.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/redirect-credentials.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/redirect-nocors-other-https.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/redirect-nocors-other-https.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/redirect-password-other-https.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/redirect-password-other-https.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/redirect-password.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/redirect-password.html [ Pass Failure ]
crbug.com/778721 http/tests/fetch/workers/thorough/scheme-blob.html [ Failure ] crbug.com/778721 http/tests/fetch/workers/thorough/scheme-blob.html [ Pass Failure ]
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