[Webkit-unassigned] [Bug 52032] New: fast/dom/Window/window-postmessage-clone-frames.html has some timing issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 15:39:39 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52032

           Summary: fast/dom/Window/window-postmessage-clone-frames.html
                    has some timing issues
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


fast/dom/Window/window-postmessage-clone-frames.html has two issues:

1. It has the same file-input-after-console-output div problem as in this bug: https://bugs.webkit.org/show_bug.cgi?id=52027 . 
2. There is a timing issue where the test may finish before all messages have been passed to the worker context. Essentially if the original context processes a message from the worker context, before all messages are passed to the worker context, the test will end early. My guess is that this is not a problem on other platforms, because drag-and-drop happens on the main event loop in GTK+ and not on an inner event loop.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list