diff options
author | kylep@chromium.org <kylep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 21:05:46 +0000 |
---|---|---|
committer | kylep@chromium.org <kylep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 21:05:46 +0000 |
commit | eb0ef6ce145aab92fdf7f99f4ebe14ef7b03736c (patch) | |
tree | b16db21e884a4ae91579a83673833eea1692b3e0 /webkit | |
parent | 2ee0418ef13f9fc36bcdd5ea2a7787b13fa6ca8a (diff) | |
download | chromium_src-eb0ef6ce145aab92fdf7f99f4ebe14ef7b03736c.zip chromium_src-eb0ef6ce145aab92fdf7f99f4ebe14ef7b03736c.tar.gz chromium_src-eb0ef6ce145aab92fdf7f99f4ebe14ef7b03736c.tar.bz2 |
JS bindings for Audio ctor in place. 4 test expectations changed.
Review URL: http://codereview.chromium.org/149090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 32d2e3d..248e38d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -608,7 +608,6 @@ BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-poster-from-remote.html = FAIL TIMEOUT BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-source-from-remote.html = PASS FAIL BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-src-from-remote.html = PASS FAIL -BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL // These tests are for <audio> and <video> and they do not run well on Windows. BUG13907 WIN SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.html = FAIL @@ -617,11 +616,11 @@ BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL -BUG13907 WIN : LayoutTests/media/audio-constructor-src.html = FAIL -BUG13907 WIN : LayoutTests/media/audio-constructor.html = FAIL +// We don't support WAV. +BUG13907 SKIP : LayoutTests/media/audio-constructor-src.html = FAIL +BUG13907 SKIP : LayoutTests/media/audio-constructor.html = FAIL // We don't support MP2 audio so skip this test. BUG13907 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL -BUG13907 WIN : LayoutTests/media/constructors.html = FAIL PASS // This test is flaky. BUG13907 WIN DEBUG : LayoutTests/media/progress-event-total.html = PASS FAIL // This test crashes in debug build not in release build. |