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

Issue 372053004: Fix PepperGamepadHostTest.WaitForReply (Closed)

Created:
6 years, 5 months ago by kbalazs
Modified:
6 years, 5 months ago
Reviewers:
bajones
CC:
chromium-reviews, darin-cc_chromium.org, glider+watch_chromium.org, jam, timurrrr+watch_chromium.org, bruening+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix PepperGamepadHostTest.WaitForReply Fixup after "Gamepad: don't notify about connected pads twice". The CHECK(!g_gamepad_service) I added is failing because during unit tests several instance can be created and destroyed. R=bajones@chromium.org BUG=391503 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281959

Patch Set 1 #

Total comments: 1

Patch Set 2 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -9 lines) Patch
M content/browser/gamepad/gamepad_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/gamepad_service.cc View 1 1 chunk +9 lines, -5 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_unittests.gtest.txt View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kbalazs
6 years, 5 months ago (2014-07-07 23:02:16 UTC) #1
bajones
https://codereview.chromium.org/372053004/diff/1/content/browser/gamepad/gamepad_service.cc File content/browser/gamepad/gamepad_service.cc (right): https://codereview.chromium.org/372053004/diff/1/content/browser/gamepad/gamepad_service.cc#newcode41 content/browser/gamepad/gamepad_service.cc:41: CHECK(!!instance != !!g_gamepad_service); This reads really awkwardly, and makes ...
6 years, 5 months ago (2014-07-08 15:59:00 UTC) #2
kbalazs
On 2014/07/08 15:59:00, bajones wrote: > https://codereview.chromium.org/372053004/diff/1/content/browser/gamepad/gamepad_service.cc > File content/browser/gamepad/gamepad_service.cc (right): > > https://codereview.chromium.org/372053004/diff/1/content/browser/gamepad/gamepad_service.cc#newcode41 > ...
6 years, 5 months ago (2014-07-08 19:23:10 UTC) #3
bajones
On 2014/07/08 at 19:23:10, b.kelemen wrote: > On 2014/07/08 15:59:00, bajones wrote: > > https://codereview.chromium.org/372053004/diff/1/content/browser/gamepad/gamepad_service.cc ...
6 years, 5 months ago (2014-07-08 19:46:33 UTC) #4
kbalazs
The CQ bit was checked by b.kelemen@samsung.com
6 years, 5 months ago (2014-07-08 20:49:25 UTC) #5
kbalazs
The CQ bit was unchecked by b.kelemen@samsung.com
6 years, 5 months ago (2014-07-08 20:49:43 UTC) #6
kbalazs
The CQ bit was checked by b.kelemen@samsung.com
6 years, 5 months ago (2014-07-08 23:44:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/372053004/20001
6 years, 5 months ago (2014-07-08 23:47:39 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 05:41:50 UTC) #9
Message was sent while issue was closed.
Change committed as 281959

Powered by Google App Engine
This is Rietveld 408576698