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

Issue 11828008: Android: enable sandbox_linux_unittests by default. (Closed)

Created:
7 years, 11 months ago by jln (very slow on Chromium)
Modified:
7 years, 11 months ago
Reviewers:
Isaac (away)
CC:
chromium-reviews, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, peter+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org, nilesh, palmer
Visibility:
Public.

Description

Android: enable sandbox_linux_unittests by default. Move sandbox_linux_unittests away from the FYI bots and enable them by default. BUG=166704 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175695

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Use echo for empty command. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M build/android/buildbot/buildbot_functions.sh View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/run_tests.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jln (very slow on Chromium)
It has been stable on the FYI bots for a few weeks, let's make sandbox_linux_unittests ...
7 years, 11 months ago (2013-01-09 01:10:57 UTC) #1
Isaac (away)
lgtm https://codereview.chromium.org/11828008/diff/2004/build/android/buildbot/buildbot_functions.sh File build/android/buildbot/buildbot_functions.sh (right): https://codereview.chromium.org/11828008/diff/2004/build/android/buildbot/buildbot_functions.sh#newcode280 build/android/buildbot/buildbot_functions.sh:280: : change this line to "echo" (no quotes)
7 years, 11 months ago (2013-01-09 01:46:04 UTC) #2
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/11828008/diff/2004/build/android/buildbot/buildbot_functions.sh File build/android/buildbot/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/11828008/diff/2004/build/android/buildbot/buildbot_functions.sh#newcode280 build/android/buildbot/buildbot_functions.sh:280: : On 2013/01/09 01:46:04, Isaac wrote: > change this ...
7 years, 11 months ago (2013-01-09 02:34:41 UTC) #3
Markus (顧孟勤)
That is incorrect. Don't do that! You don't want to introduce side-effects. If you want ...
7 years, 11 months ago (2013-01-09 02:38:25 UTC) #4
Isaac (away)
Honestly it doesn't matter. I'm deleting this code in a commit that's landing right now. ...
7 years, 11 months ago (2013-01-09 03:12:42 UTC) #5
Isaac (away)
https://chromiumcodereview.appspot.com/11666023/
7 years, 11 months ago (2013-01-09 03:13:05 UTC) #6
Isaac (away)
But thanks for the info about bash, markus, I never knew all of that. Difficult ...
7 years, 11 months ago (2013-01-09 03:14:37 UTC) #7
jln (very slow on Chromium)
On 2013/01/09 03:14:37, Isaac wrote: > But thanks for the info about bash, markus, I ...
7 years, 11 months ago (2013-01-09 03:28:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/11828008/6002
7 years, 11 months ago (2013-01-09 03:29:48 UTC) #9
commit-bot: I haz the power
Change committed as 175695
7 years, 11 months ago (2013-01-09 03:40:28 UTC) #10
Markus (顧孟勤)
7 years, 11 months ago (2013-01-09 05:31:50 UTC) #11
Message was sent while issue was closed.
On 2013/01/09 03:14:37, Isaac wrote:
> But thanks for the info about bash, markus, I never knew all of that. 
Difficult
> of bash correctness is one reason I am migrating this code to python.

That's probably generally a good idea. And thanks for doing that.

Bourne shell scripts are amazingly versatile, but they are also very difficult
to get right. And we don't have enough expertise to do that. We do have a lot
more people who are familiar with Python, though.

There are still some situations where shell scripts are more appropriate (e.g.
for wrapper scripts that can't make assumptions about the presence of a Python
run-time). But that's the exception rather than the rule.

Powered by Google App Engine
This is Rietveld 408576698