Title: [221151] trunk/Tools
Revision
221151
Author
jlew...@apple.com
Date
2017-08-24 11:27:54 -0700 (Thu, 24 Aug 2017)

Log Message

Disabled VideoControlsManagerMultipleVideosSwitchControlledVideoWhenScrolling.
https://bugs.webkit.org/show_bug.cgi?id=175909

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKit2Cocoa/VideoControlsManager.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221150 => 221151)


--- trunk/Tools/ChangeLog	2017-08-24 18:18:56 UTC (rev 221150)
+++ trunk/Tools/ChangeLog	2017-08-24 18:27:54 UTC (rev 221151)
@@ -1,3 +1,13 @@
+2017-08-23  Matt Lewis  <jlew...@apple.com>
+
+        Disabled VideoControlsManagerMultipleVideosSwitchControlledVideoWhenScrolling.
+        https://bugs.webkit.org/show_bug.cgi?id=175909
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/VideoControlsManager.mm:
+        (TestWebKitAPI::TEST):
+
 2017-08-24  Don Olmstead  <don.olmst...@sony.com>
 
         [CMake] Use find_package for SQLite

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/VideoControlsManager.mm (221150 => 221151)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/VideoControlsManager.mm	2017-08-24 18:18:56 UTC (rev 221150)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/VideoControlsManager.mm	2017-08-24 18:27:54 UTC (rev 221151)
@@ -225,8 +225,8 @@
 
     TestWebKitAPI::Util::run(&secondVideoPaused);
 }
-
-TEST(VideoControlsManager, VideoControlsManagerMultipleVideosSwitchControlledVideoWhenScrolling)
+// FIXME: Re-enable this test once <webkit.org/b/175909> is resolved.
+TEST(VideoControlsManager, DISABLED_VideoControlsManagerMultipleVideosSwitchControlledVideoWhenScrolling)
 {
     RetainPtr<VideoControlsManagerTestWebView*> webView = setUpWebViewForTestingVideoControlsManager(NSMakeRect(0, 0, 800, 600));
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to