[Webkit-unassigned] [Bug 117037] fast/dom/location-new-window-no-crash.html times out flakily on mac-wk2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 13:23:36 PDT 2013


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





--- Comment #3 from Tim Horton <timothy_horton at apple.com>  2013-05-30 13:22:08 PST ---
(In reply to comment #2)
> setTopLoadingFrame 0x7fbefaf3d9b0
> setTopLoadingFrame 0x0
> setTopLoadingFrame 0x7fbefad09040
> TestRunner::notifyDone isTestRunning: 1, waitToDump: 1, topLoadingFrame: 0x7fbefad09040
> 
> (and then notifyDone bails because topLoadingFrame isn't 0)
> 
> So I think this is failing because we're closing the subwindow before it's finished loading, leaving WKTR thinking that it still has a pending load.

The good case looks like this:

setTopLoadingFrame 0x7fa8a3e2a8d0
setTopLoadingFrame 0x0
TestRunner::notifyDone isTestRunning: 1, waitToDump: 1, topLoadingFrame: 0x0
InjectedBundlePage::dump
setTopLoadingFrame 0x0

So the subwindow never starts loading before we dump.

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