Title: [222343] trunk/Tools
Revision
222343
Author
[email protected]
Date
2017-09-21 13:19:57 -0700 (Thu, 21 Sep 2017)

Log Message

Unreviewed, temporarily disable new API tests introduced in r222308 until they pass on El Capitan

* TestWebKitAPI/Tests/WebKitCocoa/Download.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222342 => 222343)


--- trunk/Tools/ChangeLog	2017-09-21 20:18:01 UTC (rev 222342)
+++ trunk/Tools/ChangeLog	2017-09-21 20:19:57 UTC (rev 222343)
@@ -1,3 +1,10 @@
+2017-09-21  Chris Dumez  <[email protected]>
+
+        Unreviewed, temporarily disable new API tests introduced in r222308 until they pass on El Capitan
+
+        * TestWebKitAPI/Tests/WebKitCocoa/Download.mm:
+        (TEST):
+
 2017-09-21  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r222272.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm (222342 => 222343)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm	2017-09-21 20:18:01 UTC (rev 222342)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm	2017-09-21 20:19:57 UTC (rev 222343)
@@ -525,7 +525,8 @@
     [TestProtocol unregister];
 }
 
-TEST(_WKDownload, RedirectedLoadConvertedToDownload)
+// FIXME: Re-enable once it passes on El Capitan (https://bugs.webkit.org/show_bug.cgi?id=177321).
+TEST(_WKDownload, DISABLED_RedirectedLoadConvertedToDownload)
 {
     [TestProtocol registerWithScheme:@"http"];
 
@@ -547,7 +548,8 @@
     [TestProtocol unregister];
 }
 
-TEST(_WKDownload, RedirectedSubframeLoadConvertedToDownload)
+// FIXME: Re-enable once it passes on El Capitan (https://bugs.webkit.org/show_bug.cgi?id=177321).
+TEST(_WKDownload, DISABLED_RedirectedSubframeLoadConvertedToDownload)
 {
     [TestProtocol registerWithScheme:@"http"];
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to