Skip to content

Commit

Permalink
Mark several layout tests as timing out on MSAN
Browse files Browse the repository at this point in the history
These tests seem to just be now slow enough on MSAN to be "slow tests"
(i.e., they don't actually hang), but it is not clear how to mark them
as slow to the testing infrastructure (see discussion on bug).

Marking them as "Timeout" while the bug is resolved.

TBR=qyearsley

Bug: 729136
Change-Id: I991645790d98318d24f7bd65681e244266eae373
Reviewed-on: https://chromium-review.googlesource.com/525433
Reviewed-by: Colin Blundell <blundell@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#477246}
  • Loading branch information
colinblundell authored and Commit Bot committed Jun 6, 2017
1 parent 45e5f6a commit f82f591
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions third_party/WebKit/LayoutTests/MSANExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ]
# These tests use OpenGl, which crashes on MSAN builds due to missing instrumentation
crbug.com/555703 [ Linux ] virtual/media-gpu-accelerated [ Skip ]

# These tests are just a tad bit too slow on MSAN bots, give them more time.
crbug.com/729136 [ Linux ] external/wpt/encoding/textdecoder-fatal-single-byte.html [ Slow ]
crbug.com/729136 [ Linux ] fast/css/css-selector-deeply-nested.html [ Slow ]
crbug.com/729136 [ Linux ] http/tests/inspector/forced-layout-in-microtask.html [ Slow ]
crbug.com/729136 [ Linux ] http/tests/inspector/tracing/timeline-xhr-response-type-blob-event.html [ Slow ]
crbug.com/729136 [ Linux ] inspector/components/file-path-scoring.html [ Slow ]
crbug.com/729136 [ Linux ] inspector/elements/styles-4/styles-should-not-force-sync-style-recalc.html [ Slow ]
crbug.com/729136 [ Linux ] webaudio/mixing.html [ Slow ]
# These tests are just a tad bit too slow on MSAN bots and time out. Setting
# 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.
crbug.com/729136 [ Linux ] external/wpt/encoding/textdecoder-fatal-single-byte.html [ Timeout ]
crbug.com/729136 [ Linux ] fast/css/css-selector-deeply-nested.html [ Timeout ]
crbug.com/729136 [ Linux ] http/tests/inspector/forced-layout-in-microtask.html [ Timeout ]
crbug.com/729136 [ Linux ] http/tests/inspector/tracing/timeline-xhr-response-type-blob-event.html [ Timeout ]
crbug.com/729136 [ Linux ] inspector/components/file-path-scoring.html [ Timeout ]
crbug.com/729136 [ Linux ] inspector/elements/styles-4/styles-should-not-force-sync-style-recalc.html [ Timeout ]
crbug.com/729136 [ Linux ] webaudio/mixing.html [ Timeout ]

0 comments on commit f82f591

Please sign in to comment.