Bug 1067534 - Define android and b2g manifests in the in-tree mozharness config, r=chmanchester

This commit is contained in:
Andrew Halberstadt 2014-09-23 08:51:08 -04:00
parent 4b2b1a6928
commit 84b1cc7b3a
3 changed files with 7 additions and 5 deletions

View File

@ -32,6 +32,7 @@ config = {
"--xre-path=%(xre_path)s", "--testing-modules-dir=%(modules_dir)s",
"--apk=%(installer_path)s", "--no-logfiles",
"--symbols-path=%(symbols_path)s",
"--manifest=tests/xpcshell_android.ini",
],
},
}, # end suite_definitions

View File

@ -12,7 +12,7 @@ config = {
"--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
"--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
"--quiet", "--log-raw=%(raw_log_file)s"
"--quiet", "--log-raw=%(raw_log_file)s",
],
},
"reftest": {
@ -32,6 +32,7 @@ config = {
"--xre-path=%(xre_path)s", "--testing-modules-dir=%(modules_dir)s",
"--apk=%(installer_path)s", "--no-logfiles",
"--symbols-path=%(symbols_path)s",
"--manifest=tests/xpcshell_android.ini",
],
},
}, # end suite_definitions

View File

@ -10,7 +10,7 @@ config = {
"--xre-path=%(xre_path)s", "--symbols-path=%(symbols_path)s", "--busybox=%(busybox)s",
"--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s",
"--extra-profile-file=jsreftest/tests/user.js",
"%(test_manifest)s",
"jsreftest/tests/jstests.list",
],
"mochitest_options": [
@ -30,7 +30,7 @@ config = {
"--remote-webserver=%(remote_webserver)s", "--ignore-window-size",
"--xre-path=%(xre_path)s", "--symbols-path=%(symbols_path)s", "--busybox=%(busybox)s",
"--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s", "--enable-oop",
"%(test_manifest)s",
"tests/layout/reftests/reftest.list",
],
"crashtest_options": [
@ -39,12 +39,12 @@ config = {
"--remote-webserver=%(remote_webserver)s", "--ignore-window-size",
"--xre-path=%(xre_path)s", "--symbols-path=%(symbols_path)s", "--busybox=%(busybox)s",
"--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s",
"%(test_manifest)s",
"tests/testing/crashtest/crashtests.list",
],
"xpcshell_options": [
"--adbpath=%(adbpath)s", "--b2gpath=%(b2gpath)s", "--emulator=%(emulator)s",
"--logdir=%(logcat_dir)s", "--manifest=%(test_manifest)s", "--use-device-libs",
"--logdir=%(logcat_dir)s", "--manifest=tests/xpcshell_b2g.ini", "--use-device-libs",
"--testing-modules-dir=%(modules_dir)s", "--symbols-path=%(symbols_path)s",
"--busybox=%(busybox)s", "--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s",
],