diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 18:17:16 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 18:17:16 +0000 |
commit | c51c5163dcddf57117deb3531c535d9e20c9b808 (patch) | |
tree | fe089f389092a1eba0206cbac436f64a5998c606 | |
parent | 693a584eb2ff960a5481142a0ea43f4a1839fd34 (diff) | |
download | chromium_src-c51c5163dcddf57117deb3531c535d9e20c9b808.zip chromium_src-c51c5163dcddf57117deb3531c535d9e20c9b808.tar.gz chromium_src-c51c5163dcddf57117deb3531c535d9e20c9b808.tar.bz2 |
5 video tests are frequently crashing, especially on Mac bots.
TBR=dglazkov
BUG=35858
TEST=None.
Review URL: http://codereview.chromium.org/607010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39103 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d24edca..08f9af4 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1,4 +1,4 @@ - // This file consists of lines with specifications of what +// This file consists of lines with specifications of what // to expect from layout test cases. The test cases can be directories // in which case the expectations apply to all test cases in that // directory and any subdirectory. The format of the file is along the @@ -1666,8 +1666,7 @@ BUG23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_dirty_refl BUG23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html = IMAGE BUG23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html = IMAGE BUG23498 MAC : tables/mozilla_expected_failures/other/empty_cells.html = IMAGE -BUG23498 MAC DEBUG : tables/mozilla_expected_failures/other/test4.html = IMAGE -BUG23498 MAC RELEASE : tables/mozilla_expected_failures/other/test4.html = IMAGE+TEXT +BUG23498 MAC : tables/mozilla_expected_failures/other/test4.html = IMAGE+TEXT IMAGE BUG23498 MAC : webarchive/test-duplicate-resources.html = IMAGE // Missing "misspelled-word" dotted underline @@ -2914,7 +2913,7 @@ BUG35387 : platform/win/plugins/plugin-delayed-destroy.html = TIMEOUT // FFmpeg roll breaks these BUG35492 : media/video-played-ranges-1.html = FAIL BUG35492 : media/video-played-reset.html = FAIL -BUG35492 : media/video-display-toggle.html = FAIL +BUG35492 : media/video-display-toggle.html = CRASH FAIL BUG35492 : media/controls-drag-timebar.html = FAIL TIMEOUT // Previous to FFmpeg roll expectations //BUG9798 BUG13907 SLOW LINUX MAC RELEASE : media/video-played-ranges-1.html = FAIL @@ -2937,3 +2936,9 @@ BUG35823 : fast/harness/page-cache-crash-on-data-urls.html = TEXT // WebKit roll 54726:54731 BUG35618 LINUX WIN : fast/text/glyph-reordering.html = TEXT + +// Not known when these started failing. +BUG35858 MAC LINUX : media/remove-from-document.html = CRASH +BUG35858 MAC : media/video-source.html = CRASH +BUG35858 MAC : media/video-source-type.html = CRASH +BUG35858 MAC : media/video-src.html = CRASH |