[Webkit-unassigned] [Bug 95346] Get rid of device/host clock synchronization.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 10 15:10:46 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95346
Dirk Pranke <dpranke at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #163137|review? |review+
Flag| |
--- Comment #34 from Dirk Pranke <dpranke at chromium.org> 2012-09-10 15:11:07 PST ---
(From update of attachment 163137)
View in context: https://bugs.webkit.org/attachment.cgi?id=163137&action=review
> Tools/Scripts/webkitpy/layout_tests/port/chromium.py:410
> + 'Please pass --%s.', configuration, most_recent_binary, most_recent_binary.lower())
As an aside, this warning has always kinda annoyed me since there's no way to make it go away; if you're trying to run both Release and Debug, one will always be newer than the other (unless you hack the mtime, of course). I wonder how much this warning actually helps people.
> Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py:385
> + stdout=subprocess.PIPE).stdout)
You can use self._port.host.executive.popen() here and below - that's slightly preferred to calling subprocess.Popen() directly.
--
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