Title: [92141] trunk/LayoutTests
Revision
92141
Author
[email protected]
Date
2011-08-01 14:16:33 -0700 (Mon, 01 Aug 2011)

Log 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 <[email protected]> on 2011-08-01
Reviewed by Ryosuke Niwa.

* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92140 => 92141)


--- trunk/LayoutTests/ChangeLog	2011-08-01 21:10:56 UTC (rev 92140)
+++ trunk/LayoutTests/ChangeLog	2011-08-01 21:16:33 UTC (rev 92141)
@@ -1,3 +1,15 @@
+2011-08-01  Anna Cavender  <[email protected]>
+
+        media/track tests should be skipped on all platforms until feature is fully implemented.
+        https://bugs.webkit.org/show_bug.cgi?id=65482
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/gtk/Skipped:
+        * platform/mac/Skipped:
+        * platform/qt/Skipped:
+        * platform/win/Skipped:
+
 2011-08-01  Ryosuke Niwa  <[email protected]>
 
         Search field in designMode causes a crash

Modified: trunk/LayoutTests/platform/gtk/Skipped (92140 => 92141)


--- trunk/LayoutTests/platform/gtk/Skipped	2011-08-01 21:10:56 UTC (rev 92140)
+++ trunk/LayoutTests/platform/gtk/Skipped	2011-08-01 21:16:33 UTC (rev 92141)
@@ -410,6 +410,10 @@
 editing/pasteboard/smart-drag-drop.html
 editing/pasteboard/drag-drop-list.html
 
+# Tests for WebVTT parser for <track>.  Feature is not yet functional.
+# https://bugs.webkit.org/show_bug.cgi?id=43668
+media/track/
+
 ###############################################################################
 # TESTS FAILING
 ###############################################################################

Modified: trunk/LayoutTests/platform/mac/Skipped (92140 => 92141)


--- trunk/LayoutTests/platform/mac/Skipped	2011-08-01 21:10:56 UTC (rev 92140)
+++ trunk/LayoutTests/platform/mac/Skipped	2011-08-01 21:16:33 UTC (rev 92141)
@@ -402,3 +402,7 @@
 
 # For now, Web Audio API is disabled
 webaudio/
+
+# Tests for WebVTT parser for <track>.  Feature is not yet functional.
+# https://bugs.webkit.org/show_bug.cgi?id=43668
+media/track/

Modified: trunk/LayoutTests/platform/qt/Skipped (92140 => 92141)


--- trunk/LayoutTests/platform/qt/Skipped	2011-08-01 21:10:56 UTC (rev 92140)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-08-01 21:16:33 UTC (rev 92141)
@@ -192,6 +192,14 @@
 fast/repaint/scale-page-shrink.html
 
 # =========================================================================== #
+#       Feature not yet supported.                                            #
+# =========================================================================== #
+
+# Tests for WebVTT parser for <track>.  Feature is not yet functional.
+# https://bugs.webkit.org/show_bug.cgi?id=43668
+media/track/
+
+# =========================================================================== #
 #       Drag and Drop Support in DRT.                                         #
 # =========================================================================== #
 # Drag n drop support on DRT cannot work at the moment because Qt's drag'n'drop

Modified: trunk/LayoutTests/platform/win/Skipped (92140 => 92141)


--- trunk/LayoutTests/platform/win/Skipped	2011-08-01 21:10:56 UTC (rev 92140)
+++ trunk/LayoutTests/platform/win/Skipped	2011-08-01 21:16:33 UTC (rev 92141)
@@ -1368,3 +1368,7 @@
 
 # For now, Web Audio API is disabled
 webaudio/
+
+# Tests for WebVTT parser for <track>.  Feature is not yet functional.
+# https://bugs.webkit.org/show_bug.cgi?id=43668
+media/track/
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to