Chris Manchester
7d85508517
Bug 978846 - Add a file to the tree to tell mozharness what arguments from try are acceptable to pass on to the harness process.;r=ahal DONTBUILD
2015-04-28 11:18:27 -07:00
Andrew Halberstadt
539f792e9e
Bug 1156781 - Pass --symbols-path into Mulet reftests, r=gerard-majax
...
--HG--
extra : rebase_source : 74556eed32a2f716b6afd31c4c843844d5c4b50e
2015-04-21 10:10:26 -04:00
Andrew Halberstadt
26786f1ef3
Bug 1150175 - Remove obsoleted %(test_manifest)s config options from b2g mochitests, r=chmanchester
...
--HG--
extra : rebase_source : 7567d444bd59b59dfa329f6e18317227df979342
2015-04-01 16:28:07 -04:00
Geoff Brown
8cc673ff66
Bug 1146574 - Update Android 4.3 configs for cppunit; r=dminor
2015-03-26 20:35:36 -06:00
Chris Cooper
e8c5b4048b
Bug 1146855 - Add cygwin dlls to manifest for minidump_stackwalk - r-ted
2015-03-24 11:46:30 -04:00
Geoff Brown
9257aaa7d1
Bug 989343 - Update AVD used by Android 2.3 emulator tests; r=kmoir
2015-03-23 13:25:28 -06:00
Jeff Gilbert
5da1c39c61
Bug 1143218 - Use mochitest subsuites to specify webgl tests. r=jmaher,gbrown
2015-03-18 17:19:22 -07:00
Geoff Brown
5d41ab4408
Bug 1144144 - Add tooltool manifest for Android 4.3 AVD; r=kmoir
2015-03-19 11:01:02 -06:00
Jordan Lund
8728ae1fa8
Bug 1142743
- Increase chunks for Android 2.3 mochitest-gl, in-tree cfg total chunk fix, r=kmoir, a=testing
2015-03-17 18:28:36 -07:00
Vaibhav Agrawal
81d959605e
Bug 1083347 - Removing android.json, android23.json, androidx86.json. r=jmaher
2015-03-12 01:25:28 +08:00
Vaibhav Agrawal
25dfa5ca56
Bug 1083347 - Removing gl.json and editing in-tree configurations.r=armenzg, gbrown DONTBUILD
2015-03-12 01:22:13 +08:00
Joel Maher
3d40e71038
Backed out changeset 404caa140516 for landing with the wrong bug number
2015-03-12 11:30:01 -04:00
Vaibhav Agrawal
65956bb861
Bug 1083346 - Removing gl.json and editing in-tree configurations.r=armenzg, gbrown
2015-03-12 01:22:13 +08:00
Alexandre Lissy
97690309a8
Bug 1138441 - Enable Mulet reftest chunks. r=jgriffin
...
--HG--
extra : rebase_source : dee67fe71446cabbd64d09d19af65a63b7e8784c
2015-03-02 08:20:00 -05:00
Geoff Brown
9c9484d811
Bug 1062365 - Rename in-tree config for android 4.3 emulator; r=kmoir
...
--HG--
rename : testing/config/mozharness/android_arm_4_4_config.py => testing/config/mozharness/android_arm_4_3_config.py
2015-03-03 19:06:52 -07:00
David Burns
e9b13c916c
Bug 1107336: update build and test targets to use new marionette driver; r=jgriffin
...
--HG--
extra : rebase_source : 6f68fe231f117fe7a1b2ddcc0841acc7c4023403
2015-02-23 14:45:50 +00:00
Joshua Cranmer
e8da5a087b
Bug 1054308 - Add mozmill tests to the mozharness configurations for Thunderbird, r=ted
2015-02-20 20:48:29 -06:00
Greg Arndt
093eceb566
Bug 1095480 - enable mochitests for linux64 mulet r=lightsofapollo,mshal
...
--HG--
extra : rebase_source : b804d42570094df4232011fb5ecc4cb7568e5562
extra : source : 320c6c008bddfb3993c7724ee6d1babcee5591de
2014-11-26 10:11:37 -08:00
Geoff Brown
875d20f5be
Bug 1123443 - Add in-tree test configuration for Android 4.4 emulator unit tests; r=armenzg
2015-01-21 09:26:38 -07:00
Carsten "Tomcat" Book
6ac5c09770
Backed out changeset c886cd910936 (bug 1107336)
...
--HG--
rename : testing/marionette/driver/marionette_driver/application_cache.py => testing/marionette/client/marionette/application_cache.py
rename : testing/marionette/driver/marionette_driver/by.py => testing/marionette/client/marionette/by.py
rename : testing/marionette/driver/marionette_driver/date_time_value.py => testing/marionette/client/marionette/date_time_value.py
rename : testing/marionette/driver/marionette_driver/decorators.py => testing/marionette/client/marionette/decorators.py
rename : testing/marionette/driver/marionette_driver/errors.py => testing/marionette/client/marionette/errors.py
rename : testing/marionette/driver/marionette_driver/expected.py => testing/marionette/client/marionette/expected.py
rename : testing/marionette/driver/marionette_driver/geckoinstance.py => testing/marionette/client/marionette/geckoinstance.py
rename : testing/marionette/driver/marionette_driver/gestures.py => testing/marionette/client/marionette/gestures.py
rename : testing/marionette/driver/marionette_driver/keys.py => testing/marionette/client/marionette/keys.py
rename : testing/marionette/driver/marionette_driver/marionette.py => testing/marionette/client/marionette/marionette.py
rename : testing/marionette/driver/marionette_driver/selection.py => testing/marionette/client/marionette/selection.py
rename : testing/marionette/driver/marionette_driver/wait.py => testing/marionette/client/marionette/wait.py
2015-01-21 16:12:13 +01:00
David Burns
79f2d9d1f3
Bug 1107336: Move marionette code for driving the browser out of the runner; r=jgriffin
...
--HG--
rename : testing/marionette/client/marionette/application_cache.py => testing/marionette/driver/marionette_driver/application_cache.py
rename : testing/marionette/client/marionette/by.py => testing/marionette/driver/marionette_driver/by.py
rename : testing/marionette/client/marionette/date_time_value.py => testing/marionette/driver/marionette_driver/date_time_value.py
rename : testing/marionette/client/marionette/decorators.py => testing/marionette/driver/marionette_driver/decorators.py
rename : testing/marionette/client/marionette/errors.py => testing/marionette/driver/marionette_driver/errors.py
rename : testing/marionette/client/marionette/expected.py => testing/marionette/driver/marionette_driver/expected.py
rename : testing/marionette/client/marionette/geckoinstance.py => testing/marionette/driver/marionette_driver/geckoinstance.py
rename : testing/marionette/client/marionette/gestures.py => testing/marionette/driver/marionette_driver/gestures.py
rename : testing/marionette/client/marionette/keys.py => testing/marionette/driver/marionette_driver/keys.py
rename : testing/marionette/client/marionette/marionette.py => testing/marionette/driver/marionette_driver/marionette.py
rename : testing/marionette/client/marionette/selection.py => testing/marionette/driver/marionette_driver/selection.py
rename : testing/marionette/client/marionette/wait.py => testing/marionette/driver/marionette_driver/wait.py
extra : rebase_source : 4fa2501172cc1dedf20e2f236b32fe3bbfc30b4f
2014-12-09 20:33:03 +00:00
Jonathan Griffin
d79b0ce885
Bug 1116187 - Add in-tree config for B2G mochitest-chrome, r=gbrown
2015-01-13 16:31:41 -08:00
Armen Zambrano Gasparnian
cee35db9a1
Bug 1064002 - Start using the in-tree categories for Android 2.3 jobs. r=ahal
2015-01-13 15:16:11 -05:00
Armen Zambrano Gasparnian
42a1f51053
Bug 1064002 - Fix removal of --log-raw from xpcshell. r=chmanchester
2015-01-12 09:53:51 -05:00
James Graham
249cf1fd51
Bug 1025066 - Add certs and mach integration for running web-platform-tests with https, r=ted
2015-01-10 10:42:44 +00:00
Philipp Kewisch
abb9851cdb
Bug 1084066 - plugins and extensions moved to wrong directory by mozharness. r=ted
2015-01-03 01:29:57 +01:00
Jordan Lund
ea7838bab4
Bug 1113460 - test jobs that use minidump stackwalk should get it from tooltool - add minidump manifests, r=jgriffin, a=testing DONTBUILD
2014-12-22 16:53:44 -08:00
Philipp Kewisch
00727941c0
Bug 1084066 - plugins and extensions moved to wrong directory by mozharness - correct in-tree config. r=ted
2014-12-29 19:02:17 +01:00
Philipp Kewisch
4afa344263
Bug 1084066 - Plugins and extensions moved to wrong directory by mozharness - prepare mozharness config. r=armenzg
2014-12-19 01:40:58 +01:00
Armen Zambrano Gasparnian
da2c0c3ea1
Bug 1070041
- Move more Mozharness job definition parameters into the tree. r=ahal
...
* We are unifying the in-tree mozharness configs to follow the same
structure
* We are moving run_filename into the tree
* We are also staring the move to manage the testdir value which
is already in use for Android test jobs
--HG--
extra : rebase_source : 6d667cd50e54fe16edc5ddff5f29039c5ae82523
2014-12-16 11:23:17 -05:00
Mike Hommey
541c80f735
Bug 948278 - Avoid piggy-backing into the build system for the reftest addon. r=ted
...
This makes the reftest addon use the httpd server as a js module instead of
a XPCOM component.
2014-12-16 15:07:01 +09:00
Zac Campbell
1ecb1d9e8e
Bug 1092132 - Update mozharness config for Gip to include chunking and gecko-log. r=jgriffin
2014-11-25 14:25:23 +00:00
Armen Zambrano Gasparnian
08f987df9c
Bug 1064002 - Modify Android Arm in-tree configs to allow more customizations
...
--HG--
extra : rebase_source : 09c130d67cb052068e7d8612805bb6c03645de57
2014-11-20 14:43:37 -05:00
Carsten "Tomcat" Book
2a90415e24
Backed out changeset 7c4360f398ff (bug 1064002) for causing Bug 1102115
2014-11-20 14:30:54 +01:00
Armen Zambrano Gasparnian
bfacdb5053
Bug 1064002 - Modify Android Arm in-tree configs to allow more customizations
...
* Specify testsdir for each Android suite
* Allow customizing each suite separately including runfiles
* Specify --total-chunks in-tree
--HG--
extra : rebase_source : d4fbfb20d990d53243b55e61f97b2537c58e4f62
2014-11-17 08:41:58 -05:00
Andrew Halberstadt
8b285bff78
Bug 1098258 - Pass symbols_path into marionette desktop harness, r=jgriffin
...
--HG--
extra : rebase_source : 20ecfb57c50002addf92e1beb24112c03a0fadc1
2014-11-13 09:51:11 -05:00
Armen Zambrano Gasparnian
eeb05f45e8
Bug 1043699 - Add Mulet reftests support. r=jgriffin
2014-11-04 09:18:27 -05:00
Chris Manchester
f74dc5a347
Bug 938745 - Add command line args to in-tree config to upload raw logs to blobber.;r=ahal
2014-11-03 16:11:58 -05:00
Andrew Halberstadt
d292ee73f1
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Simone Bruno
dfd05f13b0
Bug 1058286 - Add intree tooltool manifests for avds artifacts needed for android tests. r=armenzg
2014-09-30 03:06:03 -07:00
Armen Zambrano Gasparnian
8b290c73b6
Bug 1043699 - Add Linux Mulet configs. DONTBUILD. r=jlund
2014-09-29 09:21:58 -04:00
Andrew Halberstadt
65f7267326
Bug 1067534 - Define android and b2g manifests in the in-tree mozharness config, r=chmanchester
2014-09-23 08:51:08 -04:00
Alessio Placitelli
e1fff09053
Bug 928397 - Add mozdebug package to mozbase. r=ted.mielczarek
2014-07-02 13:51:00 +02:00
James Graham
1d0db0076b
Bug 945222 - Initial import of web-platform-tests testsuite 4/4 : Integration with build system, mach and mozharness, r=ahal,gps
...
--HG--
extra : rebase_source : 0d704f5a3edcbcef56d15b76ef26aae1b7232c4d
2014-09-04 12:52:43 +01:00
Ahmed Kachkach
1b49fb456b
Bug 1039833 - Add structured logging command line arguments for mochitest/mach. r=chmanchester, r=ahal
2014-08-13 12:03:00 -04:00
Dan Minor
e69db1b97a
Bug 1014653 - Run C++ unit tests on B2G; r=gbrown
2014-07-15 15:53:33 -04:00
Chris Manchester
bd31b7c008
Bug 1035551 - Add an in-tree config for marionette tests.;r=ahal
2014-07-14 16:02:39 -04:00
Chris Cooper
ed828581ec
Bug 920364 - Remove unused --enable-privilege from remotereftest invocations - r=gbrown
2014-06-19 22:29:33 -04:00
Andrew Halberstadt
e60605718c
Bug 997244 - Move emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin
2014-06-19 14:17:26 -04:00
Jonathan Griffin
48f4e8a32e
Bug 994920 - Add --test-path to in-tree B2G mochitest config, r=ahal
2014-06-12 09:23:12 -07:00