Title: [261286] trunk/Tools
Revision
261286
Author
tsav...@apple.com
Date
2020-05-07 07:37:35 -0700 (Thu, 07 May 2020)

Log Message

Unskip the test since it should now be passing

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (261285 => 261286)


--- trunk/Tools/ChangeLog	2020-05-07 14:29:38 UTC (rev 261285)
+++ trunk/Tools/ChangeLog	2020-05-07 14:37:35 UTC (rev 261286)
@@ -1,3 +1,11 @@
+2020-05-07  Truitt Savell  <tsav...@apple.com>
+
+        Unskip the test since it should now be passing
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:
+
 2020-05-07  Philippe Normand  <pnorm...@igalia.com>
 
         [GTK] Test failures after Flatpak upgrade

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm (261285 => 261286)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm	2020-05-07 14:29:38 UTC (rev 261285)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm	2020-05-07 14:37:35 UTC (rev 261286)
@@ -1331,9 +1331,6 @@
     checkPanel([delegate panel], @"", @[adoptNS([[NSNumber alloc] initWithInt:_WKWebAuthenticationTransportUSB]).get()], _WKWebAuthenticationTypeCreate);
 }
 
-// Skip the test because of <rdar://problem/59635486>.
-#if PLATFORM(MAC)
-
 TEST(WebAuthenticationPanel, LAGetAssertion)
 {
     reset();
@@ -1398,8 +1395,6 @@
     cleanUpKeychain("");
 }
 
-#endif // PLATFORM(MAC)
-
 #endif // USE(APPLE_INTERNAL_SDK) || PLATFORM(IOS)
 
 } // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to