From cb1bf24528f08be95e39aeba88f725ef64689ad8 Mon Sep 17 00:00:00 2001 From: "timothy_horton@apple.com" Date: Thu, 25 Oct 2018 06:12:50 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237407 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/ChangeLog | 9 +++++++++ Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 276dd4a..dd3ba6e 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,12 @@ +2018-10-24 Tim Horton + + 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 Clean up some obsolete macOS version guards diff --git a/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm b/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm index 39d100e..bf7da79 100644 --- a/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm +++ b/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm @@ -90,7 +90,7 @@ static UIViewController *overrideViewControllerForFullscreenPresentation() return gOverrideViewControllerForFullscreenPresentation.get(); } -TEST(ActionSheetTests, DismissingActionSheetShouldNotDismissPresentingViewController) +TEST(ActionSheetTests, DISABLED_DismissingActionSheetShouldNotDismissPresentingViewController) { IPadUserInterfaceSwizzler iPadUserInterface; UIApplicationInitialize(); -- 1.8.3.1