[Webkit-unassigned] [Bug 52873] Chromium DRT should provide command-line option for specifying timeout to ease debugging
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 25 22:07:54 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=52873
Xianzhu Wang <wangxianzhu at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #79724|0 |1
is obsolete| |
Attachment #80169| |review?, commit-queue?
Flag| |
--- Comment #7 from Xianzhu Wang <wangxianzhu at google.com> 2011-01-25 22:07:53 PST ---
Created an attachment (id=80169)
--> (https://bugs.webkit.org/attachment.cgi?id=80169&action=review)
Updated patch: --no-timeout
I just investigated non-Chromium DRTs and found that they are different from Chromium DRTs about timeout. Chromium DRTs will call 'exit()' on timeout, while non-Chromium DRTs call notifyDone() which will cause exiting in the next message loop. So for the latter timeout is not a big issue for debugging.
--
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