diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 23:32:44 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 23:32:44 +0000 |
commit | 4a27b67da7fde26a2a4ac1c193fda2efc14d857e (patch) | |
tree | 7d05bafe7893c9259ca32caa6ded4820b0c00314 | |
parent | 8c96241509f8a97b1a6936ff4722e47a70d5cfe8 (diff) | |
download | chromium_src-4a27b67da7fde26a2a4ac1c193fda2efc14d857e.zip chromium_src-4a27b67da7fde26a2a4ac1c193fda2efc14d857e.tar.gz chromium_src-4a27b67da7fde26a2a4ac1c193fda2efc14d857e.tar.bz2 |
Mark LayoutTests/media/unsupported-rtsp.html as CRASH
This test is really flaky, it is not passing as readily as
you run it locally. Some investigation is needed.
TBR=scherkus
Review URL: http://codereview.chromium.org/131078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18770 0039d316-1c4b-4281-b951-d872f2087c98
-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 e74f8bf..7bc03f4 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -690,6 +690,8 @@ BUG13907 WIN DEBUG : LayoutTests/media/video-timeupdate-during-playback.html = P BUG13907 WIN : LayoutTests/media/video-transformed.html = FAIL BUG13907 WIN : LayoutTests/media/video-zoom-controls.html = FAIL BUG13907 WIN : LayoutTests/media/video-zoom.html = FAIL +// This test is very flaky. +BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = PASS CRASH // Function arguments object is copied for each access. BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL |