Title: [225803] trunk/Tools
- Revision
- 225803
- Author
- [email protected]
- Date
- 2017-12-12 13:36:48 -0800 (Tue, 12 Dec 2017)
Log Message
Update ContentFiltering.LazilyLoadPlatformFrameworks test to account for libwebrtc using VideoProcessing framework
https://bugs.webkit.org/show_bug.cgi?id=180713
Patch by Youenn Fablet <[email protected]> on 2017-12-12
Reviewed by Andy Estes.
Temporarily disabling a subcheck until we make the test more robust and/or libwebrtc weak linking VideoProcessing framework.
* TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm:
(-[LazilyLoadPlatformFrameworksController expectParentalControlsLoaded:networkExtensionLoaded:]):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (225802 => 225803)
--- trunk/Tools/ChangeLog 2017-12-12 21:35:58 UTC (rev 225802)
+++ trunk/Tools/ChangeLog 2017-12-12 21:36:48 UTC (rev 225803)
@@ -1,3 +1,15 @@
+2017-12-12 Youenn Fablet <[email protected]>
+
+ Update ContentFiltering.LazilyLoadPlatformFrameworks test to account for libwebrtc using VideoProcessing framework
+ https://bugs.webkit.org/show_bug.cgi?id=180713
+
+ Reviewed by Andy Estes.
+
+ Temporarily disabling a subcheck until we make the test more robust and/or libwebrtc weak linking VideoProcessing framework.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm:
+ (-[LazilyLoadPlatformFrameworksController expectParentalControlsLoaded:networkExtensionLoaded:]):
+
2017-12-12 Caio Lima <[email protected]>
[ESNext][BigInt] Implement BigInt literals and JSBigInt
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm (225802 => 225803)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm 2017-12-12 21:35:58 UTC (rev 225802)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm 2017-12-12 21:36:48 UTC (rev 225803)
@@ -363,7 +363,10 @@
EXPECT_EQ(static_cast<bool>(parentalControlsShouldBeLoaded), static_cast<bool>(parentalControlsLoaded));
#endif
#if HAVE(NETWORK_EXTENSION)
- EXPECT_EQ(static_cast<bool>(networkExtensionShouldBeLoaded), static_cast<bool>(networkExtensionLoaded));
+ // FIXME: Libwebrtc is linking on some configurations to VideoProcessing framework which brings up NetworkExtension framework.
+ // https://bugs.webkit.org/show_bug.cgi?id=180713
+ // Disable this test until we find a more robust test or libwebrtc weak link VideoProcessing framework.
+ // EXPECT_EQ(static_cast<bool>(networkExtensionShouldBeLoaded), static_cast<bool>(networkExtensionLoaded));
#endif
isDone = true;
}];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes