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

Issue 174171: Move NSAutoreleasePool management into the PlatformTest constructor and... (Closed)

Created:
11 years, 4 months ago by Mark Mentovai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski
Visibility:
Public.

Description

Move NSAutoreleasePool management into the PlatformTest constructor and destructor. The pool operations are moving from SetUp and TearDown, which are scoped slightly too narrowly for our needs. Using the constructor and destructor ensures that the pools properly bracket tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23897

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -10 lines) Patch
M testing/gtest.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M testing/platform_test.h View 1 chunk +6 lines, -6 lines 0 comments Download
M testing/platform_test_mac.mm View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Mentovai
I don't know what's wrong with me today. This should not have taken a half ...
11 years, 4 months ago (2009-08-20 21:13:20 UTC) #1
pink (ping after 24hrs)
11 years, 4 months ago (2009-08-20 21:16:34 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698