diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 00:53:20 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 00:53:20 +0000 |
commit | bd11fab96cc0e4ba2fe0bc5199b43ad3b10358a5 (patch) | |
tree | ce2c9f8fe3850762da9b96037c5ac6168dab99f0 | |
parent | ec648f82550abbef6ac12b5c7417b3ccbb83f136 (diff) | |
download | chromium_src-bd11fab96cc0e4ba2fe0bc5199b43ad3b10358a5.zip chromium_src-bd11fab96cc0e4ba2fe0bc5199b43ad3b10358a5.tar.gz chromium_src-bd11fab96cc0e4ba2fe0bc5199b43ad3b10358a5.tar.bz2 |
Update layout test expectations for <video>
TBR=scherkus
Some tests fail on mac, disable them.
Review URL: http://codereview.chromium.org/126178
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18469 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 7d37e9e..3b65045 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -606,12 +606,14 @@ BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-poster-from-remote.html = FAIL TIMEOUT -BUG4363 SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.html = FAIL -BUG4363 SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL +BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-source-from-remote.html = PASS FAIL +BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-src-from-remote.html = PASS FAIL BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL // These tests are for <audio> and <video> and they do not run well on Windows. BUG13907 WIN : LayoutTests/fast/media/viewport-media-query.html = FAIL +BUG13907 WIN SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.html = FAIL +BUG13907 WIN SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL |