[Webkit-unassigned] [Bug 72039] Tests occasionally report missing expectations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 11:59:04 PST 2011


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |arv at chromium.org,
                   |                            |eric at webkit.org,
                   |                            |tony at chromium.org




--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2011-11-10 11:59:04 PST ---
What I observe is that it's trying to do a pixel diff on dumpAsText tests. It obviously can't find the png and reports it as MISSING. Looking at the test, it's hard for me to see how it's possible that these tests would not hit the dumpAsText line. 

Also, notably, it's getting a JS exception saying that "debug" is not defined, which is defined in the same file as the dumpAsText call. So, sometimes that file isn't getting loaded. But the path is correct and most of the time it gets loaded fine.

In conclusion, my best guess is that Chrome/WebKit has a bug with script loading where we continue loading the page instead of blocking until the script has loaded. Not sure who the experts on html parsing / script loading are. CCing a few likely candidates. :)

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