gecko-dev/testing
Andreas Tolfsen b2ef602242 Bug 1411026 - Provide String type conversion for ErrorStatus. r=whimboo
This allows us to construct an ErrorStatus variant from a String.
This is useful if the remote end implementation uses the string
codes for transport.

The new From<String> trait for ErrorStatus is a reverse lookup of
ErrorStatus::error_code.

It currently handles two cases of Selenium errors, which are "element
not visible" and "invalid element coordinates".  Both these have
been deprecated in the WebDriver standard and we need to figure
out a deprecation strategy for them.

MozReview-Commit-ID: 48MAVNQoiKy

--HG--
extra : rebase_source : 80c0932e3d42cfe19faa673d558790c83762dba1
2017-10-23 21:46:44 +01:00
..
awsy Bug 1395540 - Part 4: Fix the DMD stacks. r=njn 2017-09-21 14:41:44 -07:00
config Bug 1410265 - Update grcov to version 0.1.27. r=jmaher 2017-10-20 00:06:47 +01:00
crashtest Bug 1402183 - Part 2: Add crashtest r=mstange 2017-09-23 18:42:47 +02:00
firefox-ui Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
geckodriver Bug 1409444 - Update rand to 0.3.17. r=manishearth 2017-10-23 15:52:44 +11:00
gtest Bug 1406687 Pass return values from fwrite to Unused to silence the warn-unused-result warning r=njn 2017-10-09 15:01:48 -05:00
instrumentation
marionette Backed out changeset f4152054eb1b (bug 1410366) for Marionette mass failures, at least on Android 4.3 API16+ debug. r=backout on a CLOSED TREE 2017-10-23 20:34:12 +02:00
mochitest merge mozilla-central to autoland. r=merge a=merge 2017-10-20 01:08:09 +02:00
modules Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
mozbase Bug 1390606 - (follow-up) Remove extra diagnostics; r=me,test-only 2017-10-20 15:30:59 -06:00
mozharness merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-23 23:55:17 +02:00
profiles Bug 1406212 - Remove references to extensions.e10sBlocksEnabling. r=Felipe 2017-10-16 13:52:48 -07:00
runtimes Bug 1406212 - Remove references to extensions.e10sBlocksEnabling. r=Felipe 2017-10-16 13:52:48 -07:00
specialpowers Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
talos Bug 1171482 - add DAMP test for inspector mutations;r=ochameau 2017-10-18 16:32:12 +02:00
tools bug 1407368 - rename Breakpad's src/common/memory.h. r=gsvelto 2017-10-17 19:44:36 -04:00
tps
web-platform merge mozilla-central to autoland. r=merge a=merge 2017-10-24 11:54:19 +02:00
webdriver Bug 1411026 - Provide String type conversion for ErrorStatus. r=whimboo 2017-10-23 21:46:44 +01:00
xpcshell Bug 1405561 - Show --verify in mochitest help and standardize --verify description; r=jmaher 2017-10-04 11:19:39 -06:00
cppunittest.ini Bug 1402151, part 9 - Implement gtest for FTP directory listing parsing. r=michal 2017-09-25 11:19:33 -07:00
mach_commands.py Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00
moz.build Bug 1403222 - Add test suite families to SCHEDULES.exclusive r=dustin 2017-09-26 10:47:22 -04:00
README.txt
remotecppunittests.py Bug 1406666 - Add testing/*cppun*.py to the list of flake8 compliant code r=ahal 2017-10-07 19:45:12 +02:00
runcppunittests.py Bug 1406666 - Add testing/*cppun*.py to the list of flake8 compliant code r=ahal 2017-10-07 19:45:12 +02:00
testsuite-targets.mk Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00

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