gecko-dev/testing
Ted Mielczarek 26861a3269 bug 1396845 - invoke mach via bash on windows when running mach build check. r=froydnj
Historically when invoking mach from mozharness on windows we have started
it by way of bash. However, we haven't been doing that for `mach build check`.
This hadn't caused noticeable issues in the past, but now that we are
running rusttest builds, which wind up compiling extra Rust code in that
step, intermittent failures are showing up because of this. The root cause
is likely a bug in msys' translation of environment variables, but msys
is unsupported and we're already using this workaround for the rest of the
build.

Differential Revision: https://phabricator.services.mozilla.com/D7816

--HG--
extra : moz-landing-system : lando
2018-10-05 15:17:21 +00:00
..
awsy
config Bug 1476661 - Ensure H2 dependencies are packaged alongside wptserve where needed, r=jgraham 2018-08-09 11:38:37 +01:00
crashtest Bug 1480354 - Add the new crashtest manifest to the master one. r=me 2018-08-09 10:45:14 -04:00
firefox-ui Bug 1491243 - remove feed bits from puppeteer page info code, r=whimboo 2018-09-18 06:06:28 +00:00
geckodriver Bug 1496311 - [geckodriver] Fix broken formatting of table in Support.md. r=ato 2018-10-05 12:45:43 +00:00
gtest
jsshell Bug 1488689 - Add Octane shell benchmark to raptor. r=ahal 2018-09-08 11:00:16 +00:00
marionette Merge inbound to mozilla-central. a=merge 2018-10-04 07:03:25 +03:00
mochitest Backed out changeset bf17ad5b022f (bug 1470266) for breaking test-verify. 2018-10-05 18:30:29 +03:00
modules Backed out 3 changesets (bug 1449055) for multiple xpcshell failures on browser/extensions/formautofill/test/ . CLOSED TREE 2018-08-16 00:15:19 +03:00
mozbase Merge inbound to mozilla-central. a=merge 2018-10-05 01:29:38 +03:00
mozharness bug 1396845 - invoke mach via bash on windows when running mach build check. r=froydnj 2018-10-05 15:17:21 +00:00
profiles Backed out 1 changesets (bug 1492519) for tps perma failures a=backout 2018-09-28 14:50:45 +03:00
raptor Bug 1460742 - Add raptor 'tp6' for google chrome; r=jmaher 2018-10-02 22:15:15 +00:00
runtimes Bug 1438857 - Remove the Flash plugin infobar. r=Felipe 2018-09-06 14:50:16 +00:00
specialpowers Bug 1188256 part 6 - Expose PromiseDebugging to plain mochitest via SpecialPowers. r=bzbarsky 2018-09-14 22:43:54 +00:00
talos bug 1494573 - fix tresize flakiness by not having it load resources provided by the tresize add-on r=jmaher 2018-10-01 18:00:23 +00:00
tools Bug 1475566 Disable #pragma comments for MinGW Builds r=glandium 2018-08-29 03:50:39 +00:00
tps Bug 1492341 - Bump mozrunner version to 7.0.2; r=tcsc 2018-09-20 16:33:56 +00:00
web-platform bug 1496432: webdriver: use mozilla poll utility; r=whimboo 2018-10-05 15:56:54 +00:00
webdriver bug 1491288: webdriver: release 0.38.0; r=whimboo 2018-10-03 15:00:00 +00:00
xpcshell Bug 1291335 - Check mozconfig for --disable-tests when running mach test commands r=gbrown 2018-10-03 15:40:48 +00:00
cppunittest.ini
mach_commands.py Bug 1481449 - Require at least one test argument for 'mach test'; r=ahal 2018-08-31 09:59:07 -06:00
moz.build
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk bug 1490119: Build separate updater that always embeds dep certificates. r=ted,firefox-build-system-reviewers 2018-09-21 10:07:27 +00: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