[Webkit-unassigned] [Bug 72601] [GTK] enable ref tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 11:51:48 PST 2011


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115635|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Tony Chang <tony at chromium.org>  2011-11-17 11:51:48 PST ---
(From update of attachment 115635)
View in context: https://bugs.webkit.org/attachment.cgi?id=115635&action=review

Thanks for tracking this down!

> Tools/Scripts/webkitpy/layout_tests/port/gtk.py:53
> +        if self._pixel_tests:
> +            display_id += 20

We have machines with 24 cores.  Instead of adding a constant, we could have:
display_id = (self._worker_number + 1) * 2
if self._pixel_tests:
    display_id += 1

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