Changeset 248673 in webkit


Ignore:
Timestamp:
Aug 14, 2019 10:10:08 AM (5 years ago)
Author:
youenn@apple.com
Message:

Reenable Update ContentFiltering.LazilyLoadPlatformFrameworks test for NetworkExtension
https://bugs.webkit.org/show_bug.cgi?id=200706

Reviewed by Alex Christensen.

Libwebrtc is now soft-linked so we can reenable this test.

  • TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm:

(-[LazilyLoadPlatformFrameworksController expectParentalControlsLoaded:networkExtensionLoaded:]):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r248659 r248673  
     12019-08-14  Youenn Fablet  <youenn@apple.com>
     2
     3        Reenable Update ContentFiltering.LazilyLoadPlatformFrameworks test for NetworkExtension
     4        https://bugs.webkit.org/show_bug.cgi?id=200706
     5
     6        Reviewed by Alex Christensen.
     7
     8        Libwebrtc is now soft-linked so we can reenable this test.
     9
     10        * TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm:
     11        (-[LazilyLoadPlatformFrameworksController expectParentalControlsLoaded:networkExtensionLoaded:]):
     12
    1132019-08-13  Sam Weinig  <weinig@apple.com>
    214
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm

    r242339 r248673  
    362362#endif
    363363#if HAVE(NETWORK_EXTENSION)
    364         // FIXME: Libwebrtc is linking on some configurations to VideoProcessing framework which brings up NetworkExtension framework.
    365         // Disable this test until we find a more robust test or libwebrtc weak link VideoProcessing framework.
    366         // https://bugs.webkit.org/show_bug.cgi?id=180713
    367 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED < 101300
    368364        EXPECT_EQ(static_cast<bool>(networkExtensionShouldBeLoaded), static_cast<bool>(networkExtensionLoaded));
    369 #endif
    370365#endif // HAVE(NETWORK_EXTENSION)
    371366        isDone = true;
Note: See TracChangeset for help on using the changeset viewer.