Changeset 261491 in webkit


Ignore:
Timestamp:
May 11, 2020, 1:05:30 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Add some logs to diagnose why WebKitLegacy.CrossPartitionFileSchemeAccess API test times out in EWS
https://bugs.webkit.org/show_bug.cgi?id=211738

Patch by Alex Christensen <achristensen@webkit.org> on 2020-05-11
Reviewed by Mark Lam.

  • TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r261481 r261491  
     12020-05-11  Alex Christensen  <achristensen@webkit.org>
     2
     3        Add some logs to diagnose why WebKitLegacy.CrossPartitionFileSchemeAccess API test times out in EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=211738
     5
     6        Reviewed by Mark Lam.
     7
     8        * TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm:
     9        (TestWebKitAPI::TEST):
     10
    1112020-05-11  Andres Gonzalez  <andresg_22@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm

    r242339 r261491  
    9090    NSURL *url = [[NSBundle mainBundle] URLForResource:@"CrossPartitionFileSchemeAccess" withExtension:@"html" subdirectory:@"TestWebKitAPI.resources"];
    9191    const char *filePath = [url fileSystemRepresentation];
     92    WTFLogAlways("Creating partition...");
    9293    createPartition(filePath);
    9394       
     
    100101    NSURLRequest *request = [NSURLRequest requestWithURL:url];
    101102    [webView loadRequest:request];
     103    WTFLogAlways("Navigating...");
    102104    Util::run(&navigationComplete);
     105    WTFLogAlways("Cleaning up...");
    103106    cleanUp();
    104107}
Note: See TracChangeset for help on using the changeset viewer.