Changeset 215377 in webkit


Ignore:
Timestamp:
Apr 14, 2017 3:17:36 PM (7 years ago)
Author:
mitz@apple.com
Message:

[ios-simulator] API test WebKit2.AdditionalReadAccessAllowedURLs is failing
https://bugs.webkit.org/show_bug.cgi?id=170856

Disabled the newly-added test in the Simulator, which doesn’t enforce sandboxing.

  • TestWebKitAPI/Tests/WebKit2Cocoa/AdditionalReadAccessAllowedURLs.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r215374 r215377  
     12017-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
    1102017-04-14  Jonathan Bedard  <jbedard@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AdditionalReadAccessAllowedURLs.mm

    r215355 r215377  
    2727#import <WebKit/WKFoundation.h>
    2828
    29 #if WK_API_ENABLED
     29#if WK_API_ENABLED && !PLATFORM(IOS_SIMULATOR)
    3030
    3131#import "AdditionalReadAccessAllowedURLsProtocol.h"
Note: See TracChangeset for help on using the changeset viewer.