gecko-dev/testing
Frederic Wang 7e2948f114 Bug 1790009, part 3 - Implement special handling for operators using U+0338 and U+20D2. r=emilio
MathML Core specifies that operators containing a UTF-16 strings of
length 2 ending with U+0338 COMBINING LONG SOLIDUS OVERLAY or U+20D2
COMBINING LONG VERTICAL LINE OVERLAY should just use the properties of
the first character. This commit implements that behavior. It removes
obsolete entries that are superseded by this rule and modifies
updateOperatorDictionary.pl to ensure that no such entries are present.

Existing WPT test operator-dictionary-combining.html is already passing
after bug 1789583 because the operators tested use the default spacing.
So extend it to try operators with different spacing.

[1] https://w3c.github.io/mathml-core/#dfn-algorithm-to-determine-the-category-of-an-operator

Differential Revision: https://phabricator.services.mozilla.com/D157707
2022-09-21 06:28:05 +00:00
..
awsy
condprofile Bug 1780132 - catch common exception from the condprof scenario. r=sparky 2022-08-12 12:13:44 +00:00
config
crashtest
docs Bug 1786319 - doc(mochitest) - add a link to the js script 2022-09-13 08:00:15 +00:00
extensions
firefox-ui Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo 2022-08-29 20:02:28 +00:00
fxrecord/perfdocs
geckodriver Bug 1757721 - [geckodriver] Also restore backup of prefs.js for Remote Browser. r=webdriver-reviewers,jgraham 2022-09-20 19:30:52 +00:00
gtest Bug 1790905 - Respect ASAN_SYMBOLIZER_PATH when running asan cppunit/xpcshell/gtests; r=jmaher 2022-09-20 21:13:20 +00:00
jsshell
marionette Bug 1789085 - [marionette] Temporarily disable test_in_app_quit_with_callback_that_raises_an_exception in CCOV builds. r=webdriver-reviewers,Sasha,jdescottes 2022-09-19 11:57:18 +00:00
mochitest Bug 1782700 - terminate browser-chrome session if unable to close tab. r=gbrown 2022-09-14 15:47:15 +00:00
modules Bug 1782008 - Remove now unnecessary .eslintrc.js files. r=webcompat-reviewers,extension-reviewers,media-playback-reviewers,pip-reviewers,denschub,rpl,alwu,mossop 2022-08-03 11:16:20 +00:00
mozbase Bug 1790905 - Respect ASAN_SYMBOLIZER_PATH when running asan tests; r=jmaher 2022-09-20 14:34:09 +00:00
mozharness Bug 1786292 - part 3: Switch cron-bouncer-check away from esr91 r=jcristau 2022-09-19 14:42:44 +00:00
perfdocs Bug 1790987 - Run wikipedia, and google-search tests on autoland. r=perftest-reviewers,kshampur 2022-09-15 13:43:39 +00:00
performance Bug 1782184 - Move first load prompts handling code under interactive tests r=perftest-reviewers,kshampur 2022-08-09 14:55:55 +00:00
profiles Bug 1786210: Remove mentions of unused pref gfx.font_loader.interval. r=emilio 2022-08-21 23:45:56 +00:00
raptor Bug 1789478 - Do not trigger log parser for extra profiler run on raptor browsertime r=perftest-reviewers,sparky 2022-09-08 14:24:30 +00:00
runtimes
specialpowers Bug 1786197 - Turn on ESLint rule for prefer-boolean-length-check for testing. r=jmaher,perftest-reviewers,AlexandruIonescu 2022-08-26 13:39:38 +00:00
talos Bug 1789980 - [devtools] Migrate all callsites using require("chrome") to use Components.* global symbols. r=jdescottes,perftest-reviewers,AlexandruIonescu 2022-09-20 12:52:27 +00:00
tools Bug 1790137 - Remove python 2 support for websocketprocessbridge; r=jmaher 2022-09-09 22:08:55 +00:00
tps
web-platform Bug 1790009, part 3 - Implement special handling for operators using U+0338 and U+20D2. r=emilio 2022-09-21 06:28:05 +00:00
webcompat
webdriver Bug 1781066 - Disallow missing pointerMove / wheel scroll coordinates, r=webdriver-reviewers,whimboo 2022-09-19 16:25:12 +00:00
xpcshell Backed out changeset cf7d2eb3996d (bug 1785775) for causing failures in test_connection_based_auth.js CLOSED TREE 2022-09-21 01:41:41 +03:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py Bug 1785321 - fix edge case in ./mach test-info failure-report. r=aryx 2022-08-17 21:21:26 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py Bug 1790905 - Respect ASAN_SYMBOLIZER_PATH when running asan cppunit/xpcshell/gtests; r=jmaher 2022-09-20 21:13:20 +00:00
testinfo.py Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo 2022-08-29 20:02:28 +00:00
testsuite-targets.mk

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