[Webkit-unassigned] [Bug 71662] [GTK] media/event-attributes.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 06:39:31 PDT 2012


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





--- Comment #11 from Philippe Normand <pnormand at igalia.com>  2012-04-10 06:39:30 PST ---
(From update of attachment 136439)
View in context: https://bugs.webkit.org/attachment.cgi?id=136439&action=review

> Tools/Scripts/webkitpy/layout_tests/port/gtk.py:65
> +            for module in modules_list.split('\n'):

Please use splitlines()

> Tools/Scripts/webkitpy/layout_tests/port/gtk.py:70
> +                subprocess.Popen(["pactl", "unload-module", self._module_index], stdout=None, stderr=None)

stdout and stderr are None by default, I think. So no need to set them here.

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