⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 98682 in webkit


Ignore:
Timestamp:
Oct 27, 2011, 8:47:02 PM (15 years ago)
Author:
eric@webkit.org
Message:

REGRESSION (r98639): NRWT crashes when parsing leaks output
https://bugs.webkit.org/show_bug.cgi?id=71087

Unreviewed. Sadly we have no good way to test logging.

  • Scripts/webkitpy/layout_tests/port/leakdetector.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r98666 r98682  
     12011-10-27  Eric Seidel  <eric@webkit.org>
     2
     3        REGRESSION (r98639): NRWT crashes when parsing leaks output
     4        https://bugs.webkit.org/show_bug.cgi?id=71087
     5
     6        Unreviewed.  Sadly we have no good way to test logging.
     7
     8        * Scripts/webkitpy/layout_tests/port/leakdetector.py:
     9
    1102011-10-27  David Levin  <levin@chromium.org>
    211
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/leakdetector.py

    r98639 r98682  
    2727# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2828
     29import logging
    2930import re
    3031
    3132from webkitpy.common.system.executive import ScriptError
     33
     34_log = logging.getLogger(__name__)
    3235
    3336
Note: See TracChangeset for help on using the changeset viewer.