summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 08:43:30 +0000
committeradamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 08:43:30 +0000
commit7b50bdec593055b4a64a99fece461d8b1bc0a9d0 (patch)
tree12a0362952d56b8ff4a30670c2ff52d0a9ff8704
parentb6334eeb2f05af1348f8df558c86c5c402e25b49 (diff)
downloadchromium_src-7b50bdec593055b4a64a99fece461d8b1bc0a9d0.zip
chromium_src-7b50bdec593055b4a64a99fece461d8b1bc0a9d0.tar.gz
chromium_src-7b50bdec593055b4a64a99fece461d8b1bc0a9d0.tar.bz2
Mark some inspector layout tests as timing out on ASAN Blink bots
These tests are already very slow on normal bots, so the ASAN slowness seems to be enough to push them over the edge. Not sure it's worth any new bug filings, given these are already known-slow. The one thing we might want to consider would be giving the ASAN bot longer timeouts. TBR=dpranke@chromium.org,junov@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/100703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240551 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_expectations_asan.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations_asan.txt b/webkit/tools/layout_tests/test_expectations_asan.txt
index 9797aaa..434b07a 100644
--- a/webkit/tools/layout_tests/test_expectations_asan.txt
+++ b/webkit/tools/layout_tests/test_expectations_asan.txt
@@ -59,6 +59,13 @@ crbug.com/231357 [ Linux ] virtual/softwarecompositing/video-page-visibility.htm
crbug.com/231357 [ Linux ] compositing/video-page-visibility.html [ ImageOnlyFailure ]
crbug.com/14885 [ Linux ] fast/js/JSON-stringify.html [ Failure ]
+# These tests flakily timeout on the ASAN bot
+crbug.com/247466 [ Linux ] inspector/debugger/live-edit-breakpoints.html [ Pass Timeout ]
+crbug.com/247466 [ Linux ] inspector/debugger/reveal-not-skipped.html [ Pass Timeout ]
+crbug.com/247466 [ Linux ] inspector/debugger/script-formatter-breakpoints.html [ Pass Timeout ]
+crbug.com/247466 [ Linux ] inspector/editor/text-editor-word-jumps.html [ Pass Timeout ]
+crbug.com/247466 [ Linux ] inspector/profiler/heap-snapshot-summary-sorting-fields.html [ Pass Timeout ]
+
# These have been failing since at least chrome r203901, blink r151723 (no memory errors, just text failure):
crbug.com/231357 [ Linux ] editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
crbug.com/231357 [ Linux ] perf/mouse-event.html [ Crash ]