Comment #1 on issue 9603 by [email protected]: run_webkit_tests should be  
faster
http://code.google.com/p/chromium/issues/detail?id=9603

Multiple test_shells in parallel almost works now. System focus is ignored  
in layout
test mode and the clipboard is mocked out. The remaining failures that I've  
looked at
seem to be exposing bugs in test_shell (or chrome) itself.

For example, LayoutTests/fast/dom/clone-contents-0-end-offset.html  
currently throws a
console error that documentElement is undefined. When running in parrellel,  
it stops
throwing the error, but LayoutTests/fast/dom/clone-node-dynamic-style.html  
starts
throwing that error.

The other thing is that a number of http tests start timing out. I think  
these are
tests that are probably on the verge of timing out in general and the extra
contention caused by running in parallel pushes them over the edge.  
Increasing the
timeout seems to fix this. As a stop-gap, we could do this, but longer  
term, we
really should just implement issue 9324.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to