gecko/testing
Morgan Phillips 9894e3c6f8 Bug 1125973: Docker images for building Firefox Desktop and for Android; r=garndt
This creates two images:

 * ubuntu-build is a basic Ubuntu Trusty image with the build prerequisites
   installed via MozBootstrap (plus some additional requirements).  It also
   contains the worker user and basic directory structure expected by
   Mozharness.

 * desktop-build is a refinement of ubuntu-build with specifics for building
   Firefox Desktop (and, as it turns out, Firefox for Android).  It sports a
   `bin/build.sh` which acts as a fairly generic mozharness-runner that first
   checks out the desired source code revisions, then invokes Mozharness.  It
   supports:

    * caches -- tooltool, workspace, tc-vcs
    * starting and stopping Xvfb if necessary (desktop tests require this)
    * specifying mozharness build variant, branch, and build pool
    * supplying a RelengAPI token
    * copying uploads to the artifacts directory
2015-05-12 16:22:09 -04:00
..
config Bug 1162456 - Part 2: Use --format=automation instead of --tinderbox. r=sfink 2015-05-08 05:05:45 +09:00
crashtest
docker Bug 1125973: Docker images for building Firefox Desktop and for Android; r=garndt 2015-05-12 16:22:09 -04:00
gtest Bug 1159300: Add a clone of gmp-fake that doesn't do decryption r=glandium,cpearce 2015-04-30 00:52:26 -04:00
instrumentation
luciddream Backed out changeset a209d4d37f8f (bug 1147031) for Luciddream bustage. 2015-04-07 11:48:46 -04:00
marionette Bug 1161209 - Bump marionette-driver to 0.7, marionette-client to 0.13, r=AutomatedTester 2015-05-07 10:09:08 -07:00
mochitest Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
modules Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
mozbase Bug 1162115 - Bump mozdevice to 0.45, r=wlach 2015-05-07 08:42:51 -07:00
mozharness Bug 1159838 - Bump mozharness.json to revision 4d260376921f 2015-05-06 08:22:25 -04:00
profiles Bug 1160844 - Only initialize pico tts when not in mochitest and speech synth is enabled. r=smaug 2015-05-12 13:24:58 -07:00
runtimes
specialpowers Bug 1162787 - Make the service worker periodic tests robust to the idle daily service firing its notification when the tests are being run; r=nsm 2015-05-07 16:23:50 -07:00
talos Bug 1160584 - Talos regressions due to browser.reader.detectedFirstArticle not being set to True. r=mattn 2015-05-04 14:26:06 -04:00
taskcluster Bug 1163057 - Allow loopback devices to be used within tasks. r=lightsofapollo 2015-05-11 08:15:50 -05:00
tools
tps Bug 1112469 - Part 4: Disable periodic updates of service workers when running tests; r=nsm 2015-04-17 14:06:02 -04:00
web-platform Bug 1163709 - Update to latest wptrunner, a=testonly 2015-05-11 22:05:14 +01:00
xpcshell Bug 1159944 - more alt-svc tests r=hurley 2015-04-30 20:53:20 -04:00
cppunittest.ini Bug 1101651 - Part 3: Update cppunitest.ini file. r=dminor 2015-04-09 09:16:00 -04:00
mach_commands.py Bug 1161410 - Part 2: Use --jitflags instead of --tbpl and --tbpl-debug. r=sfink 2015-05-08 00:28:55 +09:00
machine-configuration.json
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1162479 - Fix mochitest make target regression with duplicate extraProfilePath, r=chmanchester 2015-05-07 14:38:43 -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