gecko-dev/testing
Kristen Wright 8c1f257dcd Bug 1605328 - Always print the crashing process dump file first r=gbrown
The list of crash dumps in the dump directory appears as something like `['uuid.dmp, uuid-browser.dmp']`. When iterating over the list of files, the files are always sorted alphabetically, meaning any `uuid-<something>.dmp` goes before `uuid.dmp`. We only really care that `uuid.dmp` comes first, as the rest are just additional data not necessarily related to the crashing process, so iterating the list in reverse should put the right .dmp file first.

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

--HG--
extra : moz-landing-system : lando
2020-01-29 12:54:23 +00:00
..
awsy Fix Bug 1607344; remove legacy stylo-seq linux64 jobs. r=erahm,jmaher 2020-01-14 22:36:47 +00:00
condprofile Bug 1608604 - Fixed the OOM failure on GV and improved error handling r=rwood 2020-01-15 08:04:15 +00:00
config Backed out 3 changesets (bug 1525218) for breaking fenix, reference-browser speedometer tasks. a=backout 2020-01-20 11:19:46 +01:00
crashtest Bug 1603825 - Suppress the VR permission UI when no VR runtimes are detected r=daoshengmu,bzbarsky 2020-01-03 22:47:26 +00:00
extensions
firefox-ui Bug 1610014 - [marionette] Remove localization support from firefox-puppeteer. r=marionette-reviewers,maja_zf 2020-01-24 17:46:26 +00:00
geckodriver Bug 1607960 - Allow to set environment variables in geckodriver. r=whimboo,webdriver-reviewers,ato 2020-01-13 23:06:03 +00:00
gtest
jsshell
marionette Bug 1610014 - [marionette] Remove localization support from firefox-puppeteer. r=marionette-reviewers,maja_zf 2020-01-24 17:46:26 +00:00
mochitest Bug 1610264 - part 2: Make synthesizePlainDragAndDrop() stop dispatching drop event if dragover event listener sets drop effect to none r=smaug 2020-01-24 07:43:20 +00:00
modules
mozbase Bug 1605328 - Always print the crashing process dump file first r=gbrown 2020-01-29 12:54:23 +00:00
mozharness Bug 1608592 - Remove MINIDUMP_SAVEPATH environment variable from android tasks; r=bc 2020-01-22 20:30:55 +00:00
profiles Backed out changeset 28a9739ba4c4 (bug 1610298) for causing browser-chrome failures on browser_asrouter_snippets.js 2020-01-29 10:48:58 +02:00
raptor Bug 1611924 - raptor remove_raptor_webext does not reset the webext value after is closed r=perftest-reviewers,octavian_negru 2020-01-28 13:45:28 +00:00
runtimes Bug 1608833 - Update test runtimes files, r=gbrown 2020-01-15 21:20:16 +00:00
specialpowers Bug 1611021 - part1 : add a method in special power to generate media control key events. r=bzbarsky 2020-01-23 03:26:39 +00:00
talos Bug 1573418 Run Talos harness tests in CI r=rwood,igoldan,perftest-reviewers 2020-01-29 08:29:13 +00:00
tools Bug 1605128: Make websocket_process_bridge less picky about the version of six it wants. r=ahal 2020-01-21 19:45:33 +00:00
tps Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan 2020-01-15 21:38:40 +00:00
web-platform Bug 1610260 - Increase timeout multiplier for wpt ccov opt, r=whimboo 2020-01-29 10:05:13 +00:00
webdriver
xpcshell Bug 1608126 - Enable node for Android xpcshell tests and run node tests on Android; r=valentin 2020-01-20 18:06:37 +00:00
addtest.py Bug 1610331 - use unix newlines when using 'mach addtest' on Windows, r=ahal 2020-01-21 16:51:39 +00:00
cppunittest.ini Bug 1601796 - Use GetSystemTimePreciseAsFileTime instead of GetSystemTime+SystemTimeToFileTime. r=mayhemer,aklotz 2020-01-08 16:53:17 +00:00
mach_commands.py Bug 1611298 - Fix TypeError in |./mach addtest|. r=firefox-build-system-reviewers,rstewart 2020-01-23 22:46:24 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1609508 - Adjust test-info report queries; r=jmaher 2020-01-22 09:05:11 +00:00
testsuite-targets.mk

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