Changeset 272765 in webkit
- Timestamp:
- Feb 11, 2021, 6:08:08 PM (4 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Tools/ChangeLog ¶
r272764 r272765 1 2021-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 1 9 2021-02-11 Alex Christensen <achristensen@webkit.org> 2 10 -
TabularUnified trunk/Tools/TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm ¶
r272323 r272765 86 86 namespace TestWebKitAPI { 87 87 88 // Re-enable this test for Mojaveonce webkit.org/b/206956 is resolved89 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101 50088 // Re-enable this test for Catalina once webkit.org/b/206956 is resolved 89 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101600 90 90 TEST(WebKitLegacy, CrossPartitionFileSchemeAccess) 91 91 {
Note:
See TracChangeset
for help on using the changeset viewer.