Changeset 74146 in webkit


Ignore:
Timestamp:
Dec 15, 2010 3:10:32 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-12-15 Kenji Imasaki <imasaki@chromium.org>

Reviewed by David Levin.

Skip tests for unimplmented media features (aspect ratio video,
full screen, reverse-playback, video-preloading, context menu).
will enable these tests once these features are implemented.
https://bugs.webkit.org/show_bug.cgi?id=51085

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r74145 r74146  
     12010-12-15  Kenji Imasaki  <imasaki@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        Skip tests for unimplmented media features (aspect ratio video,
     6        full screen, reverse-playback, video-preloading, context menu).
     7        will enable these tests once these features are implemented.
     8        https://bugs.webkit.org/show_bug.cgi?id=51085
     9
     10        * platform/chromium/test_expectations.txt:
     11
    1122010-12-15  Yong Li  <yoli@rim.com>
    213
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r74140 r74146  
    787787BUGCR13907 BUGCR60355 : http/tests/security/local-video-source-from-remote.html = PASS FAIL TIMEOUT
    788788BUGCR13907 BUGCR60355 : http/tests/security/local-video-src-from-remote.html = PASS FAIL TIMEOUT
    789 // KNOWNISSUE : * we don't have test-par-16-9.ogv generated in WebKit * we don't handle aspect ratio correctly.
    790 BUGCR59635 : media/video-display-aspect-ratio.html = PASS FAIL TIMEOUT
     789// UNIMPLEMENTED : * we don't have test-par-16-9.ogv generated in WebKit * we don't handle aspect ratio correctly.
     790BUGCR59635 SKIP : media/video-display-aspect-ratio.html = PASS FAIL TIMEOUT
    791791
    792792// video.buffered multiple TimeRanges support.
     
    842842// We haven't implemented the WebKit fullscreen extension.
    843843// UNIMPLEMENTED
    844 BUGCR16735 : media/media-fullscreen-inline.html = TIMEOUT
    845 BUGCR16735 : media/media-fullscreen-not-in-document.html = TIMEOUT
     844BUGCR16735 SKIP : media/media-fullscreen-inline.html = TIMEOUT
     845BUGCR16735 SKIP : media/media-fullscreen-not-in-document.html = TIMEOUT
    846846
    847847// We haven't implemented the WebKit captioning extension.
     
    851851// We haven't implemented reverse audio/video playback.
    852852// UNIMPLEMENTED BUGCR33099 Implement reverse audio/video playback
    853 BUGCR33099 : media/video-reverse-play-duration.html = TIMEOUT
    854 BUGCR33099 : media/video-timeupdate-reverse-play.html = TIMEOUT
     853BUGCR33099 SKIP : media/video-reverse-play-duration.html = TIMEOUT
     854BUGCR33099 SKIP : media/video-timeupdate-reverse-play.html = TIMEOUT
    855855
    856856// We haven't implemented video preloading and it passing is a false positive.
    857857// UNIMPLEMENTED
    858 BUGWK16482 : media/video-preload.html = PASS FAIL
     858BUGWK16482 SKIP : media/video-preload.html = PASS FAIL
    859859
    860860// Does not display courier for the letters, as the test requests.
     
    31273127// See https://bugs.webkit.org/show_bug.cgi?id=45021 for more info.
    31283128// UNIMPLEMENTED for chrome
    3129 BUGCR59665 BUGWK45021 : media/context-menu-actions.html = CRASH TIMEOUT PASS
     3129BUGCR59665 BUGWK45021 SKIP : media/context-menu-actions.html = CRASH TIMEOUT PASS
    31303130BUGCR59665 MAC : media/video-timeupdate-during-playback.html = CRASH TIMEOUT PASS
    31313131
Note: See TracChangeset for help on using the changeset viewer.