gecko-dev/testing
Tom Ritter 51be190743 Bug 1387894 - Fix animation WPTs. r=birtles,jgraham
I believe these intermittents are caused by double imprecision. When unconditional clamping is enabled
it gets multiplied out and causes animation.currentTime to occasionally go to 50000.02 which causes
the test to fail. We can reduce the precision back down to ignore that. We do so using some WPT
overrides.

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

Depends on D38809

--HG--
extra : rebase_source : 923172b3e7fd34458d6ee153ef33c0f830c954e3
2019-08-02 07:36:38 +02:00
..
awsy Bug 1559975 - fix python2 linter errors for testing/awsy r=ahal 2019-07-19 14:37:10 +00:00
config Bug 1564282 - Pre: Make it easier to work with mozbase in Raptor locally. r=ahal 2019-07-25 00:46:36 +00:00
crashtest
extensions
firefox-ui Bug 1565818 - Disable the safebrowsing tests on MinGW clang builds r=gcp 2019-07-24 13:41:19 +00:00
geckodriver Bug 1569100 - Marionette: Add GetWindowHandle, GetWindowHandles, GetWindowRect, SetWindowRect commands and WindowRect type for request. r=ato 2019-08-01 10:46:11 +00:00
gtest Bug 1565497 - Improve android gtest's wait for final output; r=jmaher 2019-07-19 07:56:39 +00:00
jsshell
marionette Bug 1563040 - [marionette] Call window.focus() directly for the newly opened window. r=webdriver-reviewers,ato 2019-08-02 06:32:21 +00:00
mochitest Bug 1569688 - Use e10s by default for geckoview mochitest; r=jmaher 2019-07-29 17:54:25 +00:00
modules
mozbase Bug 1569707 - [mozdevice 3.0.3] - Improve boot complete detection and ensure that the device state is reset after rebooting, r=gbrown. 2019-07-30 18:03:27 +00:00
mozharness Bug 1558456 - stop tracking >1080p youtube-playback-test on motoG5 r=sparky,perftest-reviewers,davehunt 2019-07-31 16:36:21 +00:00
profiles Bug 1554326 - Always set toolkit.telemetry.eventping.enabled during unit tests; r=snorp 2019-07-23 14:01:36 +00:00
raptor Bug 1564063 Re-record mobile ebay-kleinanzeigen.de tp6 pages using mitmproxy 4 r=perftest-reviewers,AlexandruIonescu,Marian 2019-08-01 12:03:05 +00:00
runtimes Bug 1559975 - fix python2 linter errors for testing/runtimes r=ahal 2019-07-16 17:46:06 +00:00
specialpowers Bug 1560032 - part 1: Make TextEditor for password allow to copy password when selected range is in unmasked range r=m_kato 2019-07-29 06:21:14 +00:00
talos Bug 1532697 - Output window.devicePixelRatio when running Talos tests r=jmaher,perftest-reviewers,Bebe 2019-07-30 07:43:26 +00:00
tools
tps Bug 1559975 - fix python2 linter errors for testing/tps r=ahal 2019-07-16 17:49:05 +00:00
web-platform Bug 1387894 - Fix animation WPTs. r=birtles,jgraham 2019-08-02 07:36:38 +02:00
webdriver Bug 1568327 - [geckodriver] Make ActionSequence's id field mandatory. r=whimboo 2019-08-01 10:26:50 +00:00
xpcshell Bug 1004308 - rename BadCertServer to BadCertAndPinningServer r=keeler 2019-07-31 17:06:07 +00:00
addtest.py
cppunittest.ini
mach_commands.py Bug 1404472 - Add mach subcommand for per-component test-info report; r=jmaher 2019-07-31 09:21:59 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py Bug 1567332 - Report exception stack in android cppunit tests; r=bc 2019-07-19 14:23:10 +00:00
runcppunittests.py
testsuite-targets.mk

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