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

Issue 12758002: Add android buildbot support for exe tests (Closed)

Created:
7 years, 9 months ago by Isaac (away)
Modified:
7 years, 9 months ago
Reviewers:
craigdh, Yaron, frankf
CC:
chromium-reviews, klundberg+watch_chromium.org, bulach+watch_chromium.org, Yaron
Visibility:
Public.

Description

Add android buildbot support for exe tests Add breakpad_unittests and sandbox_linux_unittests to experimental test suites. BUG=170530, 169416 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187768

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Add envsetup to all tests. #

Total comments: 2

Patch Set 4 : used named tuple #

Patch Set 5 : syntax fix #

Total comments: 3

Patch Set 6 : syntax fix v2, addr frankf comments #

Patch Set 7 : syntax fix v3 #

Patch Set 8 : more concise testing #

Patch Set 9 : Don't wrap with bash for presubmit testing. CQ has no android_tools directory. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -48 lines) Patch
M build/android/buildbot/bb_device_steps.py View 1 2 3 4 5 6 2 chunks +9 lines, -3 lines 0 comments Download
M build/android/buildbot/bb_run_bot.py View 1 2 3 4 5 6 7 8 4 chunks +25 lines, -14 lines 0 comments Download
M build/android/pylib/gtest/dispatch.py View 1 2 3 4 5 1 chunk +14 lines, -12 lines 0 comments Download
M build/android/pylib/gtest/gtest_config.py View 1 2 3 4 5 1 chunk +26 lines, -19 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Isaac (away)
7 years, 9 months ago (2013-03-10 23:12:07 UTC) #1
Isaac (away)
yaron: Do you know what's wrong w/ breakpad_unittests? jln: Ditto: linux_sandbox_unittests.
7 years, 9 months ago (2013-03-11 18:54:16 UTC) #2
jln (very slow on Chromium)
On 2013/03/11 18:54:16, Isaac wrote: > yaron: Do you know what's wrong w/ breakpad_unittests? > ...
7 years, 9 months ago (2013-03-11 19:57:19 UTC) #3
jln (very slow on Chromium)
As discussed in person, it just looks like the test is not being built. Can ...
7 years, 9 months ago (2013-03-11 20:08:08 UTC) #4
Yaron
We should be building breakpad_unittests. I see this error: WARNING:root:Failed obtaining tests from 0149CD261200C004 with ...
7 years, 9 months ago (2013-03-11 20:40:41 UTC) #5
Isaac (away)
On 2013/03/11 20:40:41, Yaron wrote: > We should be building breakpad_unittests. I see this error: ...
7 years, 9 months ago (2013-03-11 22:14:51 UTC) #6
frankf
https://codereview.chromium.org/12758002/diff/19001/build/android/pylib/gtest/gtest_config.py File build/android/pylib/gtest/gtest_config.py (right): https://codereview.chromium.org/12758002/diff/19001/build/android/pylib/gtest/gtest_config.py#newcode11 build/android/pylib/gtest/gtest_config.py:11: False: [], Let's just use 'apk'/'exe' as keys since ...
7 years, 9 months ago (2013-03-12 03:13:15 UTC) #7
Isaac (away)
Julien: looks like sandbox_linux_unittests is already getting built; do you still want me to add ...
7 years, 9 months ago (2013-03-12 03:19:43 UTC) #8
Isaac (away)
please take another look. I think this is cleaner that my earlier approach of using ...
7 years, 9 months ago (2013-03-12 05:49:42 UTC) #9
frankf
lgtm w/ nits for pylib after trybots going green. https://chromiumcodereview.appspot.com/12758002/diff/12002/build/android/pylib/gtest/dispatch.py File build/android/pylib/gtest/dispatch.py (right): https://chromiumcodereview.appspot.com/12758002/diff/12002/build/android/pylib/gtest/dispatch.py#newcode42 build/android/pylib/gtest/dispatch.py:42: ...
7 years, 9 months ago (2013-03-12 17:46:31 UTC) #10
Isaac (away)
CQing w/ NOTRY https://chromiumcodereview.appspot.com/12758002/diff/12002/build/android/pylib/gtest/dispatch.py File build/android/pylib/gtest/dispatch.py (right): https://chromiumcodereview.appspot.com/12758002/diff/12002/build/android/pylib/gtest/dispatch.py#newcode42 build/android/pylib/gtest/dispatch.py:42: def GetQualifiedSuite(suite): On 2013/03/12 17:46:31, frankf ...
7 years, 9 months ago (2013-03-13 03:24:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ilevy@chromium.org/12758002/54001
7 years, 9 months ago (2013-03-13 03:27:06 UTC) #12
commit-bot: I haz the power
Presubmit check for 12758002-54001 failed and returned exit status 1. INFO:root:Found 4 file(s). INFO:PRESUBMIT:Running pylint ...
7 years, 9 months ago (2013-03-13 03:27:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ilevy@chromium.org/12758002/62001
7 years, 9 months ago (2013-03-13 03:43:12 UTC) #14
commit-bot: I haz the power
Presubmit check for 12758002-62001 failed and returned exit status 1. INFO:root:Found 4 file(s). INFO:PRESUBMIT:Running pylint ...
7 years, 9 months ago (2013-03-13 03:43:18 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ilevy@chromium.org/12758002/65001
7 years, 9 months ago (2013-03-13 03:52:20 UTC) #16
commit-bot: I haz the power
7 years, 9 months ago (2013-03-13 04:09:28 UTC) #17
Message was sent while issue was closed.
Change committed as 187768

Powered by Google App Engine
This is Rietveld 408576698