gecko-dev/testing
Brian Birtles 1ec94901a9 Bug 1518403 - Make "is current" depend on the direction of the associated animation's playback rate; r=hiro
As per the following spec change:

  4ec1deb76a

Spec issue:

  https://github.com/w3c/csswg-drafts/issues/3193

Of the added test cases, only the last one, "Returns reversed animations yet to
reach their active phase" fails without this code change. The others pass
because the animation is finished at that point but I added them for consistency
with the previous tests.

Differential Revision: https://phabricator.services.mozilla.com/D16001

--HG--
extra : moz-landing-system : lando
2019-01-10 00:31:54 +00:00
..
awsy Bug 1515201 - Avoid loading about:blank in the privileged content process during AWSY tests. r=erahm 2019-01-07 16:05:53 +00:00
config Bug 1514075 - added updated hostutils for macOS r=gbrown 2019-01-09 22:59:12 +00:00
crashtest
firefox-ui Bug 1511312 - [fxui] Re-enable update permissions for update tests. r=ato 2019-01-03 14:06:22 +00:00
geckodriver Bug 1128997 - Support indefinite script timeout r=ato 2019-01-06 23:04:41 +00:00
gtest Bug 1506611 - Fixed linter errors in testing/gtest r=ahal 2018-12-31 16:51:03 +00:00
jsshell Bug 1502116 - web-tooling subtests to use lowerIsBetter instead of lower_is_better r=jmaher 2018-11-16 14:19:42 +00:00
marionette Merge inbound to mozilla-central. a=merge 2019-01-09 23:42:10 +02:00
mochitest Merge mozilla-central to mozilla-inbound. 2019-01-04 18:38:34 +02:00
modules Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika 2018-12-11 21:39:40 +00:00
mozbase Bug 1471641 - Changes to support a mozinstall 2.0 release r=davehunt 2019-01-02 09:57:30 +00:00
mozharness Bug 1515653 - Fix per-test handling of MOZHARNESS_TEST_PATHS; r=marco 2019-01-08 18:01:14 -07:00
profiles Bug 1510254 - Remove custom FirefoxRunner subclass, r=gbrown,KWierso 2018-11-30 15:31:46 +00:00
raptor Bug 1513369 Add Yahoo Mail to tp6 r=rwood 2019-01-08 08:44:37 +00:00
runtimes Bug 1516456 - adjust writeruntimes.py to work with latest activedata. r=bc 2018-12-26 19:35:30 +00:00
specialpowers Bug 1515286 - Introduce nsIURIClassifier.getFeatureByName() and nsIURIClassifier.createFeatureWithTables(), r=dimi 2019-01-05 09:10:45 +01:00
talos Bug 1518314: Adjust talos help text to point to documented --gecko-profile commands (rather than undocumented --geckoProfile aliases). r=rwood 2019-01-09 17:50:37 +00:00
tools Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
tps Bug 1506917 - Don't attempt to check for updates from Firefox's nsBrowserGlue.js when running tests. r=ted 2018-11-19 07:33:33 -08:00
web-platform Bug 1518403 - Make "is current" depend on the direction of the associated animation's playback rate; r=hiro 2019-01-10 00:31:54 +00:00
webdriver Bug 1517196 - [geckodriver] Fix unit test for invalid frame id. r=ato 2019-01-09 16:22:00 +00:00
xpcshell Bug 1517456 - Make Task.jsm a test-only module. r=florian 2019-01-04 08:41:58 +00:00
cppunittest.ini
mach_commands.py Bug 1500995 - Allow for missing 'failures' data in 'mach test-info'; r=me,a=test-only 2018-12-21 14:18:15 -07:00
moz.build
parse_build_tests_ccov.py Bug 1473067 - Parse coverage artifacts at the end of builds. r=ted 2018-12-10 13:29:43 +01:00
README.txt
remotecppunittests.py Bug 1515189 - Consolidate ADBDevice and ADBAndroid classes; r=bc 2018-12-19 14:04:02 -07:00
runcppunittests.py
testsuite-targets.mk Bug 1507094 - Use tar.gz for gtest archive instead of zip. r=gps 2018-11-19 18:41:33 +00: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