Changeset 243915 in webkit
- Timestamp:
- Apr 4, 2019, 3:47:15 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r243914 r243915 1 2019-04-04 Aakash Jain <aakash_jain@apple.com> 2 3 Disable Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext 4 https://bugs.webkit.org/show_bug.cgi?id=196629 5 6 Reviewed by Lucas Forschler. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm: 9 1 10 2019-04-04 Aakash Jain <aakash_jain@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm
r242762 r243915 178 178 } 179 179 180 TEST(WebKit, FocusTextInputContext)180 TEST(WebKit, DISABLED_FocusTextInputContext) 181 181 { 182 182 RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
Note:
See TracChangeset
for help on using the changeset viewer.