Commit b2d611a6 authored by Robert Ma's avatar Robert Ma Committed by Commit Bot

Mark parsing.any.html as TIMEOUT only on MSAN bots

For some reason, the two tests are at least a magnitude slower on MSAN
bots than other bots (60+ secs vs. ~10 secs). Narrow down the
expectations to reflect so.

Bug: 793792, 729136
Change-Id: Ie46aed898996fe07cc7621336ffc5fc699c024ba
Reviewed-on: https://chromium-review.googlesource.com/819596
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: default avatarQuinten Yearsley <qyearsley@chromium.org>
Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523762}
parent 437ba3c4
...@@ -57,6 +57,8 @@ crbug.com/769729 [ Linux ] paint/invalidation/video-paint-invalidation.html [ Cr ...@@ -57,6 +57,8 @@ crbug.com/769729 [ Linux ] paint/invalidation/video-paint-invalidation.html [ Cr
# them as "Slow" doesn't seem to help the problem (see discussion on bug), so # them as "Slow" doesn't seem to help the problem (see discussion on bug), so
# marking them as "Timeout" while crbug.com/729136 is worked out. # marking them as "Timeout" while crbug.com/729136 is worked out.
crbug.com/729136 [ Linux ] external/wpt/encoding/textdecoder-fatal-single-byte.html [ Timeout ] crbug.com/729136 [ Linux ] external/wpt/encoding/textdecoder-fatal-single-byte.html [ Timeout ]
crbug.com/729136 [ Linux ] external/wpt/mimesniff/mime-types/parsing.any.html [ Timeout ]
crbug.com/729136 [ Linux ] external/wpt/mimesniff/mime-types/parsing.any.worker.html [ Timeout ]
crbug.com/729136 [ Linux ] fast/css/css-selector-deeply-nested.html [ Timeout ] crbug.com/729136 [ Linux ] fast/css/css-selector-deeply-nested.html [ Timeout ]
crbug.com/729136 [ Linux ] http/tests/devtools/forced-layout-in-microtask.js [ Timeout ] crbug.com/729136 [ Linux ] http/tests/devtools/forced-layout-in-microtask.js [ Timeout ]
crbug.com/729136 [ Linux ] http/tests/devtools/tracing/timeline-xhr-response-type-blob-event.js [ Timeout ] crbug.com/729136 [ Linux ] http/tests/devtools/tracing/timeline-xhr-response-type-blob-event.js [ Timeout ]
......
...@@ -1378,8 +1378,6 @@ crbug.com/492664 [ Mac ] external/wpt/css/css-writing-modes/sizing-orthog-htb-in ...@@ -1378,8 +1378,6 @@ crbug.com/492664 [ Mac ] external/wpt/css/css-writing-modes/sizing-orthog-htb-in
crbug.com/492664 [ Mac ] external/wpt/css/css-writing-modes/text-baseline-vrl-006.xht [ Failure ] crbug.com/492664 [ Mac ] external/wpt/css/css-writing-modes/text-baseline-vrl-006.xht [ Failure ]
crbug.com/492664 [ Mac ] external/wpt/css/css-writing-modes/text-baseline-vlr-007.xht [ Failure ] crbug.com/492664 [ Mac ] external/wpt/css/css-writing-modes/text-baseline-vlr-007.xht [ Failure ]
crbug.com/793792 [ Linux ] external/wpt/mimesniff/mime-types/parsing.any.worker.html [ Pass Timeout ]
crbug.com/498845 [ Win ] fast/multicol/vertical-rl/float-content-break.html [ Failure ] crbug.com/498845 [ Win ] fast/multicol/vertical-rl/float-content-break.html [ Failure ]
crbug.com/443615 [ Linux Win ] external/wpt/css/css-shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ Failure ] crbug.com/443615 [ Linux Win ] external/wpt/css/css-shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ 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