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

Issue 11038005: Enable forwarder2 for all our tests. (Closed)

Created:
8 years, 2 months ago by felipeg
Modified:
7 years, 4 months ago
CC:
chromium-reviews, pam+watch_chromium.org, jam, joi+watch-content_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, darin-cc_chromium.org, peter+watch_chromium.org, ilevy+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Enable forwarder2 for all our tests. Also fixes a bunch of small bugs that I found when we tried to run it last Thursday and we had to revert everthing. Cherrypicked from downstream. Downstream tree is green after this change. BUG=146502 Change-Id: I438b61b476f22cf59a26ed64a8b42aa8b74fbac5

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -60 lines) Patch
M build/all_android.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/base_test_runner.py View 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/pylib/forwarder.py View 1 3 chunks +98 lines, -33 lines 0 comments Download
M build/android/pylib/ports.py View 3 chunks +8 lines, -1 line 0 comments Download
M build/android/pylib/run_java_tests.py View 2 chunks +6 lines, -9 lines 0 comments Download
M build/android/run_instrumentation_tests.py View 2 chunks +9 lines, -1 line 0 comments Download
M content/content_tests.gypi View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/host_controller.cc View 1 chunk +3 lines, -1 line 0 comments Download
M tools/android/forwarder2/host_forwarder_main.cc View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M tools/android/forwarder2/socket.cc View 7 chunks +15 lines, -9 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
felipeg
8 years, 2 months ago (2012-10-01 22:20:47 UTC) #1
Yaron
lgtm Not sure this is used by anything upstream yet. I take it you'll undisable ...
8 years, 2 months ago (2012-10-01 22:28:43 UTC) #2
felipeg_google
On Mon, Oct 1, 2012 at 3:28 PM, <yfriedman@chromium.org> wrote: > lgtm > > Not ...
8 years, 2 months ago (2012-10-01 22:31:17 UTC) #3
Yaron
On 2012/10/01 22:31:17, felipeg wrote: > On Mon, Oct 1, 2012 at 3:28 PM, <mailto:yfriedman@chromium.org> ...
8 years, 2 months ago (2012-10-01 22:33:49 UTC) #4
felipeg
https://chromiumcodereview.appspot.com/11038005/diff/1/build/all_android.gyp File build/all_android.gyp (left): https://chromiumcodereview.appspot.com/11038005/diff/1/build/all_android.gyp#oldcode59 build/all_android.gyp:59: '../tools/android/forwarder/forwarder.gyp:forwarder', On 2012/10/01 22:28:43, Yaron wrote: > I take ...
8 years, 2 months ago (2012-10-01 22:35:25 UTC) #5
Yaron
On Mon, Oct 1, 2012 at 3:35 PM, <felipeg@chromium.org> wrote: > > https://chromiumcodereview.appspot.com/11038005/diff/1/build/all_android.gyp > File ...
8 years, 2 months ago (2012-10-01 22:36:26 UTC) #6
Philippe
https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc File tools/android/forwarder2/host_forwarder_main.cc (right): https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc#newcode97 tools/android/forwarder2/host_forwarder_main.cc:97: return -1; Sorry to catch this only now. main()'s ...
8 years, 2 months ago (2012-10-01 22:38:06 UTC) #7
felipeg
https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc File tools/android/forwarder2/host_forwarder_main.cc (right): https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc#newcode97 tools/android/forwarder2/host_forwarder_main.cc:97: return -1; On 2012/10/01 22:38:06, Philippe wrote: > Sorry ...
8 years, 2 months ago (2012-10-01 22:42:40 UTC) #8
Isaac (away)
https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc File tools/android/forwarder2/host_forwarder_main.cc (right): https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc#newcode97 tools/android/forwarder2/host_forwarder_main.cc:97: return -1; On 2012/10/01 22:42:41, felipeg1 wrote: > On ...
8 years, 2 months ago (2012-10-01 22:45:37 UTC) #9
Philippe
On 2012/10/01 22:45:37, Isaac wrote: > https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc > File tools/android/forwarder2/host_forwarder_main.cc (right): > > https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc#newcode97 > ...
8 years, 2 months ago (2012-10-01 22:48:38 UTC) #10
Philippe
On 2012/10/01 22:48:38, Philippe wrote: > On 2012/10/01 22:45:37, Isaac wrote: > > > https://chromiumcodereview.appspot.com/11038005/diff/1/tools/android/forwarder2/host_forwarder_main.cc ...
8 years, 2 months ago (2012-10-01 23:07:30 UTC) #11
felipeg_google
The 255 exit code issue is fixed guys PTAL again thanks On Mon, Oct 1, ...
8 years, 2 months ago (2012-10-01 23:19:04 UTC) #12
Philippe
8 years, 2 months ago (2012-10-01 23:25:03 UTC) #13
Thanks Felipe.

LGTM.

Powered by Google App Engine
This is Rietveld 408576698