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

Issue 18003: Call logging::InitLogging. The lack of this was causing some hangs (and poss... (Closed)

Created:
11 years, 11 months ago by Erik does not do reviews
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Call logging::InitLogging. The lack of this was causing some hangs (and possibly crashes) in ObserverListTest.BUG=6286 This CL has expanded to include some cleanup and refactoring of test_suite and related files, so that this logging change (and other improvements) are applied to all unit tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7977

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -135 lines) Patch
M base/base_paths.h View 1 chunk +1 line, -0 lines 0 comments Download
M base/base_unittests.scons View 1 chunk +1 line, -0 lines 0 comments Download
M base/build/base_unittests.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
A base/perf_test_suite.h View 1 chunk +50 lines, -0 lines 0 comments Download
M base/perftimer.h View 2 chunks +2 lines, -1 line 0 comments Download
M base/perftimer.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M base/process_util_unittest.cc View 5 1 chunk +4 lines, -2 lines 0 comments Download
M base/run_all_perftests.cc View 1 chunk +1 line, -34 lines 0 comments Download
M base/run_all_unittests.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M base/test_suite.h View 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/common/ipc_tests.cc View 2 chunks +4 lines, -35 lines 0 comments Download
M chrome/installer/util/run_all_unittests.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/test/perf/perftests.cc View 1 chunk +2 lines, -47 lines 0 comments Download
M chrome/test/reliability/run_all_unittests.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/test/ui/run_all_unittests.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/test/unit/run_all_unittests.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M media/base/run_all_unittests.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Erik does not do reviews
11 years, 11 months ago (2009-01-13 17:32:42 UTC) #1
darin (slow to review)
can this be part of the TestSuite constructor instead?
11 years, 11 months ago (2009-01-13 17:37:47 UTC) #2
darin (slow to review)
http://codereview.chromium.org/18003/diff/1/2 File base/run_all_unittests.cc (right): http://codereview.chromium.org/18003/diff/1/2#newcode13 Line 13: base::EnableTerminationOnHeapCorruption(); i also don't understand why this function ...
11 years, 11 months ago (2009-01-13 17:38:14 UTC) #3
Erik does not do reviews
On 2009/01/13 17:37:47, darin wrote: > can this be part of the TestSuite constructor instead? ...
11 years, 11 months ago (2009-01-13 19:37:42 UTC) #4
Erik does not do reviews
On 2009/01/13 19:37:42, Erik Kay wrote: > On 2009/01/13 17:37:47, darin wrote: > > can ...
11 years, 11 months ago (2009-01-13 19:41:46 UTC) #5
darin (slow to review)
LG, but... http://codereview.chromium.org/18003/diff/210/213 File base/base_paths.h (right): http://codereview.chromium.org/18003/diff/210/213#newcode19 Line 19: #include "base/path_service.h" this change doesn't seem ...
11 years, 11 months ago (2009-01-13 20:04:27 UTC) #6
Erik does not do reviews
http://codereview.chromium.org/18003/diff/210/213 File base/base_paths.h (right): http://codereview.chromium.org/18003/diff/210/213#newcode19 Line 19: #include "base/path_service.h" On 2009/01/13 20:04:27, darin wrote: > ...
11 years, 11 months ago (2009-01-13 20:28:12 UTC) #7
darin (slow to review)
LGTM
11 years, 11 months ago (2009-01-13 20:31:45 UTC) #8
Erik does not do reviews
There was a POSIX test failure in process_util. +jeremy to review the change to process_util_unittest.cc ...
11 years, 11 months ago (2009-01-13 21:27:27 UTC) #9
jeremy
11 years, 11 months ago (2009-01-13 21:32:53 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698