Changeset 98682 in webkit
- Timestamp:
- Oct 27, 2011, 8:47:02 PM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/webkitpy/layout_tests/port/leakdetector.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r98666 r98682 1 2011-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 1 10 2011-10-27 David Levin <levin@chromium.org> 2 11 -
trunk/Tools/Scripts/webkitpy/layout_tests/port/leakdetector.py
r98639 r98682 27 27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 28 29 import logging 29 30 import re 30 31 31 32 from webkitpy.common.system.executive import ScriptError 33 34 _log = logging.getLogger(__name__) 32 35 33 36
Note:
See TracChangeset
for help on using the changeset viewer.