diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 21:13:12 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 21:13:12 +0000 |
commit | cec3988dd20daeffe2136459fdaf5f2e6b084755 (patch) | |
tree | b853c1981dc4c47fb40407b33e68449dbd6b91d0 /webkit/tools | |
parent | fbcc4030655802213aab5b731f1180062d232f2d (diff) | |
download | chromium_src-cec3988dd20daeffe2136459fdaf5f2e6b084755.zip chromium_src-cec3988dd20daeffe2136459fdaf5f2e6b084755.tar.gz chromium_src-cec3988dd20daeffe2136459fdaf5f2e6b084755.tar.bz2 |
Mark two media layout tests as crash
TBR=scherkus
Review URL: http://codereview.chromium.org/125075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18317 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 168938f..99473af 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -638,7 +638,8 @@ BUG13907 WIN DEBUG : LayoutTests/media/remove-from-document.html = FAIL // This test crashes in debug build. BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = FAIL CRASH BUG13907 WIN : LayoutTests/media/video-aspect-ratio.html = FAIL -BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL +// This test crashes in debug build not in release build. +BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL CRASH BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL // This test crashes in debug build. BUG13907 WIN : LayoutTests/media/video-click-dblckick-standalone.html = PASS CRASH @@ -679,6 +680,8 @@ BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL BUG13907 WIN : LayoutTests/media/video-played.html = PASS FAIL CRASH // This test is flaky in debug build. BUG13907 WIN DEBUG : LayoutTests/media/video-poster.html = PASS TIMEOUT +// This test is flaky. +BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRASH // 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 |