Title: [201944] trunk/Tools
Revision
201944
Author
wei...@apple.com
Date
2016-06-10 15:15:24 -0700 (Fri, 10 Jun 2016)

Log Message

Re-disable the UserMedia tests which are timing out.

They used to be accidentally disabled, due to not including
the FeatureDefines correctly, but not we explicitly disable it.

* TestWebKitAPI/Tests/WebKit2/UserMedia.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (201943 => 201944)


--- trunk/Tools/ChangeLog	2016-06-10 22:02:55 UTC (rev 201943)
+++ trunk/Tools/ChangeLog	2016-06-10 22:15:24 UTC (rev 201944)
@@ -1,3 +1,13 @@
+2016-06-10  Sam Weinig  <s...@webkit.org>
+
+        Re-disable the UserMedia tests which are timing out.
+
+        They used to be accidentally disabled, due to not including
+        the FeatureDefines correctly, but not we explicitly disable it.
+
+        * TestWebKitAPI/Tests/WebKit2/UserMedia.cpp:
+        (TestWebKitAPI::TEST):
+
 2016-06-10  Alex Christensen  <achristen...@webkit.org>
 
         Introduce WTF::UniqueRef

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/UserMedia.cpp (201943 => 201944)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/UserMedia.cpp	2016-06-10 22:02:55 UTC (rev 201943)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/UserMedia.cpp	2016-06-10 22:15:24 UTC (rev 201944)
@@ -56,7 +56,7 @@
     done = true;
 }
 
-TEST(WebKit2, UserMediaBasic)
+TEST(WebKit2, DISABLED_UserMediaBasic)
 {
     auto context = adoptWK(WKContextCreate());
     PlatformWebView webView(context.get());
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to