[Webkit-unassigned] [Bug 88414] [NRWT] the XvfbDriver should chose the next free display
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 7 02:45:04 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88414
--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org> 2012-06-07 02:45:02 PST ---
(From update of attachment 146020)
View in context: https://bugs.webkit.org/attachment.cgi?id=146020&action=review
> Tools/Scripts/webkitpy/layout_tests/port/xvfbdriver.py:62
> - display_id = self._worker_number * 2 + running_displays
> + display_id = next_free_id()
> + print 'start new xvfb with %d id' % display_id
> if pixel_tests:
> display_id += 1
But what if next_free_id() + 1 isn't free?
--
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