Bug 111898 - Layout Test fast/dom/Window/window-postmessage-clone.html is flaky
Summary: Layout Test fast/dom/Window/window-postmessage-clone.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
: 112193 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-08 16:15 PST by James Robinson
Modified: 2013-09-13 14:31 PDT (History)
3 users (show)

See Also:


Attachments
proposed fix (2.43 KB, patch)
2013-09-13 14:24 PDT, Alexey Proskuryakov
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.