gecko/testing
Ted Mielczarek 19b3009aa6 bug 1069556 - local build changes to match up with upstream Breakpad. r=benwa,glandium
This commit contains a few things:
* Misc build fixup to sync with upstream--adding a few new moz.build files,
  source files
* The final bits of unhooking Breakpad from the profiler:
** Revert to only building toolkit/crashreporter if MOZ_CRASHREPORTER.
** Stop building bits of Breakpad that we only needed for the profiler.
** Remove a few bits of profiler code that were used to interface with Breakpad.
** Remove toolkit/crashreporter/breakpad-logging, which was only used to
   suppress Breakpad logging for the in-process stackwalker.
* Upstream removed their Android-compat sys/ucontext.h because the Android NDK
  added it, but the bionic we're using for Gonk builds is too old, so add a
  copy of the previous version of those files to
  toolkit/crashreporter/gonk-include to keep Gonk building.
* Consolidate moz.build files under toolkit/crashreporter/google-breakpad/client/linux
2016-01-27 09:39:53 -05:00
..
config Backed out changeset 6ad8793921f4 (bug 1238648) for a bad rebase/merge, breaking media tests 2016-01-28 17:53:30 -08:00
crashtest
docker Bug 1237366 - Update rust-build docker source. r=dustin 2016-01-22 09:45:25 -08:00
eslint-plugin-mozilla Bug 1224289 - add eslint rule to reject Cu.importGlobalProperties; r=mikeratcliffe 2016-01-22 13:58:31 -07:00
firefox-ui Bug 1241055 - Upgrade marionette-driver to 1.2, and marionette-client to 2.1. r=maja_zf 2016-01-28 05:22:00 +01:00
gtest Bug 1055224 - Run gtest output through a stack fixer. r=ahal 2016-01-15 10:36:46 -08:00
instrumentation
luciddream
marionette Bug 1243739 - Bump versions of marionette-driver, marionette-client and marionette-transport. r=ato 2016-01-29 12:36:40 +00:00
mochitest Bug 1243096 - Remove ini manifests containing only support-files and move their contents to TEST_HARNESS_FILES. r=gps 2016-01-27 17:46:34 -08:00
modules Bug 1210586 - Create a Synced tabs sidebar r=markh 2016-01-27 14:40:30 -08:00
mozbase Merge fx-team to central, a=merge 2016-01-28 17:47:33 -08:00
mozharness Bug 1238469 - Part 3: Use b2g_emulator_unittest.py for b2g marionette tests; r=ahal 2016-01-20 19:27:05 +08:00
profiles Merge mozilla-central to fx-team 2016-01-28 12:37:17 +01:00
puppeteer/firefox Bug 1241055 - Upgrade marionette-driver to 1.2, and marionette-client to 2.1. r=maja_zf 2016-01-28 05:22:00 +01:00
runtimes
specialpowers Bug 989426 - Use new Proxy instead of Proxy.create in SpecialPowers. r=bholley 2016-01-28 19:38:50 +01:00
talos Bug 1179732 - Make the tresize addon e10s compatible r=jmaher 2016-01-27 12:40:57 -05:00
taskcluster Bug 1238469 - Part 3: Use b2g_emulator_unittest.py for b2g marionette tests; r=ahal 2016-01-20 19:27:05 +08:00
tools bug 1069556 - local build changes to match up with upstream Breakpad. r=benwa,glandium 2016-01-27 09:39:53 -05:00
tps
web-platform Bug 1243942 - Bypass service workers for WebSocket handshake channels; r=bkelly 2016-01-29 09:31:24 -05:00
xpcshell Bug 1240723 - Harmonise xpcshell head- and tail list computation; r=ted.mielczarek 2016-01-19 13:48:53 +00:00
cppunittest.ini Bug 1228641. Add a polyfill of std::initializer_list. r=froydnj 2016-01-06 22:06:35 -05:00
mach_commands.py
machine-configuration.json
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1055224 - Run gtest output through a stack fixer. r=ahal 2016-01-15 10:36:46 -08: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