gecko-dev/testing
Henrik Skupin fa37fb63b3 Bug 1315611 - Ignore GFX sanity check window during startup of Firefox. r=ato
On Windows systems an additional chrome window will be opened during startup.
It's used for testing specific GFX related features. It's located off-screen
and will usually be closed immediately. But in some situations it can take longer.

To avoid an inconsistent list of start window handles Marionette should wait
with starting the test until this window has actually been closed.

MozReview-Commit-ID: Izh3dPQSHC

--HG--
extra : rebase_source : ce5d9f9c15d5255ed6acf85b808ad0e616d14f03
2017-03-07 19:38:51 +01:00
..
config Bug 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf 2017-02-15 16:38:45 -05:00
crashtest
firefox-ui Bug 1288633 - Add SafeBrowsing report false positive URL test.r=francois 2017-02-21 11:25:04 +08:00
gtest Bug 1331049 - DeadlockDetector death test fails on osx tc build, extend timeout to 30 minutes. r=ted 2017-02-09 08:27:19 -05:00
instrumentation Bug 1326465 - add BUG_COMPONENTS to testing/. r=gbrown,ted 2016-12-30 16:16:56 -05:00
marionette Bug 1315611 - Ignore GFX sanity check window during startup of Firefox. r=ato 2017-03-07 19:38:51 +01:00
mochitest Bug 1344308 - Extend toolkit's eslint rules and fix lint errors in PSM r=jaws 2017-03-07 10:15:49 -08:00
modules Bug 1317019 - Fix object iteration and check if scriptName exists. r=chmanchester,jmaher 2017-01-21 16:04:28 -07:00
mozbase Bug 1342954 - fixup formatting to keep flake8 happy, a=bustage 2017-02-28 14:50:55 +00:00
mozharness Bug 1314678 - Add variants for OS X cross artifact builds in mozharness. r=maja_zf 2017-03-07 10:21:29 -08:00
profiles Bug 1343665 part 1: Remove all mentions of about:config pref "layout.css.object-fit-and-position.enabled" from source files. r=mats 2017-03-02 10:04:00 -08:00
runtimes Bug 1326465 - add BUG_COMPONENTS to testing/. r=gbrown,ted 2016-12-30 16:16:56 -05:00
specialpowers Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-03 09:42:54 +01:00
talos Bug 1343549 - Avoid unbound return_code errors in talos; r=jmaher 2017-03-01 12:11:45 -07:00
tools Bug 1343361 - Auomatically replace `-u all` with a set of suites that do not include compiled tests when requesting an artifact build via |./mach try|. r=maja_zf 2017-02-28 14:27:57 -08:00
tps
web-platform merge mozilla-inbound to mozilla-central a=merge 2017-03-06 10:53:27 +01:00
xpcshell Backed out changeset a293a617ebed (bug 1321026) on suspicion of causing xpcshell bustage. r=backout on a CLOSED TREE 2017-03-06 23:35:17 +01:00
README.txt
cppunittest.ini Bug 1322707 - Stop building signaling_unittest and mediapipeline_unittests; r=jesup,glandium 2016-12-09 09:09:41 -10:00
mach_commands.py Bug 1344281 - Don't accidentally require config.status when running |./mach try|. r=nalexander 2017-03-03 11:17:11 -08:00
moz.build Bug 1330329 - set bug_components for talos tests in moz.build files. r=gbrown 2017-01-13 08:40:30 -05:00
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1200311 - Build the gtest libxul during the compile tier instead of package-tests. r=ted 2017-02-06 14:34:07 -08: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