Bug 111898

Summary: Layout Test fast/dom/Window/window-postmessage-clone.html is flaky
Product: WebKit Reporter: James Robinson <jamesr>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, fishd, haraken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix oliver: review+

Description James Robinson 2013-03-08 16:15:52 PST
The following layout test is flaky on all platforms:

fast/dom/Window/window-postmessage-clone.html

I don't see a clear start to the flake.

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fdom%2FWindow%2Fwindow-postmessage-clone.html

Example failure diff:

--- /mnt/data/b/build/slave/WebKit_Linux_32/build/layout-test-results/fast/dom/Window/window-postmessage-clone-expected.txt 
+++ /mnt/data/b/build/slave/WebKit_Linux_32/build/layout-test-results/fast/dom/Window/window-postmessage-clone-actual.txt 
@@ -133,6 +133,6 @@
 PASS: FileList preserves order and data (name0)
 PASS: FileList preserves order and data (name1)
 PASS: FileList preserves order and data (date0)
-PASS: FileList preserves order and data (date1)
+FAIL: FileList preserves order and data (date1)
 PASS: eventData is done of type string

I do not know much about this area.
Comment 1 Alexey Proskuryakov 2013-09-13 14:15:18 PDT
*** Bug 112193 has been marked as a duplicate of this bug. ***
Comment 2 Alexey Proskuryakov 2013-09-13 14:24:03 PDT
Created attachment 211589 [details]
proposed fix
Comment 3 Alexey Proskuryakov 2013-09-13 14:31:34 PDT
Committed <http://trac.webkit.org/r155725>.