Changeset 245851 in webkit
- Timestamp:
- May 29, 2019, 9:58:56 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/Download.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r245843 r245851 1 2019-05-29 Aakash Jain <aakash_jain@apple.com> 2 3 Disable Flaky API Test TestWebKitAPI._WKDownload.DownloadMonitorCancel 4 https://bugs.webkit.org/show_bug.cgi?id=198328 5 6 Reviewed by Alexey Proskuryakov. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/Download.mm: 9 1 10 2019-05-28 Justin Michaud <justin_michaud@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm
r244594 r245851 880 880 } 881 881 882 TEST(_WKDownload, D ownloadMonitorCancel)882 TEST(_WKDownload, DISABLED_DownloadMonitorCancel) 883 883 { 884 884 downloadAtRate(0.5, 120); // Should cancel in ~0.5 seconds
Note:
See TracChangeset
for help on using the changeset viewer.