gecko-dev/testing
David Teller 2757161283 Bug 1589493 - Extending BrowserTestUtils.crashFrame to allow crashing with an OOM;r=mconley
BrowserTestUtils.crashFrame now accepts additional `options`, with an argument `crashType` that may
take "CRASH_OOM" or "CRASH_INVALID_POINTER_DEREF"|null to specify the nature of the crash. The names
are taken from CrashTestUtils.jsm but this module cannot be imported as such as it has non-trivial
binary dependencies.

Depends on D54130

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

--HG--
extra : moz-landing-system : lando
2019-11-28 14:15:00 +00:00
..
awsy Bug 1599495 - Fission preferences have additional quotation marks r=perftest-reviewers,rwood,stephendonner 2019-11-28 08:56:40 +00:00
condprofile Bug 1583197. Rename 'cold' conditioned profile to 'settled'. r=tarek 2019-11-26 09:06:32 +00:00
config Bug 1503785: use new minidump_stackwalk r=bc 2019-10-08 21:59:03 +00:00
crashtest Bug 1587142 - Remove most XBL tests in dom/ r=bzbarsky 2019-10-25 22:38:08 +00:00
extensions
firefox-ui Bug 1587627 - [fxui] Update firefox-puppeteer for removal of anonymous nodes. r=webdriver-reviewers,maja_zf 2019-10-28 18:24:57 +00:00
geckodriver Bug 1598971 - codespell: Fix typos in the doc r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,ato 2019-11-25 10:06:12 +00:00
gtest Bug 1590354 - Remove checks for remote minidumps directory; r=jmaher 2019-11-26 16:38:44 +00:00
jsshell
marionette Bug 1598279 - Update docs of format.js to reflect in documentation. r=whimboo,marionette-reviewers 2019-11-27 09:46:58 +00:00
mochitest Bug 1589493 - Extending BrowserTestUtils.crashFrame to allow crashing with an OOM;r=mconley 2019-11-28 14:15:00 +00:00
modules Bug 1595285 - Fix TestUtils.waitForCondition to not use setInterval. r=mak 2019-11-13 18:24:02 +00:00
mozbase Bug 1428718 - make moztest syntax python3 compatible r=gbrown,mozbase 2019-11-27 21:12:18 +00:00
mozharness Bug 1598436 - add ESR bouncer checks to cron, r=aki 2019-11-27 02:53:21 +00:00
profiles Bug 1593843 - part6 : add a static pref to control this feature. r=bryce 2019-11-25 11:00:14 +00:00
raptor Bug 1530350 - Update Raptor unit tests so disabling a subtest doesn't cause a unit test failure r=perftest-reviewers,Bebe 2019-11-28 09:07:49 +00:00
runtimes Bug 1583364 - Update testing/runtimes/writeruntimes script to write info at the manifest level, r=gbrown 2019-11-23 05:29:35 +00:00
specialpowers Bug 1599304: Make SpecialPowers.Focus check for availability of this.manager.rootFrameLoader before dereferencing it. r=kmag 2019-11-26 22:31:20 +00:00
talos Bug 1589320 - Use inspectNode to open the toolbox in custom.inspector DAMP test r=ochameau,rcaliman 2019-11-27 08:44:34 +00:00
tools Bug 1596590 - remove unnecessary psutil 5.4.3 specification from desktop_unittest.py r=gbrown 2019-11-16 04:58:02 +00:00
tps
web-platform Backed out 3 changesets (bug 1596086) for causing wrench bustages on result.rs CLOSED TREE 2019-11-28 01:16:42 +02:00
webdriver bug 1585964: webdriver: drop regex dependency; r=webdriver-reviewers,jgraham 2019-10-07 12:53:38 +00:00
xpcshell Bug 1598737 - Retry get_prop for xpcshell abi; r=jmaher 2019-11-25 18:50:49 +00:00
README.txt
addtest.py Bug 1597129 - fix newline usage for manifest writing in mach addtest, r=ahal 2019-11-18 21:12:22 +00:00
cppunittest.ini Bug 1529593 - Make LauncherRegistryInfo delay write to the registry. r=aklotz 2019-10-14 17:14:54 +00:00
mach_commands.py Bug 1590857 - Don't prompt to install Android app if the user is running 'mach install'. r=gbrown 2019-11-25 22:17:59 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00

README.txt

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