Title: [227334] branches/safari-605-branch/Tools
Revision
227334
Author
jmarc...@apple.com
Date
2018-01-22 09:58:51 -0800 (Mon, 22 Jan 2018)

Log Message

Cherry-pick r227273. rdar://problem/36722654

Modified Paths

Diff

Modified: branches/safari-605-branch/Tools/ChangeLog (227333 => 227334)


--- branches/safari-605-branch/Tools/ChangeLog	2018-01-22 17:58:49 UTC (rev 227333)
+++ branches/safari-605-branch/Tools/ChangeLog	2018-01-22 17:58:51 UTC (rev 227334)
@@ -1,5 +1,22 @@
 2018-01-22  Jason Marcell  <jmarc...@apple.com>
 
+        Cherry-pick r227273. rdar://problem/36722654
+
+    2018-01-20  Chris Dumez  <cdu...@apple.com>
+
+            API test URLSchemeHandler.Leaks1 is timing out on iOS simulator debug
+            https://bugs.webkit.org/show_bug.cgi?id=174984
+            <rdar://problem/33665676>
+
+            Reviewed by Alexey Proskuryakov.
+
+            Disable URLSchemeHandler.Leaks1 API test on iOS as it sometimes times out.
+
+            * TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm:
+            (TEST):
+
+2018-01-22  Jason Marcell  <jmarc...@apple.com>
+
         Cherry-pick r227242. rdar://problem/36722539
 
     2018-01-19  Youenn Fablet  <you...@apple.com>

Modified: branches/safari-605-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm (227333 => 227334)


--- branches/safari-605-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm	2018-01-22 17:58:49 UTC (rev 227333)
+++ branches/safari-605-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm	2018-01-22 17:58:51 UTC (rev 227334)
@@ -80,7 +80,12 @@
 
 auto e = EPERM;
 
+#if PLATFORM(IOS)
+// This test is sometimes timing out on iOS (rdar://problem/33665676).
+TEST(URLSchemeHandler, DISABLED_Leaks1)
+#else
 TEST(URLSchemeHandler, Leaks1)
+#endif
 {
     RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     RetainPtr<LeakSchemeHandler> handler = adoptNS([[LeakSchemeHandler alloc] init]);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to