Title: [285060] trunk/Tools
Revision
285060
Author
[email protected]
Date
2021-10-29 16:24:41 -0700 (Fri, 29 Oct 2021)

Log Message

Revert r285034
webkit.org/b/232166

The test still times out in EWS.

* TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285059 => 285060)


--- trunk/Tools/ChangeLog	2021-10-29 23:17:10 UTC (rev 285059)
+++ trunk/Tools/ChangeLog	2021-10-29 23:24:41 UTC (rev 285060)
@@ -1,5 +1,14 @@
 2021-10-29  Alex Christensen  <[email protected]>
 
+        Revert r285034
+        webkit.org/b/232166
+
+        The test still times out in EWS.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm:
+
+2021-10-29  Alex Christensen  <[email protected]>
+
         Unreviewed, reverting r284917.
 
         Likely caused significant performance regression

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm (285059 => 285060)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm	2021-10-29 23:17:10 UTC (rev 285059)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm	2021-10-29 23:24:41 UTC (rev 285060)
@@ -724,12 +724,13 @@
     TestWebKitAPI::Util::run(&isDone);
 }
 
-TEST(AppPrivacyReport, LoadSimulatedRequestIsAppInitiated)
+// FIXME: Re-enable these two tests once webkit.org/b/232166 is resolved.
+TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsAppInitiated)
 {
     loadSimulatedRequestTest(IsAppInitiated::Yes);
 }
 
-TEST(AppPrivacyReport, LoadSimulatedRequestIsNonAppInitiated)
+TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsNonAppInitiated)
 {
     loadSimulatedRequestTest(IsAppInitiated::No);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to