Confirmed users
726
edits
m (Change android-api-15 to android-api-16) |
|||
Line 66: | Line 66: | ||
* Under Build Types, select either Opt or Debug. Autophone only supports opt builds when running performance tests such as S1S2 Test or Talos. Autophone does support both Opt and Debug when running Unit tests. | * Under Build Types, select either Opt or Debug. Autophone only supports opt builds when running performance tests such as S1S2 Test or Talos. Autophone does support both Opt and Debug when running Unit tests. | ||
* Under Platforms, select either one or both of Android api 9-10 constrained or Android api | * Under Platforms, select either one or both of Android api 9-10 constrained or Android api 16+. Note that currently (June 2016) Android api 9-10 is only supported on mozilla-release. After the release of Firefox 48 in August, Android 2.3 will no longer be supported. | ||
* Under Android-Only Unittest Suites, select only the tests that you need to run. | * Under Android-Only Unittest Suites, select only the tests that you need to run. | ||
Line 72: | Line 72: | ||
Trychooser will produce a try commit message of the form: | Trychooser will produce a try commit message of the form: | ||
<pre>try: -b o -p android-api- | <pre>try: -b o -p android-api-16 -u autophone-mochitest-dom-media -t none</pre> | ||
=== Manual try commit message === | === Manual try commit message === | ||
Line 78: | Line 78: | ||
Autophone specifies its tests using the ''unittests'' argument in the try message. Autophone support both -u and --unittests. | Autophone specifies its tests using the ''unittests'' argument in the try message. Autophone support both -u and --unittests. | ||
<pre>try: -b o -p android-api- | <pre>try: -b o -p android-api-16 -u autophone-mochitest-dom-media -t none</pre> | ||
or | or | ||
<pre>try: -b o -p android-api- | <pre>try: -b o -p android-api-16 --unittests autophone-mochitest-dom-media -t none</pre> | ||
The list of test names which can be used in the try commit message can be found in the [[#Tests|Tests table]] later in this document. | The list of test names which can be used in the try commit message can be found in the [[#Tests|Tests table]] later in this document. | ||
Line 90: | Line 90: | ||
For example, to run all 16 reftest chunks: | For example, to run all 16 reftest chunks: | ||
<pre>try: -b o -p android-api- | <pre>try: -b o -p android-api-16 --unittests autophone-reftest -t none</pre> | ||
To run only reftest chunk 3 use: | To run only reftest chunk 3 use: | ||
<pre>try: -b o -p android-api- | <pre>try: -b o -p android-api-16 --unittests autophone-reftest-3 -t none</pre> | ||
=== Following your try build === | === Following your try build === |