[Webkit-unassigned] [Bug 75145] Run tests in serial on SnowLeopard to avoid CFURLCache crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 12:49:27 PST 2012


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dpranke at chromium.org




--- Comment #3 from Eric Seidel <eric at webkit.org>  2012-02-02 12:49:27 PST ---
mac.py:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/port/mac.py

Should override default_child_processes:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/port/base.py#L166

to be 1 on SnowLeopard if it detects that this bug is present (or I guess always if the bug is always present).

Alternatively, Mac.__init__ could use set_default("child_processes", 1) like it does for batch_size.  I'm not really sure which is cleaner.

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