gecko-dev/testing
Ralph Giles dddc123f32 Bug 1318531 - Fix whitespace in tooltool manifests. r=mshal
Run the tooltool manifests through a python script to read the
json as an OrderedDict and when write it back out with normal
tooltool formatting options. This regularizes the whitespace,
fixing trailing spaces written by older versions of the python
json serializer, dos-vs-unix line endings, and regularizing
opening '[{' and closing '}]' to be on separate lines.

The android manifests have a 'versions' key which has indenting,
unlike the rest of the files. I've left that as-is.

MozReview-Commit-ID: EVW1YlgRJJL

--HG--
extra : rebase_source : 40c1992090807dc40495ebacb37ee358c1d6a6f1
2016-11-22 16:15:27 -08:00
..
config Bug 1318531 - Fix whitespace in tooltool manifests. r=mshal 2016-11-22 16:15:27 -08:00
crashtest Bug 1286657 - Add manifest for autophone webrtc crashtest job; r=bc 2016-08-03 12:20:48 -04:00
docker Bug 1318841 - Ensure desktop1604-test docker image downloads the run-wizard binary from vcs, r=jmaher 2016-11-22 10:57:48 -05:00
firefox-ui Bug 1142805 - Remove unnecessary restart for update tests r=maja_zf,rail 2016-11-22 14:52:08 +01:00
gtest Bug 1316729 - Pass command-line args to gtest. r=ted 2016-11-16 13:04:11 -08:00
instrumentation
marionette Bug 1316622 - Add timeout reset API to Marionette Python client; r=automatedtester,whimboo 2016-11-17 13:28:20 +00:00
mochitest Bug 1318879 - Remove the app related code from mozprofile; r=ahal 2016-11-21 18:56:08 -05:00
modules
mozbase merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
mozharness Bug 1319028 - Enable tracing output for Firefox-UI jobs. r=maja_zf 2016-11-22 18:08:25 +01:00
profiles merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
puppeteer Bug 1142805 - Use ConfigParser to modify update-settings.ini r=maja_zf,rail 2016-11-22 14:49:46 +01:00
runtimes
specialpowers Bug 1318209 - Remove mozIApplication; r=baku 2016-11-17 10:12:43 -05:00
talos Merge m-c to autoland 2016-11-22 21:33:35 -08:00
tools Bug 1264367 - Upgrade breakpad to upstream revision 704f41ec901c419f8c321742114b415e6f5ceacc r=ted 2016-10-05 11:46:07 +02:00
tps Bug 1313573 - Validate the sync ping during TPS test runs r=markh 2016-11-02 14:25:07 -04:00
web-platform Bug 1316622 - Move wptrunner to new Marionette timeouts API; r=jgraham 2016-11-10 21:05:28 +00:00
xpcshell Bug 1317970 - Use manifestparser manifests for python unit tests, r=chmanchester 2016-11-16 09:59:22 -05:00
cppunittest.ini Bug 1314350 - Port TestTXMgr to gtest. This removes the framework for testing object destruction order because that was already non-deterministic due to the cycle collector, r=masayuki 2016-11-15 13:06:05 -05:00
mach_commands.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
README.txt
remotecppunittests.py Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium 2016-10-28 12:59:23 +02:00
runcppunittests.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
testsuite-targets.mk Bug 1309060 - Run |mach python-test| in parallel from make check, r=gps 2016-10-11 16:06:35 -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