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

Issue 55034: Support valgrinding layout tests. (Closed)

Created:
11 years, 9 months ago by dank
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Elliot Glaysher
Visibility:
Public.

Description

Support valgrinding layout tests. Also suppress several common memory leak reports; http://crbug.com/9450 http://crbug.com/9458 http://crbug.com/9475 http://crbug.com/9503 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12776

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 4

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -139 lines) Patch
M tools/valgrind/chrome_tests.py View 1 2 3 4 5 6 7 8 7 chunks +102 lines, -137 lines 2 comments Download
M tools/valgrind/valgrind_analyze.py View 1 2 3 4 5 6 2 chunks +14 lines, -1 line 1 comment Download
A webkit/data/valgrind/suppressions.txt View 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/tools/layout_tests/layout_package/test_shell_thread.py View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
dank
The -n option kind of replaces the layout_all test. Defaults to running 20 tests at ...
11 years, 9 months ago (2009-03-27 20:26:39 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/55034/diff/22/25 File tools/valgrind/chrome_tests.py (right): http://codereview.chromium.org/55034/diff/22/25#newcode320 Line 320: parser.add_option("-n", "--num_tests", default=20, type="int", This number seems pretty ...
11 years, 9 months ago (2009-03-30 04:04:47 UTC) #2
dank
OK, I think I've addressed all issues. (Although perhaps I should mention somewhere that valgrind_test.py ...
11 years, 8 months ago (2009-03-30 15:56:08 UTC) #3
Erik does not do reviews
11 years, 8 months ago (2009-03-30 16:22:48 UTC) #4
LGTM

http://codereview.chromium.org/55034/diff/1022/2019
File tools/valgrind/chrome_tests.py (right):

http://codereview.chromium.org/55034/diff/1022/2019#newcode218
Line 218: # If a text file is given as argument, it is used as the list of
tests.
clarify this comment to refer explicitly to command-line args rather than args
to this function.

http://codereview.chromium.org/55034/diff/1022/2019#newcode337
Line 337: help="for layout tests: number of subtests per run.  0 for all.")
80 columns

http://codereview.chromium.org/55034/diff/1022/2018
File tools/valgrind/valgrind_analyze.py (right):

http://codereview.chromium.org/55034/diff/1022/2018#newcode202
Line 202: if tries == ntries-1:
space around operator

Powered by Google App Engine
This is Rietveld 408576698