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

Issue 456863003: Move more Sockets browser tests into appshell tests. (Closed)

Created:
6 years, 4 months ago by Daniel Nishi
Modified:
6 years, 4 months ago
Reviewers:
Yoyo Zhou
CC:
scheib, 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

Move more Sockets browser tests into app_shell_browsertests tests. BUG=388893 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289018

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Static cast begone. #

Total comments: 1

Patch Set 3 : Fix last nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -79 lines) Patch
M chrome/browser/extensions/api/socket/socket_apitest.cc View 3 chunks +0 lines, -57 lines 0 comments Download
M chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc View 3 chunks +0 lines, -22 lines 0 comments Download
A extensions/browser/api/socket/socket_apitest.cc View 1 1 chunk +71 lines, -0 lines 0 comments Download
A extensions/browser/api/sockets_udp/sockets_udp_apitest.cc View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M extensions/shell/app_shell.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Daniel Nishi
PTAL.
6 years, 4 months ago (2014-08-11 17:33:21 UTC) #1
Yoyo Zhou
https://chromiumcodereview.appspot.com/456863003/diff/40001/extensions/browser/api/socket/socket_apitest.cc File extensions/browser/api/socket/socket_apitest.cc (right): https://chromiumcodereview.appspot.com/456863003/diff/40001/extensions/browser/api/socket/socket_apitest.cc#newcode31 extensions/browser/api/socket/socket_apitest.cc:31: static_cast<base::DictionaryValue*>(result.get()); No need to static cast. DictionaryValue* value = ...
6 years, 4 months ago (2014-08-11 23:32:57 UTC) #2
Daniel Nishi
Done for other spots, too. https://chromiumcodereview.appspot.com/456863003/diff/40001/extensions/browser/api/socket/socket_apitest.cc File extensions/browser/api/socket/socket_apitest.cc (right): https://chromiumcodereview.appspot.com/456863003/diff/40001/extensions/browser/api/socket/socket_apitest.cc#newcode31 extensions/browser/api/socket/socket_apitest.cc:31: static_cast<base::DictionaryValue*>(result.get()); On 2014/08/11 23:32:57, ...
6 years, 4 months ago (2014-08-11 23:40:45 UTC) #3
Yoyo Zhou
LGTM https://chromiumcodereview.appspot.com/456863003/diff/60001/extensions/browser/api/sockets_udp/sockets_udp_apitest.cc File extensions/browser/api/sockets_udp/sockets_udp_apitest.cc (right): https://chromiumcodereview.appspot.com/456863003/diff/60001/extensions/browser/api/sockets_udp/sockets_udp_apitest.cc#newcode31 extensions/browser/api/sockets_udp/sockets_udp_apitest.cc:31: ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); nit: don't need this line
6 years, 4 months ago (2014-08-11 23:50:06 UTC) #4
Daniel Nishi
The CQ bit was checked by dhnishi@chromium.org
6 years, 4 months ago (2014-08-11 23:58:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dhnishi@chromium.org/456863003/80001
6 years, 4 months ago (2014-08-12 00:01:31 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium.win ...
6 years, 4 months ago (2014-08-12 03:13:28 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-12 05:36:06 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel/builds/5701)
6 years, 4 months ago (2014-08-12 05:36:07 UTC) #9
Daniel Nishi
The CQ bit was checked by dhnishi@chromium.org
6 years, 4 months ago (2014-08-12 15:42:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dhnishi@chromium.org/456863003/80001
6 years, 4 months ago (2014-08-12 15:49:31 UTC) #11
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 17:54:49 UTC) #12
Message was sent while issue was closed.
Change committed as 289018

Powered by Google App Engine
This is Rietveld 408576698