[Webkit-unassigned] [Bug 63057] [Chromium] perf/array-binary-search.html fails as MISSING

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 10:38:27 PDT 2011


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


Ojan Vafai <ojan at chromium.org> changed:

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




--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2011-06-21 10:38:27 PST ---
It looks like it's getting a JS error:

+CONSOLE MESSAGE: line 46: Uncaught ReferenceError: Magnitude is not defined

Looking at resources/magnitude-perf.js, this must mean the JS file is not getting loaded when this code is hit. Looks to me like we likely have a bug where we're not waiting for the script to load before executing the next script.

Seems likely that it was introduced around http://trac.webkit.org/log/?verbose=on&rev=89312&stop_rev=89303. Might be http://trac.webkit.org/changeset/89312/ ?

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