diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 18:17:47 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 18:17:47 +0000 |
commit | 3938fb84c919708b142cf3ef7ed15dcf00ec1592 (patch) | |
tree | 3d97eaa726127b82d8d797ac4a79ba89a56b318d | |
parent | 57c7b47c5b8180d8771842315ce31288f42410e0 (diff) | |
download | chromium_src-3938fb84c919708b142cf3ef7ed15dcf00ec1592.zip chromium_src-3938fb84c919708b142cf3ef7ed15dcf00ec1592.tar.gz chromium_src-3938fb84c919708b142cf3ef7ed15dcf00ec1592.tar.bz2 |
Disable video-src-set since it is flaky.
BUG:13907
TEST: The one I'm disabling.
Review URL: http://codereview.chromium.org/155878
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21291 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 1bffc25..c16963f 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -647,7 +647,11 @@ BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRA // This test crashes in debug build. BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CRASH TIMEOUT BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL +BUG13907 WIN : LayoutTests/media/video-source-type-params.html = PASS CRASH +BUG13907 WIN : LayoutTests/media/video-source.html = PASS CRASH BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL +BUG13907 WIN : LayoutTests/media/video-src-set.html = PASS CRASH +BUG13907 WIN : LayoutTests/media/video-src-source.html = PASS CRASH BUG13907 WIN : LayoutTests/media/video-src.html = PASS CRASH // These tests are flaky. BUG16779 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL TIMEOUT |