diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 23:19:10 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 23:19:10 +0000 |
commit | 91edeb2630cf73bb6a41269195b236542288de9d (patch) | |
tree | ab15dce816b533e08783c4ba50b6a4f764381b4d /webkit | |
parent | a7e4aad2fa2eb3ad0c61031d726ec98e9c0944a8 (diff) | |
download | chromium_src-91edeb2630cf73bb6a41269195b236542288de9d.zip chromium_src-91edeb2630cf73bb6a41269195b236542288de9d.tar.gz chromium_src-91edeb2630cf73bb6a41269195b236542288de9d.tar.bz2 |
Mark a media layou test as fail mac debug
LayoutTests/media/video-tranformed.html has image mismatch on mac debug.
Release build has no problem.
TBR=scherkus
Review URL: http://codereview.chromium.org/257042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d609c7f..7c60f72 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -730,6 +730,8 @@ BUG13907 : LayoutTests/media/event-attributes.html = TIMEOUT BUG13907 : LayoutTests/media/controls-styling.html = FAIL BUG13907 : LayoutTests/media/video-seek-past-end-playing.html = FAIL BUG13907 : LayoutTests/media/video-error-abort.html = FAIL +// Image mismatch on mac debug. +BUG13907 MAC DEBUG : LayoutTests/media/video-transformed.html = FAIL // These tests are WONTFIX because they uess codecs chromium doesn't support. BUG16779 WONTFIX SKIP : LayoutTests/media/video-can-play-type.html = FAIL TIMEOUT |