Changeset 219131 in webkit


Ignore:
Timestamp:
Jul 5, 2017 9:17:34 AM (7 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, guard iOS 11-dependent UIPasteboardTests to be iOS 11+ only

  • TestWebKitAPI/Tests/ios/UIPasteboardTests.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r219129 r219131  
     12017-07-05  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, guard iOS 11-dependent UIPasteboardTests to be iOS 11+ only
     4
     5        * TestWebKitAPI/Tests/ios/UIPasteboardTests.mm:
     6
    172017-07-05  Matt Lewis  <jlewis3@apple.com>
    28
  • trunk/Tools/TestWebKitAPI/Tests/ios/UIPasteboardTests.mm

    r219129 r219131  
    8787}
    8888
     89#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
     90
    8991TEST(UIPasteboardTests, DoNotPastePlainTextAsURL)
    9092{
     
    138140}
    139141
     142#endif // __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
     143
    140144} // namespace TestWebKitAPI
    141145
Note: See TracChangeset for help on using the changeset viewer.