Changeset 243912 in webkit
- Timestamp:
- Apr 4, 2019, 3:11:46 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r243911 r243912 1 2019-04-04 Aakash Jain <aakash_jain@apple.com> 2 3 Disable Flaky API Test TestWebKitAPI.KeyboardInputTests.KeyboardTypeForInput 4 https://bugs.webkit.org/show_bug.cgi?id=196630 5 6 Reviewed by Wenson Hsieh. 7 8 * TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm: 9 1 10 2019-04-04 Youenn Fablet <youenn@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm
r243153 r243912 341 341 } 342 342 343 TEST(KeyboardInputTests, KeyboardTypeForInput)343 TEST(KeyboardInputTests, DISABLED_KeyboardTypeForInput) 344 344 { 345 345 auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
Note:
See TracChangeset
for help on using the changeset viewer.