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

Issue 11568033: Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) (Closed)

Created:
8 years ago by Kamil Jiwa
Modified:
7 years, 11 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, shishir+watch_chromium.org, erikwright (departed), dominich+watch_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, jshin+watch_chromium.org, akalin, Raghu Simha, apatrick_chromium, haitaol1
Visibility:
Public.

Description

Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174956

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -40 lines) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M base/pickle_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M base/string_number_conversions_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor_unittest.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_pointcoord_unittest.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M net/base/x509_util_nss_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_monster_perftest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 1 2 3 2 chunks +6 lines, -8 lines 0 comments Download
M net/spdy/spdy_http_stream_spdy3_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_test_util_spdy2.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_test_util_spdy2.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/sync_encryption_handler_impl_unittest.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Paweł Hajdan Jr.
LGTM Please do OWNERS review: Jim: base & net James: chrome
8 years ago (2012-12-14 18:10:14 UTC) #1
jar (doing other things)
Patch set 1: Base lgtm
8 years ago (2012-12-14 18:37:23 UTC) #2
James Hawkins
lgtm
8 years ago (2012-12-14 19:39:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kamil.jiwa@gmail.com/11568033/1
8 years ago (2012-12-14 19:55:26 UTC) #4
commit-bot: I haz the power
Presubmit check for 11568033-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-14 19:55:31 UTC) #5
Ryan Sleevi
On 2012/12/14 19:55:31, I haz the power (commit-bot) wrote: > Presubmit check for 11568033-1 failed ...
8 years ago (2012-12-14 20:33:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kamil.jiwa@gmail.com/11568033/1012
8 years ago (2012-12-15 18:10:25 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-12-15 18:22:33 UTC) #8
Kamil Jiwa
Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2)
8 years ago (2012-12-18 09:28:39 UTC) #9
Kamil Jiwa
Adding owners: - albertb@ for chrome/browser/password_manager - dominich@ for chrome/browser/predictors - piman@ for gpu - ...
8 years ago (2012-12-19 05:41:14 UTC) #10
piman
https://codereview.chromium.org/11568033/diff/23001/gpu/command_buffer/tests/gl_pointcoord_unittest.cc File gpu/command_buffer/tests/gl_pointcoord_unittest.cc (right): https://codereview.chromium.org/11568033/diff/23001/gpu/command_buffer/tests/gl_pointcoord_unittest.cc#newcode42 gpu/command_buffer/tests/gl_pointcoord_unittest.cc:42: double vertices[] = { NAK, this needs to stay ...
8 years ago (2012-12-19 08:45:33 UTC) #11
Kamil Jiwa
On 2012/12/19 08:45:33, piman wrote: > https://codereview.chromium.org/11568033/diff/23001/gpu/command_buffer/tests/gl_pointcoord_unittest.cc > File gpu/command_buffer/tests/gl_pointcoord_unittest.cc (right): > > https://codereview.chromium.org/11568033/diff/23001/gpu/command_buffer/tests/gl_pointcoord_unittest.cc#newcode42 > ...
8 years ago (2012-12-20 04:25:06 UTC) #12
piman
LGTM for gpu/
8 years ago (2012-12-20 04:36:30 UTC) #13
Kamil Jiwa
On 2012/12/20 04:36:30, piman wrote: > LGTM for gpu/ Thanks. Updating reviewers: - tim@ for ...
8 years ago (2012-12-22 02:51:27 UTC) #14
Shishir
predictors: LGTM
7 years, 12 months ago (2012-12-26 21:18:45 UTC) #15
akalin
sync lgtm
7 years, 11 months ago (2012-12-29 09:57:43 UTC) #16
tim (not reviewing)
On 2012/12/29 09:57:43, akalin wrote: > sync lgtm password_manager/ LGTM
7 years, 11 months ago (2013-01-03 04:22:38 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kamil.jiwa@gmail.com/11568033/33001
7 years, 11 months ago (2013-01-03 06:02:52 UTC) #18
commit-bot: I haz the power
7 years, 11 months ago (2013-01-03 12:30:55 UTC) #19
Message was sent while issue was closed.
Change committed as 174956

Powered by Google App Engine
This is Rietveld 408576698