gecko/testing
Armen Zambrano Gasparnian 571219aa86 Bug 1240056 - Disable font anti-aliasing on desktop-test image. DONTBUILD. r=dustin
In bug 1239301 we noticed that the fonts on the releng Linux hosts versus the
docker image were slightly different and caused some test failures.
The difference is that on the releng hosts we have anti-aliasing disabled and
many tests (reftests mainly) had adapted for this configuration, hence, failing if enabled.

In this bug we're going to disable anti-aliasing for the desktop-test image in
order to pass the tests.

See the difference between the two pushes:
https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&revision=3c9a54d68c95,1d3078c86e52

We went from failing over 200 tests across jobs to less than 10-20 tests in total.

In the future we will have to consider if we want to fix this configuration.
2016-01-15 09:27:45 -05:00
..
config Bug 1237838 - Update Android x86 avd; r=me 2016-01-14 15:16:37 -07:00
crashtest Back out 5a889d2cc25b (bug 1230428) for Windows 7 failures in 1230428.html 2015-12-10 18:45:07 -08:00
docker Bug 1240056 - Disable font anti-aliasing on desktop-test image. DONTBUILD. r=dustin 2016-01-15 09:27:45 -05:00
eslint-plugin-mozilla Bug 1229224: Add an eslint plugin for importing all browser.js globals for browser-chrome tests. r=miker 2015-12-17 15:33:32 -08:00
firefox-ui Bug 1237322 - Mirror latest changes of firefox-ui-tests packages. r=maja_zf 2016-01-07 00:09:05 +01:00
gtest Bug 1136841 - Fix rungtests.py to check for crashes in the correct directory. r=ahal 2016-01-07 12:27:10 -08:00
instrumentation
luciddream
marionette Bug 1198797 - Centralise creation of UUIDs in Marionette; r=ato 2016-01-14 14:25:46 +00:00
mochitest Bug 1174323 part 1 - Add nsDOMWindowUtils::SendNativeMouseMove and EventUtils.sendNativeMouseMove. r=smaug 2016-01-13 10:29:09 +11:00
modules Bug 1229598 - Add a mode to browser-chrome tests to summarize per-test code coverage. r=ahal 2015-12-23 14:04:49 -08:00
mozbase Bug 1237838 - Update Android x86 avd; r=me 2016-01-14 15:16:37 -07:00
mozharness merge mozilla-inbound to mozilla-central a=merge 2016-01-15 11:46:47 +01:00
profiles merge mozilla-inbound to mozilla-central a=merge 2016-01-15 11:46:47 +01:00
puppeteer/firefox Bug 1237322 - Mirror latest changes of firefox-ui-tests packages. r=maja_zf 2016-01-07 00:09:05 +01:00
runtimes
specialpowers Bug 1238515 - nsIFilePicker methods should clearly say when they return directories and files, r=smaug 2016-01-12 19:18:15 +00:00
talos Bug 1239422 - Make the damp test easier to read and extend;r=fitzgen 2016-01-13 11:54:56 -08:00
taskcluster merge b2g-inbound to mozilla-central a=merge 2016-01-15 11:30:13 +01:00
tools Backed out changeset ef3be88cb79c (bug 1216681) for breaking asan m(bc2) 2015-12-31 16:11:58 -08:00
tps Bug 1229992 - add a --stop-on-error cmdline option to the tps test runner. r=whimboo 2015-12-04 12:55:57 +11:00
web-platform Bug 1239311 - Enable fetch-request-redirect.https.html on e10s; r=jdm 2016-01-14 16:55:50 -05:00
xpcshell Bug 1192533 - Allow running only one test via add_task.only() or skipping via add_task.skip(). r=ted 2016-01-10 16:40:12 +01: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 Bug 1233506 - Only accept positional arguments to mach try that are directories. r=jgraham 2015-12-17 12:38:32 -08:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 1233311 - Avoid python exception on Android cppunit time-out; r=jmaher 2015-12-18 12:17:07 -07:00
runcppunittests.py Bug 1217144: Allow for cppunittest to be run locally on OSX. r=erahm 2015-10-27 13:50:56 -04:00
testsuite-targets.mk Bug 992983 - Followup to make BUILD_GTEST consistent with the gtest makefile ifdef. r=chmanchester 2016-01-13 22:05:57 +01: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