[Webkit-unassigned] [Bug 71380] NRWT incorrectly associates crash logs with tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 07:12:42 PST 2011


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





--- Comment #2 from Adam Roben (:aroben) <aroben at apple.com>  2011-12-06 07:12:42 PST ---
It looks like we only wait for ReportCrash to finish when a test times out. We don't wait if the test crashed quickly.

The code is all in this area: http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/port/server_process.py?rev=98040#L181

Note that we only call self._executive.wait_newest(self._port.is_crash_reporter) from within _handle_timeout.

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