gecko-dev/testing
Wes Kocher 060f969b83 Bug 1499889 - Make sure we don't try to remove device forwards that no longer exist r=gbrown
The stop() function is apparently being called multiple times at the end of a test run, causing us to sometimes attempt to remove device forwards that were removed in an earlier stop() attempt but before the conditions checked in stop() to remove the device forwards get changed. This caused a traceback to be printed out at the end of every test run, complaining about attempts to remove device forwards that don't exist.

Rather than dig through to figure out why/where stop() is getting called twice, this patch just papers over the issue by making sure there is at least one device forward still listed before attempting to remove them.

Differential Revision: https://phabricator.services.mozilla.com/D9175

--HG--
extra : moz-landing-system : lando
2018-10-19 14:38:51 +00:00
..
awsy
config Bug 1488468 - Update requirements files for telemetry tests; r=davehunt 2018-10-05 19:16:47 +00:00
crashtest
firefox-ui Bug 1428869 - Use html:progress in front-end code. r=bgrins,Gijs 2018-10-18 15:41:21 +01:00
geckodriver Bug 1494637 - [geckodriver] Remove custom serialization of JavascriptCommandParameters for Marionette. r=ato 2018-10-15 20:35:33 +00:00
gtest
jsshell Bug 1499043 - ensure JSGC_DISABLE_POISONING is enable for raptor and jsshell-bench tests r=jmaher 2018-10-17 09:29:26 +00:00
marionette Bug 1500242 - [marionette] Don't modify DEFAULT_SHUTDOWN_TIMEOUT constant. r=ato 2018-10-19 11:54:13 +00:00
mochitest Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
modules Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
mozbase Bug 1493796 - [mozprocess] Revert poll() behavior on Windows due to regression. r=gbrown 2018-10-18 15:32:28 +00:00
mozharness Bug 1499809 - l10n bumper should touch a status file on success. r=nthomas 2018-10-18 22:05:51 +00:00
profiles Backed out changeset b969cbe46b14 (bug 1492656)for Android xpcshell failures on unit/test_CoveragePing.js CLOSED TREE 2018-10-19 03:12:23 +03:00
raptor Bug 1500236 - Have Raptor use '127.0.0.1' instead of 'localhost' to fix timeouts on OSX; r=jmaher 2018-10-18 20:30:13 +00:00
runtimes Fixes bug 1488813 - Migrating Pocket off any bootstrap code r=ursula,k88hudson 2018-10-12 19:38:10 +00:00
specialpowers Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
talos Bug 1499739 - Talos pageloader intermittently fails to load pages locally; r=jmaher 2018-10-18 21:01:38 +00:00
tools Bug 1496405 - Always build minidumpwriter on Windows to support 64 or 32 bit python. r=ted,firefox-build-system-reviewers 2018-10-06 01:16:01 +00:00
tps Bug 1488899 - Get TPS working. r=tcsc 2018-10-15 22:42:22 +00:00
web-platform Bug 1499889 - Make sure we don't try to remove device forwards that no longer exist r=gbrown 2018-10-19 14:38:51 +00:00
webdriver bug 1491288: webdriver: release 0.38.0; r=whimboo 2018-10-03 15:00:00 +00:00
xpcshell Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
README.txt
cppunittest.ini Bug 1498767 - Add missing MFBT tests to testing/cppunittest.py. r=froydnj 2018-10-13 21:54:27 +00:00
mach_commands.py Bug 1481449 - Require at least one test argument for 'mach test'; r=ahal 2018-08-31 09:59:07 -06:00
moz.build
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk bug 1490119: Build separate updater that always embeds dep certificates. r=ted,firefox-build-system-reviewers 2018-09-21 10:07:27 +00:00

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