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

Issue 339024: Move console stack dumping code to a function so it can be reused in test_she... (Closed)

Created:
11 years, 1 month ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
ojan
CC:
chromium-reviews_googlegroups.com, John Grabowski, darin (slow to review), pam+watch_chromium.org, brettw+cc_chromium.org
Visibility:
Public.

Description

Move console stack dumping code to a function so it can be reused in test_shell_tests. TEST=none BUG=13770 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30220

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -120 lines) Patch
M base/process_util.h View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M base/process_util_posix.cc View 1 2 4 chunks +86 lines, -58 lines 0 comments Download
M base/process_util_win.cc View 1 2 3 chunks +62 lines, -2 lines 0 comments Download
M base/test/test_suite.h View 1 2 3 chunks +2 lines, -54 lines 0 comments Download
M webkit/tools/test_shell/run_all_tests.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell_main.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell_test.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
M-A Ruel
The main issue atm is that run_webkit_tests redirects test_shell's output to /dev/null so even if ...
11 years, 1 month ago (2009-10-27 13:51:25 UTC) #1
M-A Ruel
http://codereview.chromium.org/339024/diff/3001/4006 File webkit/tools/test_shell/test_shell_main.cc (right): http://codereview.chromium.org/339024/diff/3001/4006#newcode6 Line 6: #define UNIT_TEST Actually, I'm not sure about adding ...
11 years, 1 month ago (2009-10-27 14:46:50 UTC) #2
ojan
LGTM I'm happy to modify run_webkit_tests once this code is in. http://codereview.chromium.org/339024/diff/3001/4002 File base/process_util_posix.cc (right): ...
11 years, 1 month ago (2009-10-27 16:29:36 UTC) #3
M-A Ruel
11 years, 1 month ago (2009-10-27 17:26:38 UTC) #4
I've moved things around if you want to take a look.

Powered by Google App Engine
This is Rietveld 408576698