[Webkit-unassigned] [Bug 71695] [Qt] http/tests/xmlhttprequest/workers/abort-exception-assert.html makes 6 fast/workers test fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 18:52:30 PST 2011


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dimich at chromium.org,
                   |                            |ericu at chromium.org




--- Comment #10 from David Levin <levin at chromium.org>  2011-12-05 18:52:30 PST ---
It looks like http://trac.webkit.org/changeset/53595 broke this.

Before that patch, WorkerThread::stop would always call m_runLoop.terminate();  which would break out of these nested loops. After that change, it no longer did.

I think this is because "Worker thread shutdown got changed a bunch to handle Database cleanup" but this was unfortunately a broken way to do this. Ideally the http/tests/xmlhttprequest/workers/abort-exception-assert.html or some other test would have caught this but I guess not.

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