Bug 162543 - fast/dom/HTMLAnchorElement/anchor-download.html is flaky since r206356
Summary: fast/dom/HTMLAnchorElement/anchor-download.html is flaky since r206356
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 162568
Blocks: 156099
  Show dependency treegraph
 
Reported: 2016-09-25 20:07 PDT by Chris Dumez
Modified: 2016-09-26 15:34 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-09-25 20:07:15 PDT
fast/dom/HTMLAnchorElement/anchor-download.html is flaky since r206356:
--- /Volumes/Data/WebKit/OpenSource/WebKitBuild/Debug/layout-test-results/fast/dom/HTMLAnchorElement/anchor-download-expected.txt
+++ /Volumes/Data/WebKit/OpenSource/WebKitBuild/Debug/layout-test-results/fast/dom/HTMLAnchorElement/anchor-download-actual.txt
@@ -1,4 +1,4 @@
+Download started.
 Downloading URL with suggested filename ""
-Download started.
 Download completed.
 Blob URL
Comment 1 Chris Dumez 2016-09-25 20:21:40 PDT
Hmm, I think the issue is that the DidStart IPC message is asynchronous and it sent first but the DecideDestinationWithSuggestedFilename which is sent after is synchronous.

I am guessing the synchronous message can be handle before the asynchronous one.
Comment 2 Chris Dumez 2016-09-25 20:25:13 PDT
Marked as flaky in <http://trac.webkit.org/changeset/206365> while I investigate.
Comment 3 Chris Dumez 2016-09-26 15:34:52 PDT
Fixed in Bug 162568 and unskipped the test.