gecko-dev/testing
Andrew Halberstadt 20f38147c2 Bug 1445624 - [test] Make sure verbose logging is enabled when running a single test, r=gbrown
This sets verbose=True (used by the mach formatter) and compact=False (used by tbplformatter) if
only a single test is specified with either |mach test| or |mach mochitest|.

This way all TEST_STATUS and log lines will be visible when developers are writing a new test.

MozReview-Commit-ID: 2nuKs9DLnx0

--HG--
extra : rebase_source : 1fc594b465a2a94dfcd85d56d042969af47f6f65
2018-03-19 16:04:02 -04:00
..
awsy Bug 1446954: Remove support for running tests on automation without stylo configurations. r=froydnj 2018-03-20 11:29:08 +01:00
config Bug 1433279 - Update tooltool manifest for Mac host-utils for Android tests; r=me,a=test-only 2018-03-13 12:17:25 -06:00
crashtest
firefox-ui Bug 1445551: Part 2 - Remove multiprocessCompatible flag. r=aswan 2018-03-13 19:02:42 -07:00
geckodriver Bug 1444068 - Switch to using rust time for Marionette connection polling r=ato 2018-03-19 06:41:42 -04:00
gtest Bug 1434671 - add a benchmarking macro permitting custom test fixtures; r=ted.mielczarek 2018-02-26 17:31:58 -04:00
marionette Merge inbound to mozilla-central. a=merge 2018-03-22 01:46:39 +02:00
mochitest Bug 1445624 - [test] Make sure verbose logging is enabled when running a single test, r=gbrown 2018-03-19 16:04:02 -04:00
modules Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
mozbase Bug 1445624 - [mozlog] Various improvements and fixes to the mach formatter, r=gbrown 2018-03-19 11:55:39 -04:00
mozharness Merge mozilla-central to autoland 2018-03-22 02:00:17 +02:00
profiles Bug 1445551: Part 2 - Remove multiprocessCompatible flag. r=aswan 2018-03-13 19:02:42 -07:00
runtimes Backed out changeset ae1924aff61b (bug 1443457) as requested by developer 2018-03-14 12:35:38 +02:00
specialpowers Bug 1444143 part 10. Remove unnecessary QIs to Ci.nsIFrameLoader in JS. r=mystor 2018-03-21 22:43:17 -04:00
talos Backed out 5 changesets (bug 1446676) for timeouts in talos-chrome-profiling on OS X. a=backout 2018-03-21 20:51:03 +02:00
tools Backed out changeset 99809c2e06ae since it wasn't supposed to get pushed. r=me 2018-03-03 00:17:58 -05:00
tps Bug 1447104 - Update addon metadata in TPS to new format r=markh 2018-03-19 13:19:13 -07:00
web-platform Backed out 3 changesets (bug 1447692) for Mochitest failures on dom/events/test/test_all_synthetic_events.html 2018-03-22 00:40:14 +02:00
webdriver Bug 1401129 - Release webdriver 0.35.0. r=whimboo 2018-03-08 16:05:08 +00:00
xpcshell Bug 1446833: Part 4 - Make sure directory service overrides actually take effect. r=rhelmer 2018-03-18 15:55:08 -07:00
cppunittest.ini
mach_commands.py Bug 1445624 - [test] Make sure verbose logging is enabled when running a single test, r=gbrown 2018-03-19 16:04:02 -04:00
moz.build Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
README.txt
remotecppunittests.py Bug 1440714 - Convert Android cppunit test harness to adb.py; r=bc 2018-03-16 09:37:48 -06:00
runcppunittests.py
testsuite-targets.mk Bug 1443246 - Don't sign Robocop APK during stage-package. r=gbrown 2018-03-05 11:20:16 -08: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