gecko-dev/testing
dimi 8ead7e47d1 Bug 1371923 - Only check safebrowsing files when they are in preference in test_safe_browsing_initial_download.py. r=francois
Ensure that we only wait for the providers that are enabled (i.e. have active lists) to avoid waiting forever
and timing out.

In order to check whether or not the google and google4 providers are enabled, we look for lists that start
with "goog" in both the V2 files and the V4 files. We use 'goog' here instead of 'goog-' because there are
both 'goog-xxx-xxx' and 'googpub-xxx-xxx' tables

MozReview-Commit-ID: 72JWZRs3Qxd

--HG--
extra : rebase_source : 93e970ab43c22f41962996f4daf1d4e0a9506923
2017-06-19 10:19:02 +08:00
..
awsy Bug 1372667 - Part 2: Clean up path_total. r=mccr8 2017-06-14 15:09:49 -07:00
config Bug 1368264 - Make WPT use WebDriver binary from test archive r=jgraham 2017-06-05 16:05:19 +01:00
crashtest
firefox-ui Bug 1371923 - Only check safebrowsing files when they are in preference in test_safe_browsing_initial_download.py. r=francois 2017-06-19 10:19:02 +08:00
geckodriver Bug 1373216 - Add mach command for starting geckodriver, r=ato 2017-06-15 12:47:20 +01:00
gtest
instrumentation
marionette Backed out changeset 4482dcd48309 (bug 1219725) for functional test failures in test_tabbar_session_restore_button.py a=backout 2017-06-19 13:50:26 -07:00
mochitest Bug 1242505 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop 2017-06-18 08:05:06 +01:00
modules Bug 1369855 - Update sinon.js to version 2.3.2. r=markh 2017-06-02 15:50:30 -04:00
mozbase Bug 1372668 - [mozlog] Limit the size of data logged from error message when suite_start called multiple times, r=jgraham 2017-06-14 11:20:39 -04:00
mozharness Bug 1370461 - Support --parallel-stylo-traversal for wpt in mozharness, r=ahal 2017-06-06 14:12:39 +01:00
profiles Bug 1197401 Remove the disabled HTML imports implementation. r=wchen 2017-06-12 07:36:02 -07:00
runtimes Bug 1363850 - Part I, Move new about:preferences from in-content/ to in-content-new/, r=jaws,mconley 2017-05-25 18:31:41 +08:00
specialpowers Bug 1372886 - Remove dead parameters from nsIConverterInputStream.init(). r=hsivonen 2017-06-17 19:30:09 +09:00
talos Bug 1372292 - Bump sessionrestore Talos test add-on version and signed add-on. r=Yoric 2017-06-12 13:52:28 -04:00
tools Bug 1343568 - Add --upload-xdbs option to mach try, r=chmanchester 2017-06-07 08:55:50 -07:00
tps Bug 1367567 - Allow non-mpc extensions when running sync's TPS tests r=markh 2017-05-24 17:18:33 -04:00
web-platform Backed out 4 changesets (bug 981796) for android failures in test_bug414291.html a=backout 2017-06-19 16:41:55 -07:00
xpcshell Bug 1370438 - The MOZ_DISABLE_CONTENT_SANDBOX environment variable now works on macOS and is used in the xpcshell tests; r=haik 2017-06-07 15:30:09 -04:00
README.txt
cppunittest.ini
mach_commands.py
moz.build
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1359965 - Support and generate tar.gz WPT archive; r=glandium 2017-05-08 17:19:05 -07: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