Changeset 230288 in webkit
- Timestamp:
- Apr 4, 2018, 6:03:02 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r230259 r230288 1 2018-04-04 Ryan Haddad <ryanhaddad@apple.com> 2 3 Disable failing WKWebViewAutofillTests 4 https://bugs.webkit.org/show_bug.cgi?id=184196 5 6 Unreviewed test gardening. 7 8 * TestWebKitAPI/Tests/ios/WKWebViewAutofillTests.mm: 9 (TestWebKitAPI::TEST): 10 1 11 2018-04-04 Youenn Fablet <youenn@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/ios/WKWebViewAutofillTests.mm
r223647 r230288 116 116 namespace TestWebKitAPI { 117 117 118 TEST(WKWebViewAutofillTests, UsernameAndPasswordField)118 TEST(WKWebViewAutofillTests, DISABLED_UsernameAndPasswordField) 119 119 { 120 120 auto webView = adoptNS([[AutofillTestView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]); … … 135 135 } 136 136 137 TEST(WKWebViewAutofillTests, UsernameAndPasswordFieldSeparatedByRadioButton)137 TEST(WKWebViewAutofillTests, DISABLED_UsernameAndPasswordFieldSeparatedByRadioButton) 138 138 { 139 139 auto webView = adoptNS([[AutofillTestView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]); … … 166 166 } 167 167 168 TEST(WKWebViewAutofillTests, StandalonePasswordField)168 TEST(WKWebViewAutofillTests, DISABLED_StandalonePasswordField) 169 169 { 170 170 auto webView = adoptNS([[AutofillTestView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
Note:
See TracChangeset
for help on using the changeset viewer.