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

Issue 421233002: [gcc 4.8] Fix compilation failure for EXPECT_EQ reported due to -Werror=conversion-null in cast_soc… (Closed)

Created:
6 years, 4 months ago by vivekg_samsung
Modified:
6 years, 4 months ago
Reviewers:
vivekg, Yoyo Zhou, Nico, Kevin M, Wez
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[gcc 4.8] Fix compilation failure for EXPECT_EQ reported due to -Werror=conversion-null in cast_socket_unittest.cc gcc 4.8 is throwing the error during compilation with -Werror=conversion-null. Suggested usage is of EXPECT_FALSE. BUG=395935, 139326 TBR=yoz Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285922

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M extensions/browser/api/cast_channel/cast_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
vivekg
PTAL, thanks!
6 years, 4 months ago (2014-07-28 09:10:09 UTC) #1
vivekg
This doesn't look good as EXPECT_EQ is defined as (expected, actual) but this is how ...
6 years, 4 months ago (2014-07-28 09:22:16 UTC) #2
vivekg
On 2014/07/28 09:22:16, vivekg_ wrote: > This doesn't look good as EXPECT_EQ is defined as ...
6 years, 4 months ago (2014-07-28 09:29:18 UTC) #3
vivekg
Looks like this has been doing few more rounds here [1] Relevant gtest bug report ...
6 years, 4 months ago (2014-07-28 09:34:18 UTC) #4
Nico
lgtm (clang used to need this too: https://codereview.chromium.org/6614024/https://codereview.chromium.org/3645004/ etc ; I wonder why it didn't ...
6 years, 4 months ago (2014-07-28 13:16:43 UTC) #5
vivekg
The CQ bit was checked by vivekg@chromium.org
6 years, 4 months ago (2014-07-28 14:16:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/421233002/20001
6 years, 4 months ago (2014-07-28 14:17:41 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-28 16:23:24 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-28 16:26:17 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/316)
6 years, 4 months ago (2014-07-28 16:26:18 UTC) #10
Nico
yoz: tbr for extensions/OWNERS
6 years, 4 months ago (2014-07-28 16:27:00 UTC) #11
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 4 months ago (2014-07-28 16:27:03 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/421233002/20001
6 years, 4 months ago (2014-07-28 16:28:00 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-28 16:30:07 UTC) #14
commit-bot: I haz the power
Change committed as 285922
6 years, 4 months ago (2014-07-28 16:34:24 UTC) #15
Kevin M
6 years, 4 months ago (2014-07-28 17:19:48 UTC) #16
Message was sent while issue was closed.
On 2014/07/28 16:34:24, I haz the power (commit-bot) wrote:
> Change committed as 285922

Thanks!

Powered by Google App Engine
This is Rietveld 408576698