gecko-dev/testing
Greg Mierzwinski 92afe39265 Bug 1348103 - Fix test_chrome_bookmarks.js error when collecting code coverage on linux64-jsdcov. r=Gijs
This patch first adds an argument to the 'do_get_file(...)' function call in 'test_chrome_bookmarks.js' that simply allows the 'chromefiles' folder to be non-existent if it does not exist. The 'CoverageUtils.jsm' file is then modified so that the import of 'osfile.jsm' does not interfere with any tests. So, it is now imported into the script after the test has completed. Two other tests have unwanted behaviour that cause code coverage collection to fail so they are also skipped through this patch.

MozReview-Commit-ID: H42HN1solkh

--HG--
extra : rebase_source : 82706778961cd5d7dee4f66eb691d8ec62bde365
2017-04-29 10:47:24 -04:00
..
awsy Bug 1356683 - Use new tooltool wrapper in AWSY jobs. r=chmanchester 2017-04-12 18:01:46 +09:00
config Bug 1336107 - Update geckodriver to v0.15.0 2017-03-17 14:34:36 +00:00
crashtest Bug 1352333 - remove autophone webrtc test manifests, r=dminor. 2017-04-20 14:13:34 -07:00
firefox-ui Bug 1362051 - Update tests have to set MOZ_MARIONETTE environment variable. r=ato,maja_zf 2017-05-04 22:10:50 +02:00
gtest Bug 964133 - Build webrtc.org unit tests; r=jesup,ted.mielczarik 2017-03-27 15:51:16 -04:00
instrumentation
marionette Bug 1364090 - Detach the reload and stop buttons from the location bar. r=johannh 2017-05-11 19:16:05 +02:00
mochitest Backed out 3 changesets (bug 469228) for being a possible cause of frequent test_animSVGImage.html failures a=backout 2017-05-10 10:13:54 -07:00
modules Bug 1348103 - Fix test_chrome_bookmarks.js error when collecting code coverage on linux64-jsdcov. r=Gijs 2017-04-29 10:47:24 -04:00
mozbase Bug 1340233 - Take more care when killing browser before starting Android tests; r=jmaher 2017-04-12 09:15:53 -06:00
mozharness Bug 1362164 - Remove mozharness code to print ccache stats; r=ted 2017-05-11 12:49:09 -07:00
profiles Bug 1241390 - Remove Suggested Tiles and related features. r=adw,emtwo 2017-05-02 17:09:16 -07:00
runtimes
specialpowers Merge mozilla-central to autoland 2017-04-27 16:36:41 +02:00
talos merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-05-11 16:50:12 +02:00
tools Bug 1355260 - Allow for variability in mochitest-dt and bc e10s names in try syntax; r=chmanchester 2017-04-12 09:15:55 -06:00
tps Bug 1357814 - Changes to sync's TPS tests to allow running from automation r=markh 2017-05-05 14:54:03 -04:00
web-platform Backed out 14 changesets (bug 1290951) for causing topcrash bug 1364059. a=me 2017-05-11 09:26:18 -04:00
xpcshell Bug 1360667 - Change location of coverage collection in xpcshell. r=jmaher 2017-04-28 15:20:37 -04:00
cppunittest.ini
mach_commands.py Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach 2017-03-21 12:20:01 -06:00
moz.build Bug 1361417 - Update moz.build crash reporter bug components r=bsmedberg 2017-05-02 09:44:42 -07:00
README.txt
remotecppunittests.py Bug 1355222 - When debug logging requested for android mach test commands, enable devicemanager logging; r=jmaher 2017-04-11 09:21:37 -06:00
runcppunittests.py Backed out changeset 18fd8676751a (bug 1333003) 2017-03-23 10:38:04 +01:00
testsuite-targets.mk Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach 2017-03-21 12:20:01 -06: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