Title: [261316] trunk/Tools
- Revision
- 261316
- Author
- [email protected]
- Date
- 2020-05-07 11:07:49 -0700 (Thu, 07 May 2020)
Log Message
Unreviewed, reverting r261286.
Tests are still crashing / failing
Reverted changeset:
"Unskip the test since it should now be passing"
https://trac.webkit.org/changeset/261286
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (261315 => 261316)
--- trunk/Tools/ChangeLog 2020-05-07 18:02:11 UTC (rev 261315)
+++ trunk/Tools/ChangeLog 2020-05-07 18:07:49 UTC (rev 261316)
@@ -1,3 +1,14 @@
+2020-05-07 Ryan Haddad <[email protected]>
+
+ Unreviewed, reverting r261286.
+
+ Tests are still crashing / failing
+
+ Reverted changeset:
+
+ "Unskip the test since it should now be passing"
+ https://trac.webkit.org/changeset/261286
+
2020-05-07 Commit Queue <[email protected]>
Unreviewed, reverting r260769.
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm (261315 => 261316)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm 2020-05-07 18:02:11 UTC (rev 261315)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm 2020-05-07 18:07:49 UTC (rev 261316)
@@ -1331,6 +1331,9 @@
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();
@@ -1395,6 +1398,8 @@
cleanUpKeychain("");
}
+#endif // PLATFORM(MAC)
+
#endif // USE(APPLE_INTERNAL_SDK) || PLATFORM(IOS)
} // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes