Changeset 92141 in webkit


Ignore:
Timestamp:
Aug 1, 2011 2:16:33 PM (13 years ago)
Author:
rniwa@webkit.org
Message:

media/track tests should be skipped on all platforms until feature is fully implemented.
https://bugs.webkit.org/show_bug.cgi?id=65482

Patch by Anna Cavender <annacc@chromium.org> on 2011-08-01
Reviewed by Ryosuke Niwa.

  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r92139 r92141  
     12011-08-01  Anna Cavender  <annacc@chromium.org>
     2
     3        media/track tests should be skipped on all platforms until feature is fully implemented.
     4        https://bugs.webkit.org/show_bug.cgi?id=65482
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * platform/gtk/Skipped:
     9        * platform/mac/Skipped:
     10        * platform/qt/Skipped:
     11        * platform/win/Skipped:
     12
    1132011-08-01  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/LayoutTests/platform/gtk/Skipped

    r91914 r92141  
    410410editing/pasteboard/smart-drag-drop.html
    411411editing/pasteboard/drag-drop-list.html
     412
     413# Tests for WebVTT parser for <track>.  Feature is not yet functional.
     414# https://bugs.webkit.org/show_bug.cgi?id=43668
     415media/track/
    412416
    413417###############################################################################
  • trunk/LayoutTests/platform/mac/Skipped

    r91797 r92141  
    403403# For now, Web Audio API is disabled
    404404webaudio/
     405
     406# Tests for WebVTT parser for <track>.  Feature is not yet functional.
     407# https://bugs.webkit.org/show_bug.cgi?id=43668
     408media/track/
  • trunk/LayoutTests/platform/qt/Skipped

    r92127 r92141  
    191191# Needs rebaseline
    192192fast/repaint/scale-page-shrink.html
     193
     194# =========================================================================== #
     195#       Feature not yet supported.                                            #
     196# =========================================================================== #
     197
     198# Tests for WebVTT parser for <track>.  Feature is not yet functional.
     199# https://bugs.webkit.org/show_bug.cgi?id=43668
     200media/track/
    193201
    194202# =========================================================================== #
  • trunk/LayoutTests/platform/win/Skipped

    r91797 r92141  
    13691369# For now, Web Audio API is disabled
    13701370webaudio/
     1371
     1372# Tests for WebVTT parser for <track>.  Feature is not yet functional.
     1373# https://bugs.webkit.org/show_bug.cgi?id=43668
     1374media/track/
Note: See TracChangeset for help on using the changeset viewer.