[Webkit-unassigned] [Bug 46453] [NRWT] Put the http and websocket tests to end of the test list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 16:24:44 PDT 2010


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





--- Comment #7 from Tony Chang <tony at chromium.org>  2010-09-24 16:24:43 PST ---
(In reply to comment #6)
> The threads are not selecting from the queue they just get next directory.
> If we put all http test directory to the begin of queue then all thread will blocks while they get the lock.

Ok, I think I understand what you're saying.  You're saying that the lock happens when trying to acquire the directory name from the queue.

If that's the case, is it possible to move the http lock into the thread that runs the tests?  That way a thread will still get the 'http' directory from the queue, but then lock before running any tests on the thread.

Can you direct me at the http locking code?  It might help if I can see how it's currently implemented.

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