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

Issue 147209: Teach tools/valgrind about the output directory used by the Make build. (Closed)

Created:
11 years, 6 months ago by dank
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com, Nirnimesh, dkegel_google.come
Visibility:
Public.

Description

Teach the valgrind and layout tests about the output directory used by the Make build on Linux BUG=http://crbug.com/15454 TEST=export GYP_GENERATORS=make; rm -rf sconsbuild; gclient runhooks --force; make -r base_unittests layout_tests; sh tools/valgrind/chrome_tests.sh -t base_unittests; verify that it finds and runs base_unittests; same thing with -t layout_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19453

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 3

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -30 lines) Patch
M tools/valgrind/chrome_tests.py View 1 2 3 2 chunks +40 lines, -26 lines 0 comments Download
M webkit/tools/layout_tests/layout_package/platform_utils_linux.py View 4 chunks +13 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
dank
One less roadblock to engineers running valgrind tests on their linux boxes.
11 years, 6 months ago (2009-06-26 16:50:08 UTC) #1
Evan Martin
LGTM if it really works (the typo I mention indicates maybe that code path isn't ...
11 years, 6 months ago (2009-06-26 17:01:56 UTC) #2
Evan Martin
11 years, 6 months ago (2009-06-26 19:09:55 UTC) #3
LGTM

(I repeat my prior plea about fixing your rietveld nick)

http://codereview.chromium.org/147209/diff/1004/6
File tools/valgrind/chrome_tests.py (right):

http://codereview.chromium.org/147209/diff/1004/6#newcode67
Line 67: if (newest_dir == None):
no parens on if statements in python

Powered by Google App Engine
This is Rietveld 408576698