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

Issue 11091058: Reland r161256: Fix the crash that was happening on the buildbot (but not trybots, for a strange re… (Closed)

Created:
8 years, 2 months ago by jam
Modified:
8 years, 2 months ago
Reviewers:
scottmg
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Reland r161256: Fix the crash that was happening on the buildbot (but not trybots, for a strange reason) because ResourceBundle was initialized twice for tests that use the RenderViewTest harness. The one difference is to check if ResourceBundle is initialized before initializing it. This is needed because on content_browsertests it's not initialized while in browser_tests it is. We can't make the two browser test binaries behave the same because of differences in how chrome's browser_tests and unit_tests can share the same test suite while in content that's not possible. TBR=cpu Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=161361

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -14 lines) Patch
M content/public/test/render_view_test.cc View 1 chunk +6 lines, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin_browsertest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M content/renderer/render_view_browsertest_mac.mm View 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/render_widget_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_accessibility_browsertest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M content/test/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/test/content_test_suite.cc View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
8 years, 2 months ago (2012-10-11 04:01:36 UTC) #1
scottmg
8 years, 2 months ago (2012-10-11 16:49:54 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698