Title: [287573] trunk/Tools
Revision
287573
Author
achristen...@apple.com
Date
2022-01-04 10:05:13 -0800 (Tue, 04 Jan 2022)

Log Message

Re-enable URLSchemeHandler.Leaks1 API test
https://bugs.webkit.org/show_bug.cgi?id=234625

Reviewed by Darin Adler.

The test seems to not time out any more.  I think it has been fixed without re-enabling the test.

* TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (287572 => 287573)


--- trunk/Tools/ChangeLog	2022-01-04 17:35:17 UTC (rev 287572)
+++ trunk/Tools/ChangeLog	2022-01-04 18:05:13 UTC (rev 287573)
@@ -1,3 +1,15 @@
+2022-01-04  Alex Christensen  <achristen...@webkit.org>
+
+        Re-enable URLSchemeHandler.Leaks1 API test
+        https://bugs.webkit.org/show_bug.cgi?id=234625
+
+        Reviewed by Darin Adler.
+
+        The test seems to not time out any more.  I think it has been fixed without re-enabling the test.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm:
+        (TEST):
+
 2022-01-03  Sam Weinig  <wei...@apple.com>
 
         Add resolved/unresolved color type accessors to require users to be explicit about whether they will handle missing/none color components

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm (287572 => 287573)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm	2022-01-04 17:35:17 UTC (rev 287572)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-leaks.mm	2022-01-04 18:05:13 UTC (rev 287573)
@@ -77,12 +77,7 @@
 
 auto e = EPERM;
 
-#if PLATFORM(IOS_FAMILY)
-// 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