[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 16:07:20 PDT 2011


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





--- Comment #10 from Ojan Vafai <ojan at chromium.org>  2011-06-21 16:07:20 PST ---
(In reply to comment #9)
> > abarth, it seems like this might possibly be fallout from your patch. You have any ideas?
> 
> Really?  Could be.  The FrameLoader is very hairy code, but I don't see the connection.  Does the problem go away when the patch is reverted locally?

I was just looking at when this got flaky in the dashboard. All the signs point to that patch. But, in either case, this points to a bug, right? I just CC'ed you, eseidel and tonyg as the people who might have insight into what changed recently to cause the bug. It's essentially the following case:

<script src="foo.js"></script>
<script>
// Use something from foo.js.
</script>

We decide the test is complete (i.e. after the onload finishes) and run the second script before foo.js has loaded. Is that not a bug?

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