[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
Sat Aug 4 23:21:18 PDT 2012


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


Ami Fischman <fischman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |fischman at chromium.org
                   |kit.org                     |




--- Comment #10 from Ami Fischman <fischman at chromium.org>  2012-08-04 23:21:16 PST ---
Figured out the problem with this test on the bots: if content/abe.png is fetched  by any other test before the test in question runs, then even though the test blocks the load (I verified that WebViewHost.cpp:blockRequest() is called even when the test fails) the media element finds the resource's dimensions and fails the test.

Quick repro of the problem:
rm -rf /tmp/x2 && time ./Tools/Scripts/new-run-webkit-tests --child-processes=1 --debug --no-retry --iterations=2 --results-directory=/tmp/x2  media/video-poster-blocked-by-willsendrequest.html  media/video-poster.html 

I'm going to land a patch that appends a random query string param to the URL for this test and filed 93195 to fix the apparent bug in chromium's DRT where it allows caches to persist between tests.

-- 
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