Title: [285034] trunk/Tools
Revision
285034
Author
[email protected]
Date
2021-10-29 09:48:20 -0700 (Fri, 29 Oct 2021)

Log Message

Re-enable two AppPrivacyReport tests
webkit.org/b/232166

I ran them locally on iOS simulator and they ran fine.
They were disabled during a tumultuous time, and the cause of their timeouts is likely resolved.
I'll watch the bots and see if they agree.

* TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285033 => 285034)


--- trunk/Tools/ChangeLog	2021-10-29 16:46:39 UTC (rev 285033)
+++ trunk/Tools/ChangeLog	2021-10-29 16:48:20 UTC (rev 285034)
@@ -1,3 +1,14 @@
+2021-10-29  Alex Christensen  <[email protected]>
+
+        Re-enable two AppPrivacyReport tests
+        webkit.org/b/232166
+
+        I ran them locally on iOS simulator and they ran fine.
+        They were disabled during a tumultuous time, and the cause of their timeouts is likely resolved.
+        I'll watch the bots and see if they agree.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm:
+
 2021-10-29  Jonathan Bedard  <[email protected]>
 
         [webkitscmpy] Add fetch and rebase

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm (285033 => 285034)


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

Reply via email to