diff options
author | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 18:41:59 +0000 |
---|---|---|
committer | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 18:41:59 +0000 |
commit | 5ce2fd2d8edaf8f5e963f2e2a47f1872862284b7 (patch) | |
tree | 8b5e1b14de3639422fe92c658b32534e6d817ef1 /webkit/tools | |
parent | df556e8a19da3fa32bee81ef5db6f100cf5e4238 (diff) | |
download | chromium_src-5ce2fd2d8edaf8f5e963f2e2a47f1872862284b7.zip chromium_src-5ce2fd2d8edaf8f5e963f2e2a47f1872862284b7.tar.gz chromium_src-5ce2fd2d8edaf8f5e963f2e2a47f1872862284b7.tar.bz2 |
Add back in some expected failures that I shouldn't have removed.
BUG=none
TEST=green build
TBR=ericroman
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c1d915e..4bc5cb3 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -636,9 +636,12 @@ BUG13907 WIN : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH T // This test is flaky. BUG13907 WIN DEBUG : LayoutTests/media/video-dom-autobuffer.html = PASS FAIL // This test crashes in debug build. +BUG13907 WIN : LayoutTests/media/video-document-types.html = FAIL CRASH BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL CRASH // This test is flaky. BUG13907 WIN : LayoutTests/media/video-play-pause-events.html = FAIL CRASH +// This test is flaky too. +BUG13907 WIN : LayoutTests/media/video-play-pause-exception.html = FAIL BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL // This test crashes in debug build. BUG13907 WIN : LayoutTests/media/video-played.html = FAIL CRASH @@ -2794,6 +2797,12 @@ BUG16410 : LayoutTests/fast/workers/worker-messageport.html = FAIL CRASH // WebKit merge 45685:45738 BUG16410 : LayoutTests/http/tests/security/MessagePort/event-listener-context.html = FAIL BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH +BUG16410 : LayoutTests/fast/events/message-channel-gc-2.html = CRASH +BUG16410 : LayoutTests/fast/events/message-channel-gc-4.html = CRASH +BUG16410 : LayoutTests/fast/events/message-channel-listener-circular-ownership.html = CRASH +BUG16410 : LayoutTests/fast/events/message-port-constructor-for-deleted-document.html = CRASH +BUG16410 : LayoutTests/fast/events/message-port-deleted-frame.html = CRASH +BUG16639 : LayoutTests/fast/events/mouseover-mouseout2.html = CRASH // WebKit tests regressions 20529:20532 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL |