Title: [237407] trunk/Tools
Revision
237407
Author
[email protected]
Date
2018-10-24 23:12:50 -0700 (Wed, 24 Oct 2018)

Log Message

REGRESSION (r237331): DismissingActionSheetShouldNotDismissPresentingViewController times out
https://bugs.webkit.org/show_bug.cgi?id=190897

* TestWebKitAPI/Tests/ios/ActionSheetTests.mm:
(TestWebKitAPI::TEST):
Disable the test for now.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (237406 => 237407)


--- trunk/Tools/ChangeLog	2018-10-25 05:02:02 UTC (rev 237406)
+++ trunk/Tools/ChangeLog	2018-10-25 06:12:50 UTC (rev 237407)
@@ -1,3 +1,12 @@
+2018-10-24  Tim Horton  <[email protected]>
+
+        REGRESSION (r237331): DismissingActionSheetShouldNotDismissPresentingViewController times out
+        https://bugs.webkit.org/show_bug.cgi?id=190897
+
+        * TestWebKitAPI/Tests/ios/ActionSheetTests.mm:
+        (TestWebKitAPI::TEST):
+        Disable the test for now.
+
 2018-10-24  Alexey Proskuryakov  <[email protected]>
 
         Clean up some obsolete macOS version guards

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm (237406 => 237407)


--- trunk/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm	2018-10-25 05:02:02 UTC (rev 237406)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm	2018-10-25 06:12:50 UTC (rev 237407)
@@ -90,7 +90,7 @@
     return gOverrideViewControllerForFullscreenPresentation.get();
 }
 
-TEST(ActionSheetTests, DismissingActionSheetShouldNotDismissPresentingViewController)
+TEST(ActionSheetTests, DISABLED_DismissingActionSheetShouldNotDismissPresentingViewController)
 {
     IPadUserInterfaceSwizzler iPadUserInterface;
     UIApplicationInitialize();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to