From f82f591dfdcf0cc9a69314ee7702dca8998576fa Mon Sep 17 00:00:00 2001 From: Colin Blundell Date: Tue, 6 Jun 2017 10:29:21 +0200 Subject: [PATCH] Mark several layout tests as timing out on MSAN 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 Commit-Queue: Colin Blundell Cr-Commit-Position: refs/heads/master@{#477246} --- .../WebKit/LayoutTests/MSANExpectations | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/third_party/WebKit/LayoutTests/MSANExpectations b/third_party/WebKit/LayoutTests/MSANExpectations index b85495d2f8347e..03420a8efb5311 100644 --- a/third_party/WebKit/LayoutTests/MSANExpectations +++ b/third_party/WebKit/LayoutTests/MSANExpectations @@ -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 ]