diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 04:03:03 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 04:03:03 +0000 |
commit | f0f67972c9323e066bdf9d0ca47e3553dbd54843 (patch) | |
tree | 619468ad61deed1b20bb6d227cb59dcc684ed135 /webkit/tools | |
parent | 917defe16badc44a0d24348739a1657d6c13aca5 (diff) | |
download | chromium_src-f0f67972c9323e066bdf9d0ca47e3553dbd54843.zip chromium_src-f0f67972c9323e066bdf9d0ca47e3553dbd54843.tar.gz chromium_src-f0f67972c9323e066bdf9d0ca47e3553dbd54843.tar.bz2 |
Temporarily disable media layout tests until we can sort something out with the try bots.
BUG=16779
TEST=clobber builds of test_shell should not have unexpected failures
Review URL: http://codereview.chromium.org/155551
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 38bc33a..199117d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -654,7 +654,7 @@ BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL // These tests are flaky. -BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL +BUG16779 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL TIMEOUT BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL // This test is added in WebKit merge 45610:45621 BUG13907 WIN : LayoutTests/media/controls-after-reload.html = TIMEOUT @@ -2862,7 +2862,7 @@ BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-no- BUG16240 MAC WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = PASS // Failing due to r20652. -BUG16742 : LayoutTests/media/video-error-abort.html = FAIL +BUG16779 BUG16742 : LayoutTests/media/video-error-abort.html = FAIL // Failing approximately starting from 20629 BUG16754 : LayoutTests/fast/loader/empty-embed-src-attribute.html = CRASH @@ -2873,3 +2873,37 @@ BUG16754 : LayoutTests/http/tests/loading/preload-img-test.html = TIMEOUT BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = TIMEOUT BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = TIMEOUT BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html = FAIL TIMEOUT + +// Disabling since try bots use Chromium FFmpeg DLLs, which means we can no +// longer decode WebKit's test clips because they use H.264, AAC, etc. +BUG16779 : LayoutTests/media/media-startTime.html = FAIL +BUG16779 : LayoutTests/media/progress-event.html = FAIL +BUG16779 : LayoutTests/media/remove-from-document.html = FAIL +BUG16779 : LayoutTests/media/video-append-source.html = FAIL +BUG16779 : LayoutTests/media/video-aspect-ratio.html = FAIL +BUG16779 : LayoutTests/media/video-autoplay.html = FAIL +BUG16779 : LayoutTests/media/video-controls-transformed.html = FAIL +BUG16779 : LayoutTests/media/video-controls-zoomed.html = FAIL +BUG16779 : LayoutTests/media/video-controls.html = FAIL +BUG16779 : LayoutTests/media/video-currentTime.html = FAIL +BUG16779 : LayoutTests/media/video-dom-autoplay.html = FAIL +BUG16779 : LayoutTests/media/video-dom-src.html = FAIL +BUG16779 : LayoutTests/media/video-layer-crash.html = FAIL +BUG16779 : LayoutTests/media/video-load-networkState.html = FAIL +BUG16779 : LayoutTests/media/video-load-readyState.html = FAIL +BUG16779 : LayoutTests/media/video-muted.html = FAIL +BUG16779 : LayoutTests/media/video-no-autoplay.html = FAIL +BUG16779 : LayoutTests/media/video-pause-empty-events.html = FAIL +BUG16779 : LayoutTests/media/video-play-empty-events.html = FAIL +BUG16779 : LayoutTests/media/video-played-reset.html = FAIL +BUG16779 : LayoutTests/media/video-seekable.html = FAIL +BUG16779 : LayoutTests/media/video-seeking.html = FAIL +BUG16779 : LayoutTests/media/video-size.html = FAIL +BUG16779 : LayoutTests/media/video-source-add-src.html = FAIL +BUG16779 : LayoutTests/media/video-source-error.html = FAIL +BUG16779 : LayoutTests/media/video-src-change.html = FAIL +BUG16779 : LayoutTests/media/video-src-invalid-remove.html = FAIL +BUG16779 : LayoutTests/media/video-timeupdate-during-playback.html = FAIL +BUG16779 : LayoutTests/media/video-transformed.html = FAIL +BUG16779 : LayoutTests/media/video-volume.html = FAIL +BUG16779 : LayoutTests/media/video-zoom.html = FAIL |