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

Issue 12093055: Linux sandbox: Make the test run on Android as Native executable (Closed)

Created:
7 years, 10 months ago by jln (very slow on Chromium)
Modified:
7 years, 10 months ago
CC:
chromium-reviews, bulach+watch_chromium.org, yfriedman+watch_chromium.org, klundberg+watch_chromium.org, agl, ilevy+watch_chromium.org, jln+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

Linux sandbox: Make the test run on Android as Native executable Make it possible to run the tests via run_tests.py --exe. BUG=169416 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180236

Patch Set 1 #

Total comments: 8

Patch Set 2 : Follow Nilesh' instructions. #

Patch Set 3 : Additional nit. #

Patch Set 4 : Rebase #

Total comments: 5

Patch Set 5 : Rename unit tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -39 lines) Patch
M build/all_android.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/forwarder.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/gtest/gtest_config.py View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 2 3 4 2 chunks +21 lines, -36 lines 0 comments Download
A sandbox/linux/sandbox_linux_test_sources.gypi View 1 1 chunk +38 lines, -0 lines 0 comments Download
M sandbox/linux/services/broker_process_unittest.cc View 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
jln (very slow on Chromium)
Nilesh: could you take a look for build/android/pylib/forwarder.py ? Markus: for the rest. Also if ...
7 years, 10 months ago (2013-01-30 00:04:25 UTC) #1
Markus (顧孟勤)
lgtm I don't even pretend to fully understand the GYP changes. But whatever superficial inspection ...
7 years, 10 months ago (2013-01-30 00:14:02 UTC) #2
Agrawal
https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi#newcode9 sandbox/linux/sandbox_linux.gypi:9: 'build_android_jni_test': 1, On 2013/01/30 00:04:25, Julien Tinnes wrote: > ...
7 years, 10 months ago (2013-01-30 01:43:08 UTC) #3
jln (very slow on Chromium)
https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi#newcode9 sandbox/linux/sandbox_linux.gypi:9: 'build_android_jni_test': 1, > I am not sure why you ...
7 years, 10 months ago (2013-01-30 01:56:29 UTC) #4
jln (very slow on Chromium)
On 2013/01/30 01:56:29, Julien Tinnes wrote: > https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi > File sandbox/linux/sandbox_linux.gypi (right): > > https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi#newcode9 ...
7 years, 10 months ago (2013-01-30 02:05:05 UTC) #5
Agrawal
https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi#newcode9 sandbox/linux/sandbox_linux.gypi:9: 'build_android_jni_test': 1, On 2013/01/30 01:56:29, Julien Tinnes wrote: > ...
7 years, 10 months ago (2013-01-30 02:17:04 UTC) #6
Agrawal
On 2013/01/30 02:05:05, Julien Tinnes wrote: > On 2013/01/30 01:56:29, Julien Tinnes wrote: > > ...
7 years, 10 months ago (2013-01-30 02:20:20 UTC) #7
jln (very slow on Chromium)
https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi#newcode9 sandbox/linux/sandbox_linux.gypi:9: 'build_android_jni_test': 1, On 2013/01/30 02:17:05, nileshagrawal wrote: > On ...
7 years, 10 months ago (2013-01-30 02:27:51 UTC) #8
Agrawal
On 2013/01/30 02:27:51, Julien Tinnes wrote: > https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi > File sandbox/linux/sandbox_linux.gypi (right): > > https://codereview.chromium.org/12093055/diff/1/sandbox/linux/sandbox_linux.gypi#newcode9 ...
7 years, 10 months ago (2013-01-30 03:16:22 UTC) #9
jln (very slow on Chromium)
Nilesh, thanks a lot for your help on this. Sorry for the delay, I was ...
7 years, 10 months ago (2013-02-02 00:43:48 UTC) #10
nilesh
https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi#newcode213 sandbox/linux/sandbox_linux.gypi:213: 'test_suite_name': 'sandbox_linux_unittests_jni', I think we should not change the ...
7 years, 10 months ago (2013-02-02 01:06:18 UTC) #11
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi#newcode213 sandbox/linux/sandbox_linux.gypi:213: 'test_suite_name': 'sandbox_linux_unittests_jni', On 2013/02/02 01:06:19, nileshagrawal1 wrote: > I ...
7 years, 10 months ago (2013-02-02 01:10:37 UTC) #12
jln (very slow on Chromium)
> I think there is a future where the tests won't be the same (the ...
7 years, 10 months ago (2013-02-02 01:19:08 UTC) #13
nilesh
https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi#newcode78 sandbox/linux/sandbox_linux.gypi:78: 'target_name': 'sandbox_linux_unittests_jni', sandbox_linux_jni_unittests https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi#newcode213 sandbox/linux/sandbox_linux.gypi:213: 'test_suite_name': 'sandbox_linux_unittests_jni', On 2013/02/02 ...
7 years, 10 months ago (2013-02-02 01:55:42 UTC) #14
jln (very slow on Chromium)
Thanks, PTAL! https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi File sandbox/linux/sandbox_linux.gypi (right): https://chromiumcodereview.appspot.com/12093055/diff/13001/sandbox/linux/sandbox_linux.gypi#newcode213 sandbox/linux/sandbox_linux.gypi:213: 'test_suite_name': 'sandbox_linux_unittests_jni', On 2013/02/02 01:55:42, nileshagrawal1 wrote: ...
7 years, 10 months ago (2013-02-02 02:14:23 UTC) #15
nilesh
LGTM
7 years, 10 months ago (2013-02-02 02:15:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/12093055/20002
7 years, 10 months ago (2013-02-02 02:51:45 UTC) #17
commit-bot: I haz the power
7 years, 10 months ago (2013-02-02 02:54:55 UTC) #18
Message was sent while issue was closed.
Change committed as 180236

Powered by Google App Engine
This is Rietveld 408576698