[Webkit-unassigned] [Bug 95243] webkit-patch rebaseline-expectations hangs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 16:49:43 PDT 2012


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





--- Comment #2 from Julien Chaffraix <jchaffraix at webkit.org>  2012-08-28 16:49:46 PST ---
After more debugging, here is the reason why we are hanging up:

* AbstractParallelRebaselineCommand's _rebaseline is called with an empty test_list ({})
* Because we have no test, we call Executive's run_in_parallel without any command to run.
* We then call join() we wait forever as there is nothing to wait for.

Now, what I don't understand is how we get no test to rebaseline when there are entries that match.

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