Changeset 257817 in webkit


Ignore:
Timestamp:
Mar 3, 2020 6:28:48 PM (4 years ago)
Author:
beidson@apple.com
Message:

API Test [Mojave+ WK2 Debug ] TestWebKitAPI.WKAttachmentTestsMac.InsertDroppedFilePromisesAsAttachments is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=198795

Reviewed by Chris Dumez.

This test appears to no longer be flaky.

Let's re-enable it.

  • TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r257816 r257817  
     12020-03-03  Brady Eidson  <beidson@apple.com>
     2
     3        API Test [Mojave+ WK2 Debug ] TestWebKitAPI.WKAttachmentTestsMac.InsertDroppedFilePromisesAsAttachments is a flaky crash.
     4        https://bugs.webkit.org/show_bug.cgi?id=198795
     5
     6        Reviewed by Chris Dumez.
     7
     8        This test appears to no longer be flaky.
     9       
     10        Let's re-enable it.
     11       
     12        * TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
     13        (TestWebKitAPI::TEST):
     14
    1152020-03-03  Alex Christensen  <achristensen@webkit.org>
    216
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm

    r253465 r257817  
    16091609}
    16101610
    1611 TEST(WKAttachmentTestsMac, DISABLED_InsertDroppedFilePromisesAsAttachments)
     1611TEST(WKAttachmentTestsMac, InsertDroppedFilePromisesAsAttachments)
    16121612{
    16131613    auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
Note: See TracChangeset for help on using the changeset viewer.