Changeset 215377 in webkit
- Timestamp:
- Apr 14, 2017, 3:17:36 PM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r215374 r215377 1 2017-04-14 Dan Bernstein <mitz@apple.com> 2 3 [ios-simulator] API test WebKit2.AdditionalReadAccessAllowedURLs is failing 4 https://bugs.webkit.org/show_bug.cgi?id=170856 5 6 Disabled the newly-added test in the Simulator, which doesn’t enforce sandboxing. 7 8 * TestWebKitAPI/Tests/WebKit2Cocoa/AdditionalReadAccessAllowedURLs.mm: 9 1 10 2017-04-14 Jonathan Bedard <jbedard@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AdditionalReadAccessAllowedURLs.mm
r215355 r215377 27 27 #import <WebKit/WKFoundation.h> 28 28 29 #if WK_API_ENABLED 29 #if WK_API_ENABLED && !PLATFORM(IOS_SIMULATOR) 30 30 31 31 #import "AdditionalReadAccessAllowedURLsProtocol.h"
Note:
See TracChangeset
for help on using the changeset viewer.