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

Issue 7273087: Add support for sql_unittests to chrome_tests.py. (Closed)

Created:
9 years, 5 months ago by Robert Sesek
Modified:
9 years, 5 months ago
CC:
chromium-reviews, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Add support for sql_unittests to chrome_tests.py. BUG=72317 TEST=chrome_tests.sh -t sql Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91956

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : Fix valgrind #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M tools/heapcheck/chrome_tests.py View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
D tools/valgrind/gtest_exclude/app_unittests.gtest-tsan.txt View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
A + tools/valgrind/gtest_exclude/gfx_unittests.gtest-tsan.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Timur Iskhodzhanov
http://codereview.chromium.org/7273087/diff/1/tools/heapcheck/chrome_tests.py File tools/heapcheck/chrome_tests.py (right): http://codereview.chromium.org/7273087/diff/1/tools/heapcheck/chrome_tests.py#newcode99 tools/heapcheck/chrome_tests.py:99: "sql": self.TestSql, "sql_unittests": self.TestSql, AFAIU you have both sql_unittests ...
9 years, 5 months ago (2011-06-30 04:21:13 UTC) #1
Marc-Antoine Ruel (Google)
I agree with Timur, it will be much easier to manage to do this in ...
9 years, 5 months ago (2011-06-30 04:58:29 UTC) #2
Robert Sesek
I don't know why I didn't do that initially... good call. PTAL.
9 years, 5 months ago (2011-06-30 15:32:20 UTC) #3
Timur Iskhodzhanov
Please also rename tools/valgrind/gtest_exclude/app_unittests.gtest-tsan.txt to tools/valgrind/gtest_exclude/sql_unittests.gtest-tsan.txt
9 years, 5 months ago (2011-06-30 15:36:52 UTC) #4
Robert Sesek
On 2011/06/30 15:36:52, Timur Iskhodzhanov wrote: > Please also rename > tools/valgrind/gtest_exclude/app_unittests.gtest-tsan.txt > to > ...
9 years, 5 months ago (2011-06-30 15:56:33 UTC) #5
Timur Iskhodzhanov
LGTM, thanks
9 years, 5 months ago (2011-06-30 16:48:52 UTC) #6
Robert Sesek
I had to revert the removal of app_unittests because the Valgrind builders only build a ...
9 years, 5 months ago (2011-07-06 18:54:24 UTC) #7
M-A Ruel
On 2011/07/06 18:54:24, rsesek wrote: > I had to revert the removal of app_unittests because ...
9 years, 5 months ago (2011-07-06 18:55:04 UTC) #8
Robert Sesek
9 years, 5 months ago (2011-07-06 18:57:43 UTC) #9
On 2011/07/06 18:55:04, Marc-Antoine Ruel wrote:
> On 2011/07/06 18:54:24, rsesek wrote:
> > I had to revert the removal of app_unittests because the Valgrind builders
> only
> > build a subset of targets, so if app goes away, they fail until the buildbot
> > master is restarted.
> 
> Why not make the valgrind builders build it?

I have in the other buildbot master CL; it's just that I want to land this and
not have a hard dependency between two CLs. I can remove app once the master
gets restarted.

Powered by Google App Engine
This is Rietveld 408576698