gecko/testing
Dustin J. Mitchell f2fdc716ca Bug 1189892, 1208029: add linux32 support; r=ted.mielczarek
Add new tasks for the "Linux" platform.  These run on the same docker image as
the Linux64 builds, but that image has been modified to contain a bunch of
*.i686 packages required to cross-compile for i686.  Due to yum's propensity
for resolving dependencies without regard to architecture, with this patch the
system-setup.sh script lists both architectures of each file explicitly.

This also leaves `gcc` installed for user convenience in installing Python
extensions, NPM modules, etc.

This also includes 'subversion' for clang builds (bug 1208029)
2015-09-21 17:39:44 -04:00
..
config Bug 1181261 - Remove remaining in-tree mozhanress configs. r=ahal 2015-09-19 14:47:52 +08:00
crashtest
docker Bug 1189892, 1208029: add linux32 support; r=ted.mielczarek 2015-09-21 17:39:44 -04:00
gtest
instrumentation Bug 1108782 - Part 1: straighten out Java classpaths. r=glandium 2015-08-31 13:35:05 -07:00
luciddream
marionette Bug 1184507 - Disable TestAboutPages:test_type_to_non_remote_tab for being racy. r=ato 2015-09-25 07:33:11 -07:00
mochitest Bug 1185244 - Improve mach support for running mochitests on Valgrind. r=jgraham, njn. 2015-09-28 12:01:42 +02:00
modules Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
mozbase Bug 1185244 - Improve mach support for running mochitests on Valgrind. r=jgraham, njn. 2015-09-28 12:01:42 +02:00
mozharness Merge mozilla-central to mozilla-inbound 2015-09-28 14:18:24 +02:00
profiles Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE 2015-09-22 11:02:55 -07:00
runtimes Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
specialpowers Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor) 2015-09-23 17:18:30 -07:00
talos merge mozilla-inbound to mozilla-central a=merge 2015-09-24 12:03:40 +02:00
taskcluster Bug 1189892, 1208029: add linux32 support; r=ted.mielczarek 2015-09-21 17:39:44 -04:00
tools Bug 1204120 - Allow passing talos arguments to |mach try|, r=chmanchester 2015-09-25 16:32:59 +01:00
tps
web-platform test for bug 864171 and bug 1053011 r=padenot 2015-09-24 19:07:29 +12:00
xpcshell Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE 2015-09-22 11:02:55 -07:00
cppunittest.ini
mach_commands.py Bug 1204120 - Allow passing talos arguments to |mach try|, r=chmanchester 2015-09-25 16:32:59 +01:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 1201370 - Add emulator parameter to cppunit test. r=ahal 2015-09-25 11:49:40 +08:00
runcppunittests.py Bug 1090276 - Support mach cppunittest on Android; r=dminor 2015-09-14 08:40:35 -06:00
testsuite-targets.mk Bug 1207912 - Use multiple rules for test archive generation; r=glandium 2015-09-23 23:28:19 -04: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