[Webkit-unassigned] [Bug 92824] media/video-poster-blocked-by-willsendrequest.html isn't blocking poster on willsendrequest
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 1 15:13:51 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=92824
Ami Fischman <fischman at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|jquery/traversing.html is |media/video-poster-blocked-
|bleeding into |by-willsendrequest.html
|media/video-poster-blocked- |isn't blocking poster on
|by-willsendrequest.html |willsendrequest
--- Comment #6 from Ami Fischman <fischman at chromium.org> 2012-08-01 15:13:51 PST ---
Context: IRC conversation around 22:40-22:54 July 31 (pacific) included the wisdom that tests' console.log() & alert() sometimes bleed into subsequent tests, and that this has been the case for a very long time, and that nobody knows exactly why this happens, though a suspicion is that these APIs are too async for the way DRT works (test calls console.log() and immediately endTest(), but DRT/WebKit don't flush outstanding async work, which gets executed in the context of the next test).
Given that context, I don't think bleeding is still a problem here. The test in question (media/video-poster-blocked-by-willsendrequest.html) is failing almost 100% on the bots, but looking like it indicates a real bug (poster isn't being blocked by willsendrequest).
--
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