gecko-dev/testing
Gregory Szorc c46c5a8fa1 Bug 1286900 - Set env explicitly because mozharness; r=me
partial_env only works if the class inherits from some other base
class, which apparently not all callers of this method do. So just
pass a copy of the environ dict with PYTHONUNBUFFERED added.

MozReview-Commit-ID: Ag75x28NR4D

--HG--
extra : rebase_source : f19b2be2db0a4b321542cc353a4599481ba60146
2016-10-04 10:58:05 -07:00
..
config Bug 1304046 - Add wdspec support to mozharness, r=ahal 2016-09-21 14:14:14 +01:00
crashtest Bug 1286657 - Add manifest for autophone webrtc crashtest job; r=bc 2016-08-03 12:20:48 -04:00
docker Bug 1289249 - Use os.lchown; r=garndt 2016-09-30 15:22:28 -07:00
firefox-ui merge fx-team to mozilla-central a=merge 2016-09-27 11:19:36 +02:00
gtest Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
instrumentation Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
marionette Bug 1302707 - Set the default page loading- and script timeout; r=automatedtester 2016-09-28 17:32:36 +01:00
mochitest Bug 1000458 - stop races in location bar <return> handling code, r=mak 2016-09-28 19:54:25 +01:00
modules Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
mozbase Bug 1286900 - Add environment variable to define location of mozinfo.json; r=ted 2016-09-26 15:51:32 -07:00
mozharness Bug 1286900 - Set env explicitly because mozharness; r=me 2016-10-04 10:58:05 -07:00
profiles Bug 1269807 - Remove support for all NPAPI plugins except for Flash, behind a pref. Tests that use the testplugin for now set the pref to keep it working. This will be disabled for ESR 52, but enabled for release 52. In the next cycle, the pref will be removed and this will be hardcoded. r=jimm 2016-09-29 09:16:33 -04:00
puppeteer Backed out changeset 7dac104b94de (bug 1141483) for WinXP permaorange in test_quit_restart.py 2016-09-29 07:38:59 -07:00
runtimes Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
specialpowers Backed out changeset b26e668306fb (bug 1278687) for making test_ext_webrequest.html between near-permaorange and actual-permaorange 2016-10-03 20:17:28 -07:00
talos Bug 1306780 - Use the old console frontend for DAMP runs;r=jryans 2016-10-03 08:52:04 -07:00
tools Backed out changeset 1adfbab318a6 (bug 1264367) for breaking crash stacks CLOSED TREE 2016-10-03 14:50:27 -07:00
tps Bug 1293426 - Allow TPS config to specify preference values so it can be pointed at non-production servers r=markh 2016-08-11 10:18:13 -04:00
web-platform Bug 1307484 - Reapply missing <ol reversed> tests from bug 1290813 ; r=jgraham 2016-10-04 20:57:33 +05:30
xpcshell Bug 1267495 - Fallback to local config for fresh GMP installs. r=mconley, r=rhelmer, feedback=ksteuber 2016-09-27 11:57:41 +01:00
cppunittest.ini Bug 1297306 - part4:rename IsEnumFittingWithin with EnumTypeFitsWithin and move it to mfbt/EnumTypeTraits.h. r=froydnj 2016-09-07 10:20:16 +08:00
mach_commands.py Bug 1304970 - Check encoding of js.msg-like files. r=jandem,gps 2016-09-28 14:12:54 +09:00
README.txt
remotecppunittests.py Bug 1295323 - s/CalledProcessError/subprocess.CalledProcessError/ r=dminor 2016-08-01 19:01:12 -07:00
runcppunittests.py Bug 1281918 - make runcppunittests filter out non-executable files when given a directory; r=chmanchester 2016-06-24 04:02:18 -04:00
testsuite-targets.mk Bug 1304593 - Use |mach python-test| to run python unittests from make check, r=ted 2016-09-26 15:29:02 -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