Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
jrg@chromium.org 5354603cad apk-based test runner work for android. 2 unit test bundles converted over (ipc, base).
OFF by default; enable with a gyp var.  E.g.
  GYP_DEFINES="$GYP_DEFINES gtest_target_type=shared_library" android_gyp

Some useful commands:
adb uninstall org.chromium.native_test
adb install -r out/Release/base_unittests_apk/ChromeNativeTests-debug.apk
adb shell am start -n org.chromium.native_test/org.chromium.native_test.ChromeNativeTestActivity

For the moment, all apks can be built simultaneously but use the same
activity name.  Thus you cannot have more than one installed at the
same time.

BUG=None
TEST=


Review URL: http://codereview.chromium.org/10051021

git-svn-id: http://src.chromium.org/svn/trunk/src/build@133053 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-19 21:02:09 +00:00
jrg@chromium.org 8dc4c35c48 Android build: 64-bit linker issues.
Fix install-build-deps-android.sh so it can be re-run cheaply.
Update install-build-deps-android.sh so it installs the 64-bit linker.
Run install-build-deps-android.sh each build on the FYI bot.
Move content_unittests to experimental so the FYI builder hits it.

BUG=None
TEST=


Review URL: http://codereview.chromium.org/9401029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122665 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-18 01:58:43 +00:00
jrg@google.com e9a269cedf Fix comment about non-emulator android tests.
Switch FYI bot to run non-emulator tests (see related CL to switch over).

BUG=None
TEST=

Review URL: https://chromiumcodereview.appspot.com/9223034

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119754 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-30 22:52:38 +00:00
jrg@google.com 599f63691d Android buildbot refactor.
Add distinct entry points for each type of chromium android buildbot.
Make it super-ez for a sheriff to disable (force green) any of them.

BUG=None
TEST=

Review URL: https://chromiumcodereview.appspot.com/9249030

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118471 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-20 19:59:10 +00:00