Changeset 246739 in webkit
- Timestamp:
- Jun 24, 2019, 10:37:51 AM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r246738 r246739 1 2019-06-21 Ryan Haddad <ryanhaddad@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 Unreviewed test gardening. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm: 9 (TestWebKitAPI::TEST): Disable flaky test. 10 1 11 2019-06-24 Aakash Jain <aakash_jain@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm
r246198 r246739 1571 1571 } 1572 1572 1573 TEST(WKAttachmentTestsMac, InsertDroppedFilePromisesAsAttachments)1573 TEST(WKAttachmentTestsMac, DISABLED_InsertDroppedFilePromisesAsAttachments) 1574 1574 { 1575 1575 auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
Note:
See TracChangeset
for help on using the changeset viewer.