Changeset 213730 in webkit


Ignore:
Timestamp:
Mar 10, 2017 2:43:01 PM (7 years ago)
Author:
aestes@apple.com
Message:

Skip an API test that isn't expected to pass on iOS 10.

  • TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r213726 r213730  
     12017-03-10  Andy Estes  <aestes@apple.com>
     2
     3        Skip an API test that isn't expected to pass on iOS 10.
     4
     5        * TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm:
     6
    172017-03-10  Srinivasan Vijayaraghavan  <svijayaraghavan@apple.com>
    28
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm

    r213725 r213730  
    139139@end
    140140
     141#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
     142
    141143TEST(QuickLook, DidRequestPasswordNavigationDelegate)
    142144{
     
    144146    runTest([QuickLookPasswordNavigationDelegate class], passwordProtectedDocumentRequest);
    145147}
     148
     149#endif
    146150
    147151TEST(QuickLook, LegacyQuickLookContent)
Note: See TracChangeset for help on using the changeset viewer.