Title: [285957] trunk/Tools
Revision
285957
Author
ryanhad...@apple.com
Date
2021-11-17 15:04:11 -0800 (Wed, 17 Nov 2021)

Log Message

[macOS Debug] TestWebKitAPI.WKInspectorExtensionDelegate.InspectedPageNavigatedCallbacks is timing out
https://bugs.webkit.org/show_bug.cgi?id=231847

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm: Disable test in the debug configuration.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285956 => 285957)


--- trunk/Tools/ChangeLog	2021-11-17 22:55:08 UTC (rev 285956)
+++ trunk/Tools/ChangeLog	2021-11-17 23:04:11 UTC (rev 285957)
@@ -1,3 +1,12 @@
+2021-11-16  Ryan Haddad  <ryanhad...@apple.com>
+
+        [macOS Debug] TestWebKitAPI.WKInspectorExtensionDelegate.InspectedPageNavigatedCallbacks is timing out
+        https://bugs.webkit.org/show_bug.cgi?id=231847
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm: Disable test in the debug configuration.
+
 2021-11-17  Zixing Liu  <liushuyu...@gmail.com>
 
         [GTK][WPE] Support getting and setting HTTP headers in custom URI scheme handlers

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm (285956 => 285957)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm	2021-11-17 22:55:08 UTC (rev 285956)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm	2021-11-17 23:04:11 UTC (rev 285957)
@@ -160,7 +160,12 @@
     TestWebKitAPI::Util::run(&pendingCallbackWasCalled);
 }
 
+// FIXME: Re-enable this test for debug once webkit.org/b/231847 is fixed.
+#if !defined(NDEBUG)
+TEST(WKInspectorExtensionDelegate, DISABLED_InspectedPageNavigatedCallbacks)
+#else
 TEST(WKInspectorExtensionDelegate, InspectedPageNavigatedCallbacks)
+#endif
 {
     resetGlobalState();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to