gecko-dev/testing
Chris Manchester 58d5a05e65 Bug 1216681 - Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted
fix_stack_using_bpsyms.py locates a .sym file based on file name only, not uuid or full path,
which causes a failure if a duplicate leaf file name is introduced. This patch introduces a
small utility program on mac and linux to extract a breakpad guid from a shared library or
executable to identify the correct symbol file when this ambiguity occurs. A subsequent commit
implements this for windows.

--HG--
extra : commitid : 2O7REfHuDus
2015-10-21 16:37:42 -07:00
..
config Bug 1212609 - Add common test package rules for firefox-ui-tests. r=gps 2016-01-04 22:13:43 +01:00
crashtest Back out 5a889d2cc25b (bug 1230428) for Windows 7 failures in 1230428.html 2015-12-10 18:45:07 -08:00
docker Bug 1232407 - Enable VNC and skip running Mozharness if requested. r=dustin 2015-12-18 10:32:44 -05:00
eslint-plugin-mozilla Bug 1229911 - recognize DevToolsUtils.defineLazyGetter and defineLazyModuleGetter. r=miker 2015-12-16 13:25:00 +01:00
firefox-ui Bug 1212609 - Move all python packages for firefox ui tests into mozilla-central. r=ato, r=ted 2015-12-22 18:07:37 +01:00
gtest Bug 1227775 - Call mozilla::ipc::windows::InitUIThread() in RunGtestFunc(). r=benwa 2015-11-26 13:50:52 +13:00
instrumentation Bug 1108782 - Part 1: straighten out Java classpaths. r=glandium 2015-08-31 13:35:05 -07:00
luciddream Bug 1216967: Bump Marionette Python packages 2015-10-21 14:21:27 +01:00
marionette Bug 1229765 - Monitor Marionette browser process for start-up crashes; r=automatedtester 2015-12-17 15:58:34 -05:00
mochitest Bug 1216681 - Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted 2015-10-21 16:37:42 -07:00
modules Bug 1229598 - Add a mode to browser-chrome tests to summarize per-test code coverage. r=ahal 2015-12-23 14:04:49 -08:00
mozbase Bug 1235559 - |mach android-emulator| looks for the wrong file names on Windows. r=gbrown 2015-12-29 06:25:00 +01:00
mozharness Bug 1236259 - Normalize LOCALE_MERGEDIR paths; r=ted.mielczarek 2016-01-04 11:13:31 -08:00
profiles Bug 1215694 move pocket to a system addon, r=Gijs, r=glandium 2015-12-29 15:40:52 -08:00
puppeteer/firefox Bug 1212609 - Move all python packages for firefox ui tests into mozilla-central. r=ato, r=ted 2015-12-22 18:07:37 +01:00
runtimes Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
specialpowers Bug 1211401 - Use global message manager as parent of <iframe mozbrowser> MM (r=smaug,ahal) 2015-12-23 12:29:39 -08:00
talos Bug 1235722 fix xperf failure with pocket addon, r=glandium 2015-12-29 21:50:52 -08:00
taskcluster Bug 1232407 - Enable VNC and skip running Mozharness if requested. r=dustin 2015-12-18 10:32:44 -05:00
tools Bug 1216681 - Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted 2015-10-21 16:37:42 -07:00
tps Bug 1229992 - add a --stop-on-error cmdline option to the tps test runner. r=whimboo 2015-12-04 12:55:57 +11:00
web-platform Bug 1226384 - Reject the promise returned from ServiceWorkerRegistration.update() if the registration is being uninstalled; r=bkelly 2016-01-04 14:50:57 -05:00
xpcshell Bug 1144393 - Use /storage/sdcard in preference to /sdcard for adb device root and enable test_file_equality.js; r=jmaher 2015-12-21 14:24:08 -07:00
cppunittest.ini Bug 1192390 - Part 2: Simulcast and RID negotiation. r=mt 2015-11-02 09:32:16 -06:00
mach_commands.py Bug 1233506 - Only accept positional arguments to mach try that are directories. r=jgraham 2015-12-17 12:38:32 -08:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 1233311 - Avoid python exception on Android cppunit time-out; r=jmaher 2015-12-18 12:17:07 -07:00
runcppunittests.py Bug 1217144: Allow for cppunittest to be run locally on OSX. r=erahm 2015-10-27 13:50:56 -04:00
testsuite-targets.mk Bug 1228674 - Handle filenames with spaces in 'define package_archive'. r=gps 2015-11-27 22:33:25 +01: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