Title: [176020] trunk/Tools
Revision
176020
Author
[email protected]
Date
2014-11-12 08:37:10 -0800 (Wed, 12 Nov 2014)

Log Message

Unreviewed, GTK gardening.

* Scripts/run-gtk-tests:
(TestRunner): Skip the UserMediaBasic test because it depends on
constraints validation which is going to be fixed in bug #136449.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (176019 => 176020)


--- trunk/Tools/ChangeLog	2014-11-12 14:23:09 UTC (rev 176019)
+++ trunk/Tools/ChangeLog	2014-11-12 16:37:10 UTC (rev 176020)
@@ -1,3 +1,11 @@
+2014-11-12  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK gardening.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skip the UserMediaBasic test because it depends on
+        constraints validation which is going to be fixed in bug #136449.
+
 2014-11-12  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Expose user script messages to GObject DOM bindings

Modified: trunk/Tools/Scripts/run-gtk-tests (176019 => 176020)


--- trunk/Tools/Scripts/run-gtk-tests	2014-11-12 14:23:09 UTC (rev 176019)
+++ trunk/Tools/Scripts/run-gtk-tests	2014-11-12 16:37:10 UTC (rev 176020)
@@ -81,6 +81,7 @@
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.TerminateTwice", "Test causes crash on the next test", 121970),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToHighAccuracy", "Test causes crash on the next test", 125068),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToLowAccuracy", "Test causes crash on the next test", 125068),
+        SkippedTest("WebKit2/TestWebKit2", "WebKit2.UserMediaBasic", "Test times out because constraints validation support is missing", 136449),
     ]
 
     def __init__(self, options, tests=[]):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to