gecko-dev/testing
Frédéric Wang 675225dd5a Bug 1574749 - Remove support for nonzero unitless lengths. r=emilio
See https://github.com/mathml-refresh/mathml/issues/24
and https://groups.google.com/forum/#!topic/mozilla.dev.platform/-yV6wb3klSA

This commit introduces a new preference option
mathml.nonzero_unitless_lengths.disabled to disable MathML nonzero unitless
values like "5" for 500%. MathML nonzero unitless are now disabled by default
but it could be easily enabled again later if we decide otherwise.

* test_bug553917.html is updated to check that these values now cause an error
  message to be logged into the console rather than a deprecated warning
  when nonzero unitless lengths are disabled.
  Additionally, the test checking invalid double dots "2..0" is updated not
  to use unitless syntax.
* The old test 355548-3.xml checks support for mathsize names and also uses
  several features that are going to be deprecated. So it is just run with
  the proper preference adjustment.
* mfrac-linethickness-2.xhtml and number-size-1.xhtml check support for
  unitless lengths so they are now run with that support enabled.
* WPT tests frac-linethickness-001.html and lengths-1.html are executed with
  the some MathML features disabled in order to make them pass.
  We get more assertion passing for the "Legacy numbers" test of
  lengths-2.html ; however there are still some issues to address
  (see bug 1574751).

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

--HG--
extra : moz-landing-system : lando
2019-08-19 17:10:58 +00:00
..
awsy Bug 1571624 - Switch awsy tests to measure common case non-triplets new tab page r=erahm 2019-08-13 18:15:04 +00:00
config Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood 2019-08-01 20:36:00 +00:00
crashtest
extensions
firefox-ui Bug 1573393 - Remove deprecated Firefox UI security tests. r=johannh 2019-08-15 07:42:27 +00:00
geckodriver Backed out 7 changesets (bug 1569100) for causing close_window/close.py, accept_alert/accept.py perma failures CLOSED TREE 2019-08-14 14:22:40 +03: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 1330560 - [marionette] Temporarily skip TestScreenCaptureContent.test_capture_flags on Windows. r=webdriver-reviewers,jgraham 2019-08-16 15:50:11 +00:00
mochitest Bug 1550165 - Footer advertising links to Lockwise mobile apps. r=fluent-reviewers,Pike,MattN 2019-08-16 14:43:37 +00:00
modules Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
mozbase Bug 1573432 - make adb.py python 3 compatible r=bc 2019-08-19 14:36:17 +00:00
mozharness Bug 1573435 - Use toolchain fetches for all remaining toolchain uses. r=nalexander 2019-08-15 11:21:52 +09:00
profiles Bug 1572682 - Switch performance tests to measure common case non-triplets new tab page r=k88hudson 2019-08-13 13:47:48 +00:00
raptor Bug 1562844 - Use correct tabId in Raptor r=robwu,rwood 2019-08-15 20:02:33 +00:00
runtimes Bug 1559975 - fix python2 linter errors for testing/runtimes r=ahal 2019-07-16 17:46:06 +00:00
specialpowers Bug 1570644 - Part 2: Fix a regression caused by bug 1541557 part 7; r=asuth 2019-08-19 10:26:31 +02:00
talos Bug 1480146 - Talos tests for stylesheet caching. r=heycam 2019-08-19 14:57:20 +02:00
tools Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood 2019-08-01 20:36:00 +00:00
tps Bug 1559975 - fix python2 linter errors for testing/tps r=ahal 2019-07-16 17:49:05 +00:00
web-platform Bug 1574749 - Remove support for nonzero unitless lengths. r=emilio 2019-08-19 17:10:58 +00:00
webdriver Bug 1568540 - Update the url crate to 2.0 r=emilio 2019-08-17 16:26:27 +00:00
xpcshell Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop 2019-08-19 07:11:56 +00:00
addtest.py
cppunittest.ini Backed out changeset 722bc0469e8e (bug 1573051) for Windows MinGW bustages. CLOSED TREE 2019-08-17 00:57:50 +03:00
mach_commands.py Bug 1572794 - Add --no-component-report option to 'mach test-info report'; r=jmaher 2019-08-10 21:52:39 +00:00
moz.build
parse_build_tests_ccov.py Bug 1573435 - Use toolchain fetches for all remaining toolchain uses. r=nalexander 2019-08-15 11:21:52 +09:00
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 Bug 1558598 - Force WebRender on or off in the cppunit harness. r=ahal 2019-06-29 09:49:23 +00:00
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