Changeset 238107 in webkit


Ignore:
Timestamp:
Nov 12, 2018 1:42:51 PM (5 years ago)
Author:
Ryan Haddad
Message:

[MediaStream] Screen capture should be an experimental feature on OSX only
https://bugs.webkit.org/show_bug.cgi?id=191552

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/GetDisplayMedia.mm: Only run these tests on macOS.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r238106 r238107  
     12018-11-12  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        [MediaStream] Screen capture should be an experimental feature on OSX only
     4        https://bugs.webkit.org/show_bug.cgi?id=191552
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/GetDisplayMedia.mm: Only run these tests on macOS.
     9
    1102018-11-12  Don Olmstead  <don.olmstead@sony.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GetDisplayMedia.mm

    r237879 r238107  
    2828#if WK_API_ENABLED
    2929
    30 #if ENABLE(MEDIA_STREAM)
     30#if ENABLE(MEDIA_STREAM) && PLATFORM(MAC)
    3131
    3232#import "PlatformUtilities.h"
     
    187187} // namespace TestWebKitAPI
    188188
    189 #endif // ENABLE(MEDIA_STREAM)
     189#endif // ENABLE(MEDIA_STREAM) && PLATFORM(MAC)
    190190
    191191#endif // WK_API_ENABLED
Note: See TracChangeset for help on using the changeset viewer.