gecko-dev/testing
Andreas Tolfsen c9ce6ce96f Bug 1111268 - Fix redefinition of caps in setSessionCapabilities. r=dburns
The variable caps is redefined in the second for loop because it's defined
in the function scope using the var declaration statement instead of
let for the current scope.

This patch also addresses the duplication of the code to copy the current
set of capabilities.

--HG--
extra : rebase_source : 9b3f9c8e05abaa0fa7ce6662be188cf22e13dd12
2014-12-13 22:22:47 +00:00
..
config Bug 1070041 - Move more Mozharness job definition parameters into the tree. r=ahal 2014-12-16 11:23:17 -05:00
crashtest Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:25:22 +03:00
gtest Bug 1019382 - use GTEST_ATTRIBUTE_UNUSED_ to avoid gcc 4.8 compiler warning. r=ted 2014-12-09 08:34:00 +01:00
instrumentation Bug 1065773 - Part 3: Add release signed instrumentation test APKs to instrumentation/ in tests package. r=mshal 2014-09-19 13:52:56 -07:00
marionette Bug 1111268 - Fix redefinition of caps in setSessionCapabilities. r=dburns 2014-12-13 22:22:47 +00:00
mochitest Bug 1077870 - Log consistent test names (file paths relative to the srcdir) in mochitest. r=ahal 2014-12-15 12:05:55 -05:00
modules Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures. 2014-12-11 11:28:30 -05:00
mozbase Bug 1111727 - Bump mozrunner to version 6.7, r=whimboo 2014-12-16 09:31:06 -05:00
mozharness Bug 791924 - Add mozharness.json. DONTBUILD. NPOTB. r=rail 2014-11-17 15:42:49 -05:00
profiles Bug 923897 - Extensibility support for b2g r=ferjm,bholley 2014-12-16 15:32:28 -08:00
release
specialpowers Bug 923897 - Extensibility support for b2g r=ferjm,bholley 2014-12-16 15:32:28 -08:00
talos Bug 1110995 - update talos to the latest version to fix tresize. r=wlach 2014-12-12 15:47:52 -05:00
tools Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps 2014-10-30 13:06:12 +09:00
tps Bug 1032255 - TPS has to exit with code != 0 in case of failures. r=aeftimie, dhunt 2014-07-28 06:28:00 +02:00
web-platform Bug 701634 - Support IndexedDB in Workers, r=khuey+baku. 2014-12-16 22:26:15 -08:00
xpcshell Merge inbound to m-c a=merge 2014-12-11 16:50:45 -08:00
README.txt
cppunittest.ini Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
mach_commands.py Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
machine-configuration.json
remotecppunittests.py Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
runcppunittests.py Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
testsuite-targets.mk Bug 948278 - Avoid piggy-backing into the build system for the reftest addon. r=ted 2014-12-16 15:07:01 +09: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