gecko-dev/testing
Henrik Skupin eefc844456 Bug 1368767 - Fix race condition in test_set_location_through_execute_script. r=ato
Using get_url() to wait for a page load to be done doesn't work because
it already returns when the location bar gets updated. Instead wait for
a known element of the page.

MozReview-Commit-ID: CdYux8sTAiP

--HG--
extra : rebase_source : 72d3313c3f3022d94487aa1fedc8538e5c2d8fbb
2018-04-09 16:07:15 +02:00
..
awsy Bug 1446954: Remove support for running tests on automation without stylo configurations. r=froydnj 2018-03-20 11:29:08 +01:00
config Bug 1433279 - Update tooltool manifest for Mac host-utils for Android tests; r=me,a=test-only 2018-03-13 12:17:25 -06:00
crashtest Bug 1425356 - remove XUL template support, r=bz 2017-12-19 14:11:06 +00:00
firefox-ui Bug 1451709 - Remove code for the "Restore Tabs From Last Time" button in the tab bar. r=mikedeboer 2018-04-05 14:02:55 +02:00
geckodriver Bug 1451838 - Fix double-mention of exit status. r=whimboo 2018-04-06 15:28:08 +01:00
gtest Bug 1451008 - Disable perfherder reporting for microbenchmarks on asan builds r=froydnj 2018-04-03 11:31:36 -04:00
marionette Bug 1368767 - Fix race condition in test_set_location_through_execute_script. r=ato 2018-04-09 16:07:15 +02:00
mochitest Bug 1440714 - Convert Android mach commands to adb.py; r=bc 2018-04-05 12:50:29 -06:00
modules Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
mozbase Merge mozilla-inbound to mozilla-central. a=merge 2018-04-06 13:20:21 +03:00
mozharness Bug 1451077 - Do not dump android emulator log in successful runs; r=me,a=test-only 2018-04-05 12:50:27 -06:00
profiles Bug 1448165 p4 - Remove skipDeviceRegistration pref. r=markh,tcsc 2018-03-28 15:15:31 -04:00
runtimes Bug 1443578 - remove the _reflows suffix in a few more places to fix bustage, rs=bustage-fix. 2018-03-22 21:47:47 +01:00
specialpowers Bug 1448736 part 1. Stop attaching Components to untrusted windows in SpecialPowers. r=kmag 2018-03-26 13:35:05 -04:00
talos Bug 1452110 - Generate inspector custom page dynamically;r=ochameau 2018-04-06 16:36:01 +02:00
tools Bug 1449350 - distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('six'), r=aki 2018-03-28 11:50:40 +13:00
tps Bug 1447104 - Update addon metadata in TPS to new format r=markh 2018-03-19 13:19:13 -07:00
web-platform Bug 1445164 - Disable /css/css-tables/table-model-fixup-2.html on linux. r=me 2018-04-09 09:39:14 -04:00
webdriver Bug 1401129 - Release webdriver 0.35.0. r=whimboo 2018-03-08 16:05:08 +00:00
xpcshell bug 1451883 - fix pointer handling in the DOH response decoding r=mcmanus 2018-04-05 23:28:26 +02:00
cppunittest.ini
mach_commands.py Bug 1445624 - [test] Make sure verbose logging is enabled when running a single test, r=gbrown 2018-03-19 16:04:02 -04:00
moz.build Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
README.txt
remotecppunittests.py Bug 1440714 - Convert Android cppunit test harness to adb.py; r=bc 2018-03-16 09:37:48 -06:00
runcppunittests.py
testsuite-targets.mk Bug 1443246 - Don't sign Robocop APK during stage-package. r=gbrown 2018-03-05 11:20:16 -08: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