Title: [292849] trunk/Tools
Revision
292849
Author
matteo_flo...@apple.com
Date
2022-04-13 18:30:02 -0700 (Wed, 13 Apr 2022)

Log Message

[ iOS ] TestWebKitAPI.IndexedDB.IndexedDBSuspendImminently is a constant timeout         https://bugs.webkit.org/show_bug.cgi?id=239310          Unreviewed test gardening.          * TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm: Disabling the test         (TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (292848 => 292849)


--- trunk/Tools/ChangeLog	2022-04-14 01:18:57 UTC (rev 292848)
+++ trunk/Tools/ChangeLog	2022-04-14 01:30:02 UTC (rev 292849)
@@ -1,3 +1,13 @@
+2022-04-13  Matteo Flores  <matteo_flo...@apple.com>
+
+        [ iOS ] TestWebKitAPI.IndexedDB.IndexedDBSuspendImminently is a constant timeout
+        https://bugs.webkit.org/show_bug.cgi?id=239310
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm: Disabling the test
+        (TEST):
+
 2022-04-13  Jonathan Bedard  <jbed...@apple.com>
 
         [git-webkit] Found branch name instead of hash

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm (292848 => 292849)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm	2022-04-14 01:18:57 UTC (rev 292848)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm	2022-04-14 01:30:02 UTC (rev 292849)
@@ -70,8 +70,8 @@
             keepNetworkProcessActive();
     }];
 }
-
-TEST(IndexedDB, IndexedDBSuspendImminently)
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=239310
+TEST(IndexedDB, DISABLED_IndexedDBSuspendImminently)
 {
     readyToContinue = false;
     [[WKWebsiteDataStore defaultDataStore] removeDataOfTypes:[WKWebsiteDataStore allWebsiteDataTypes] modifiedSince:[NSDate distantPast] completionHandler:^() {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to