gecko-dev/testing
Henrik Skupin 37160bb41e Bug 1438679 - [mozrunner] DeviceRunner has to override returncode and wait() to check for remote process status. r=gbrown
Without returncode and wait() being overridden the default
implementation of the Runner class takes precedence and will
run the check for the adb command but not the remote process.
This always returns 0 because adb runs or forks itself as daemon.

Instead the remote process has to be checked for existence.

MozReview-Commit-ID: GvuAaMSxBT2

--HG--
extra : rebase_source : 9dc790a343d8f53bf00589c68f16e51a17d1b057
2018-02-22 23:08:49 +01:00
..
awsy Bug 1437215 - Measure WebRender memory usage on Linux x86_64 using AWSY tests, r=jmaher 2018-02-21 05:52:04 -08:00
config Bug 1436183 - Update tooltool manifests for Android host-utils (linux), again; r=jmaher 2018-02-08 06:29:08 -07:00
crashtest
firefox-ui Bug 1435733 - Upgrade mixed display content pref. r=baku,ckerschb,francois,mayhemer 2018-02-05 15:37:27 +00:00
geckodriver Bug 1439331 - Upgrade mozrunner log dependency to 0.4. r=jgraham 2018-02-19 12:46:53 +01:00
gtest
marionette Bug 1434901 - Remove dependency to element_{top,right,bottom,left}.html in test_visibility.py; r=whimboo 2018-02-15 19:52:13 -05:00
mochitest merge mozilla-inbound to mozilla-central. a=merge 2018-02-24 02:58:35 +02:00
modules Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
mozbase Bug 1438679 - [mozrunner] DeviceRunner has to override returncode and wait() to check for remote process status. r=gbrown 2018-02-22 23:08:49 +01:00
mozharness bug 1398799: mozharness script to create update verify configs without relying on patcher configs. r=nthomas 2018-02-23 06:00:02 -05:00
profiles Bug 1433485 - Update test prefs for telemetry; r=mythmon,dexter 2018-02-21 10:57:04 -07:00
runtimes Bug 1424917 - Remove support for HSTS Priming. r=mayhemer, r=ckerschb 2018-01-10 11:07:00 -05:00
specialpowers Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
talos Bug 1439991 - Fix complicated.netmonitor timeout on windows. r=Honza 2018-02-21 01:02:33 -08:00
tools Bug 1436857 - Upgrade psutil from version 3.1.1 to 5.4.3. r=gps 2018-02-08 23:22:16 +01:00
tps
web-platform Bug 1439170 - Add a long timeout to acid 3 test, r=gsnedders 2018-02-26 11:22:50 +00:00
webdriver Backed out changeset 1f94fa48c7dc (bug 1396819) for build bustage 2018-02-19 14:21:12 +02:00
xpcshell Backed out 6 changesets (bug 888600) for Valgrind and build bustge on a CLOSED TREE 2018-02-22 13:56:43 +02:00
README.txt
cppunittest.ini
mach_commands.py Bug 1440405 - Fix faulty assumption that only one log handler can be installed in |mach test/mochitest|, r=froydnj 2018-02-23 09:40:06 -05:00
moz.build Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
remotecppunittests.py Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
runcppunittests.py
testsuite-targets.mk

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff