Changeset 215888 in webkit
- Timestamp:
- Apr 27, 2017, 1:14:14 PM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r215857 r215888 1 2017-04-27 Ryan Haddad <ryanhaddad@apple.com> 2 3 Disable flaky API test WKWebView.SetOverrideContentSecurityPolicyWithEmptyStringForPageWithCSP. 4 https://bugs.webkit.org/show_bug.cgi?id=167914 5 6 Unreviewed test gardening. 7 8 * TestWebKitAPI/Tests/WebKit2Cocoa/OverrideContentSecurityPolicy.mm: 9 (TEST): 10 1 11 2017-04-26 Saam Barati <sbarati@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/OverrideContentSecurityPolicy.mm
r211656 r215888 32 32 #if WK_API_ENABLED 33 33 34 TEST(WKWebView, SetOverrideContentSecurityPolicyWithEmptyStringForPageWithCSP)34 TEST(WKWebView, DISABLED_SetOverrideContentSecurityPolicyWithEmptyStringForPageWithCSP) 35 35 { 36 36 @autoreleasepool {
Note:
See TracChangeset
for help on using the changeset viewer.