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

Issue 433863002: Disable athena_unittests failing memory bot. (Closed)

Created:
6 years, 4 months ago by flackr
Modified:
6 years, 4 months ago
CC:
chromium-reviews, oshima
Project:
chromium
Visibility:
Public.

Description

Disable athena_unittests failing memory bot. R=pneubeck@chromium.org TBR=jamescook BUG=399241 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286769

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M athena/activity/activity_manager_unittest.cc View 1 chunk +2 lines, -1 line 1 comment Download
M athena/home/home_card_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
flackr
PTAL
6 years, 4 months ago (2014-07-31 12:40:15 UTC) #1
pneubeck (no reviews)
Thanks! lgtm
6 years, 4 months ago (2014-07-31 12:41:32 UTC) #2
flackr
Committed patchset #1 manually as r286769 (presubmit successful).
6 years, 4 months ago (2014-07-31 12:44:05 UTC) #3
tfarina
6 years, 4 months ago (2014-07-31 17:27:10 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/433863002/diff/1/athena/activity/activity_man...
File athena/activity/activity_manager_unittest.cc (right):

https://codereview.chromium.org/433863002/diff/1/athena/activity/activity_man...
athena/activity/activity_manager_unittest.cc:14:
athena::ActivityManager::Get()->AddActivity(
If my analysis is right this is because ActivityViewManager is leaking the
activity created:
https://chromium.googlesource.com/chromium/src/+/master/athena/activity/activ...

Although, ActivityManagerImpl deletes it in its dtor.
https://chromium.googlesource.com/chromium/src/+/master/athena/activity/activ...

Then, what could be is that ActivityManager is not getting destroyed in the
unittest?

Powered by Google App Engine
This is Rietveld 408576698