Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Issue 43073: Add support for running the tests through valgrind. (Closed)

Created:
11 years, 9 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add support for running the tests through valgrind. Committed: http://code.google.com/p/v8/source/detail?r=1493

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -1 line) Patch
A tools/run-valgrind.py View 1 chunk +51 lines, -0 lines 3 comments Download
M tools/test.py View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 9 months ago (2009-03-11 13:27:16 UTC) #1
Christian Plesner Hansen
11 years, 9 months ago (2009-03-11 15:12:54 UTC) #2
Does it lint?

Lgtm.

http://codereview.chromium.org/43073/diff/1/2
File tools/run-valgrind.py (right):

http://codereview.chromium.org/43073/diff/1/2#newcode1
Line 1: #!/usr/bin/python
Copyright?

http://codereview.chromium.org/43073/diff/1/2#newcode34
Line 34: "  possibly lost: \d+ bytes in \d+ blocks.")
Any reason not to use r"(?:definitely|indirectly|possibly) lost:...".

http://codereview.chromium.org/43073/diff/1/2#newcode37
Line 37: for line in errors:
Simpler might be to use re.findall.

Powered by Google App Engine
This is Rietveld 408576698