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

Issue 18328027: Fix ProcMapsTest.ReadProcMaps to work under Valgrind. (Closed)

Created:
7 years, 5 months ago by scherkus (not reviewing)
Modified:
7 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, erikwright+watch_chromium.org, glider+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org, Lei Zhang
Visibility:
Public.

Description

Fix ProcMapsTest.ReadProcMaps to work under Valgrind. Unsurprisingly, verifying details about the stack doesn't work too well if Valgrind creates a different stack for your program. BUG=256941 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210135

Patch Set 1 #

Total comments: 2

Patch Set 2 : do both #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -5 lines) Patch
M base/debug/proc_maps_linux_unittest.cc View 1 3 chunks +18 lines, -2 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest.txt View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scherkus (not reviewing)
mark: take a look, also added in that comment about found_exe thestig: FYI
7 years, 5 months ago (2013-07-04 01:22:44 UTC) #1
Mark Mentovai
but LGTM, whatever https://codereview.chromium.org/18328027/diff/1/base/debug/proc_maps_linux_unittest.cc File base/debug/proc_maps_linux_unittest.cc (right): https://codereview.chromium.org/18328027/diff/1/base/debug/proc_maps_linux_unittest.cc#newcode206 base/debug/proc_maps_linux_unittest.cc:206: if (regions[i].path == "[stack]") { So ...
7 years, 5 months ago (2013-07-04 01:28:13 UTC) #2
scherkus (not reviewing)
https://codereview.chromium.org/18328027/diff/1/base/debug/proc_maps_linux_unittest.cc File base/debug/proc_maps_linux_unittest.cc (right): https://codereview.chromium.org/18328027/diff/1/base/debug/proc_maps_linux_unittest.cc#newcode206 base/debug/proc_maps_linux_unittest.cc:206: if (regions[i].path == "[stack]") { On 2013/07/04 01:28:13, Mark ...
7 years, 5 months ago (2013-07-04 01:44:39 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/18328027/8001
7 years, 5 months ago (2013-07-04 01:45:04 UTC) #4
commit-bot: I haz the power
7 years, 5 months ago (2013-07-04 06:06:15 UTC) #5
Message was sent while issue was closed.
Change committed as 210135

Powered by Google App Engine
This is Rietveld 408576698