wangxianzhu@chromium.org
d80ce0caef
Build and push chrome.pak for ui_unittests on Android.
...
BUG=None
TEST=build/android/run_tests.py -s out/Release/ui_unittests
Review URL: http://codereview.chromium.org/9963086
git-svn-id: http://src.chromium.org/svn/trunk/src/build@130547 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 03:03:04 +00:00
bulach@chromium.org
b4127ddfa3
Fixes android.fiy bot base_unittests.
...
Following:
http://codereview.chromium.org/9860035
we need to push an extra data file.
BUG=
TEST=JSONReaderTest.ReadFromFile
Review URL: http://codereview.chromium.org/9844017
git-svn-id: http://src.chromium.org/svn/trunk/src/build@129419 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 15:59:29 +00:00
rsleevi@chromium.org
962d5c4564
Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files.
...
apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9834037
TBR=jrg@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9852004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@128685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 04:44:41 +00:00
jrg@chromium.org
d168ae37cd
apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.
...
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9834037
git-svn-id: http://src.chromium.org/svn/trunk/src/build@128679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 03:57:36 +00:00
bulach@chromium.org
953d4d6923
Upstream test sharder.
...
On chromium for android, we shard tests by splitting the set of tests
and running on multiple connected devices.
BUG=
TEST=build/android/run_tests.py
Review URL: http://codereview.chromium.org/9494007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@124214 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-29 18:40:27 +00:00
jknotten@chromium.org
fe6fec623c
Make sure that chrome/ dir exists for webkit_unit_tests on Android.
...
webkit_support::GetWebKitRootDirFilePath() looks for a chrome/ directory so
that it can identify this as a chrome working directory and therefore add
third_party/WebKit to the path to get the WebKit root dir. This normally
works because other unit tests pull in the chrome directory for their own
reasons, but if this is the first test run on a blank /data/local/tmp
directory, webkit_unit_test fails when it tries to load resources required
for the tests.
Pull in chrome/VERSION and thus ensure that the chrome/ directory exists.
TEST=webkit_unit_tests
Review URL: http://codereview.chromium.org/9433049
git-svn-id: http://src.chromium.org/svn/trunk/src/build@123312 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-23 20:32:53 +00:00
jrg@google.com
a45f7bc4cb
Increase Android test robustness.
...
Use of the emulator is probably a lost cause, but maybe this can hold
us for now.
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9185043
git-svn-id: http://src.chromium.org/svn/trunk/src/build@117458 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-12 18:47:45 +00:00
maruel@chromium.org
54cc84e6fd
Remove svn:executable bit from non executable script build/android/single_test_runner.py
...
BUG=105108
git-svn-id: http://src.chromium.org/svn/trunk/src/build@111656 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-27 20:35:07 +00:00
maruel@chromium.org
628d2696f1
Fix python scripts in src/build/
...
Make sure that:
- shebang is only present for executable files
- shebang is #!/usr/bin/env python
- __main__ is only present for executable files
- file's executable bit is coherent
Also fix EOF LF to be only one.
TBR=michaelbai@chromium.org
BUG=105108
TEST=
Review URL: http://codereview.chromium.org/8667008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@111385 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-23 19:13:44 +00:00
michaelbai@google.com
712740ca27
Upstream: Test scripts for Android (phase 2)
...
Currently only support run base_unittests
BUG=
TEST=
Review URL: http://codereview.chromium.org/8364020
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106953 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 18:59:20 +00:00