Title: [292851] trunk/Tools
Revision
292851
Author
[email protected]
Date
2022-04-13 19:02:10 -0700 (Wed, 13 Apr 2022)

Log Message

[ iOS ] TestWebKitAPI.SOAuthorizationSubFrame.InterceptionErrorWithReferrer is a flaky timeout         https://bugs.webkit.org/show_bug.cgi?id=239311          Unreviewed test gardening          * TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm: Disabling the test to help EWS         (TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (292850 => 292851)


--- trunk/Tools/ChangeLog	2022-04-14 01:50:09 UTC (rev 292850)
+++ trunk/Tools/ChangeLog	2022-04-14 02:02:10 UTC (rev 292851)
@@ -1,5 +1,15 @@
 2022-04-13  Matteo Flores  <[email protected]>
 
+        [ iOS ] TestWebKitAPI.SOAuthorizationSubFrame.InterceptionErrorWithReferrer is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=239311
+
+        Unreviewed test gardening
+
+        * TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm: Disabling the test to help EWS
+        (TestWebKitAPI::TEST):
+
+2022-04-13  Matteo Flores  <[email protected]>
+
         REGRESSION(r292401-r292310): [ iOS ] TestWebKitAPI.GPUProcess.CanvasBasicCrashHandling is a constant failure on iOS
         https://bugs.webkit.org/show_bug.cgi?id=239303
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm (292850 => 292851)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm	2022-04-14 01:50:09 UTC (rev 292850)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm	2022-04-14 02:02:10 UTC (rev 292851)
@@ -2634,7 +2634,8 @@
     EXPECT_FALSE(authorizationPerformed);
 }
 
-TEST(SOAuthorizationSubFrame, InterceptionErrorWithReferrer)
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=239311
+TEST(SOAuthorizationSubFrame, DISABLED_InterceptionErrorWithReferrer)
 {
     resetState();
     ClassMethodSwizzler swizzler1(PAL::getSOAuthorizationClass(), @selector(canPerformAuthorizationWithURL:responseCode:), reinterpret_cast<IMP>(overrideCanPerformAuthorizationWithURL));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to