Changeset 230288 in webkit


Ignore:
Timestamp:
Apr 4, 2018, 6:03:02 PM (7 years ago)
Author:
Ryan Haddad
Message:

Disable failing WKWebViewAutofillTests
https://bugs.webkit.org/show_bug.cgi?id=184196

Unreviewed test gardening.

  • TestWebKitAPI/Tests/ios/WKWebViewAutofillTests.mm:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r230259 r230288  
     12018-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
    1112018-04-04  Youenn Fablet  <youenn@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/ios/WKWebViewAutofillTests.mm

    r223647 r230288  
    116116namespace TestWebKitAPI {
    117117
    118 TEST(WKWebViewAutofillTests, UsernameAndPasswordField)
     118TEST(WKWebViewAutofillTests, DISABLED_UsernameAndPasswordField)
    119119{
    120120    auto webView = adoptNS([[AutofillTestView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     
    135135}
    136136
    137 TEST(WKWebViewAutofillTests, UsernameAndPasswordFieldSeparatedByRadioButton)
     137TEST(WKWebViewAutofillTests, DISABLED_UsernameAndPasswordFieldSeparatedByRadioButton)
    138138{
    139139    auto webView = adoptNS([[AutofillTestView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     
    166166}
    167167
    168 TEST(WKWebViewAutofillTests, StandalonePasswordField)
     168TEST(WKWebViewAutofillTests, DISABLED_StandalonePasswordField)
    169169{
    170170    auto webView = adoptNS([[AutofillTestView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
Note: See TracChangeset for help on using the changeset viewer.