Changeset 272765 in webkit


Ignore:
Timestamp:
Feb 11, 2021 6:08:08 PM (3 years ago)
Author:
achristensen@apple.com
Message:

Make WebKitLegacy.CrossPartitionFileSchemeAccess stop timing out on EWS bots
https://bugs.webkit.org/show_bug.cgi?id=206956

  • TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm:

This test times out sometimes, but only on bots. Let's kick the can down the road.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r272764 r272765  
     12021-02-11  Alex Christensen  <achristensen@webkit.org>
     2
     3        Make WebKitLegacy.CrossPartitionFileSchemeAccess stop timing out on EWS bots
     4        https://bugs.webkit.org/show_bug.cgi?id=206956
     5
     6        * TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm:
     7        This test times out sometimes, but only on bots. Let's kick the can down the road.
     8
    192021-02-11  Alex Christensen  <achristensen@webkit.org>
    210
  • trunk/Tools/TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm

    r272323 r272765  
    8686namespace TestWebKitAPI {
    8787
    88 // Re-enable this test for Mojave once webkit.org/b/206956 is resolved
    89 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500
     88// Re-enable this test for Catalina once webkit.org/b/206956 is resolved
     89#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101600
    9090TEST(WebKitLegacy, CrossPartitionFileSchemeAccess)
    9191{
Note: See TracChangeset for help on using the changeset viewer.