gecko-dev/testing
Henrik Skupin d8e13f44b1 Bug 1258539 - [mozharness] Use ZipFile and TarFile classes for unpacking archives. r=jlund
Get rid of external unpack tools (unzip and tar) and use the Python internal classes instead.
This patch only changes this behavior for the base script class but not for custom code in other
test scripts and modules, which would make it too complex. A follow-up bug will be filed instead.

MozReview-Commit-ID: L0eoITlqTdC

--HG--
extra : rebase_source : 5c9f04c29eddea09f2bbac18d9fc491671b1ccdf
2016-01-18 19:50:26 +01:00
..
config Bug 1280017 - Fix firefox-puppeteer requirement for external media tests. r=maja_zf 2016-06-14 13:07:56 +01:00
crashtest
docker Bug 1289605 - Update gecko-rust-build to v0.3.0. r=dustin 2016-07-26 14:49:09 -07:00
firefox-ui Bug 1228120 - Add tests to ensure SessionStore saves and restores windows and tabs properly after a restart. r=whimboo 2016-07-29 09:29:34 -04: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
luciddream
marionette Bug 1284502 - Marionette harness should log exceptions from run() only once. r=maja_zf 2016-07-25 18:23:26 +02:00
mochitest Merge mozilla-central to fx-team 2016-07-28 17:44:58 +02: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 1287496 - Increment sleep timespan by (attempts * delay) seconds. r=ted 2016-07-18 18:12:01 +01:00
mozharness Bug 1258539 - [mozharness] Use ZipFile and TarFile classes for unpacking archives. r=jlund 2016-01-18 19:50:26 +01:00
profiles Bug 1289007 - part1: parse and compute initial-letter property. r=heycam 2016-07-28 15:23:36 +08:00
puppeteer/firefox Bug 1282080 - Fix logging of AUS server URL for new SYSTEM_CAPABILITIES parameter. r=maja_zf 2016-07-01 12:21:22 +02: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 8dc198cd46ff (bug 1246540) for Mochitest failures 2016-07-27 13:14:07 +08:00
talos Bug 1287938 - Make ts_paint use the parent process start time and first paint info in calculations. r=jmaher 2016-07-20 11:00:25 -04:00
tools Bug 1278890 - Add reftest support to test package mach environment, r=armenzg 2016-07-13 10:57:22 -04:00
tps Bug 1275139 (part 1) - kill ignoreRepositoryChecking pref, replacing it with AddonRepository.cache. r=rhelmer 2016-07-29 10:44:05 +10:00
web-platform Merge mozilla-central to autoland 2016-07-29 12:36:04 +02:00
xpcshell Bug 1287236 - Use 0 instead of -1 to randomly assign port. r=mcmanus 2016-07-15 14:30:56 -07:00
cppunittest.ini Bug 1282004 - Convert TestMD4 CPP unit test into a GTest. r=mgoodwin 2016-06-27 09:06:51 -07:00
mach_commands.py Bug 1281570 - Provide recommendations to fix typos when using 'mach try'. r=chmanchester 2016-06-24 21:36:39 -04:00
machine-configuration.json
README.txt
remotecppunittests.py
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 1268913: Fix test for existence of objcopy. r=ted 2016-05-26 10:38:58 -03: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