gecko-dev/testing
Emilio Cobos Álvarez 5dcfa83235 Bug 1794720 - fix invalidation of sibling combinators in different slots. r=firefox-style-system-reviewers,layout-reviewers,boris
This extends the code to deal with sibling invalidation to handle the
case where the flat tree doesn't match the DOM tree. In the test-case
for example, dom is:

 * details
   * summary id=a
   * summary

But flat tree is:

 * details
  * slot
    * summary id=a
  * slot
    * summary

Differential Revision: https://phabricator.services.mozilla.com/D159150
2022-10-20 08:39:18 +00:00
..
awsy Bug 1141335 - [marionette] Use in_app by default for quit() and restart(). r=webdriver-reviewers,jdescottes,perftest-reviewers,AlexandruIonescu 2022-10-04 09:04:25 +00:00
condprofile
config
crashtest Bug 1795630 - Export MathML crashtests to WPT. r=emilio 2022-10-18 04:21:41 +00:00
docs Bug 1786319 - doc(mochitest) - add a link to the js script 2022-09-13 08:00:15 +00:00
extensions
firefox-ui Bug 1141335 - [marionette] Use in_app by default for quit() and restart(). r=webdriver-reviewers,jdescottes,perftest-reviewers,AlexandruIonescu 2022-10-04 09:04:25 +00:00
fxrecord/perfdocs
geckodriver Bug 1750691 - [geckodriver] Update releasing documentation. r=webdriver-reviewers,jdescottes DONTBUILD 2022-10-14 19:43:11 +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 1141335 - [marionette] Use in_app by default for quit() and restart(). r=webdriver-reviewers,jdescottes,perftest-reviewers,AlexandruIonescu 2022-10-04 09:04:25 +00:00
mochitest Bug 1792341 - Migrate more toolkit/modules consumers to use direct ES module import. r=Gijs,webdriver-reviewers,perftest-reviewers,necko-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,sgalich,owlish,bytesized,AlexandruIonescu,whimboo,mconley,mixedpuppy 2022-10-18 11:21:26 +00:00
modules Bug 1795586 - Migrate storage/test/unit/VacuumParticipant.jsm to ESM. r=mconley 2022-10-19 20:25:11 +00:00
mozbase Bug 1793104 - [mozcrash] Retry symbols download on exception; r=jcristau 2022-10-18 15:21:37 +00:00
mozharness Bug 1730400 - Handle another connection exception installing python modules; r=aerickson 2022-10-17 21:24:48 +00:00
perfdocs Bug 1790962 - Document sample commands to run talos tests. r=sparky,perftest-reviewers 2022-10-19 17:17:23 +00:00
performance Bug 1783889 - Remove google-docs-canvas page load test. r=perftest-reviewers,afinder 2022-09-22 14:28:23 +00:00
profiles Bug 1793925 - Warn about complex versioning formats used in manifest. r=robwu 2022-10-18 08:06:08 +00:00
raptor Bug 1792185 - Ignore shutdown failures in Fenix Android perftests. r=perftest-reviewers,afinder 2022-10-12 12:27:24 +00:00
runtimes Bug 1795630 - Export MathML crashtests to WPT. r=emilio 2022-10-18 04:21:41 +00:00
specialpowers Bug 1792341 - Migrate more toolkit/modules consumers to use direct ES module import. r=Gijs,webdriver-reviewers,perftest-reviewers,necko-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,sgalich,owlish,bytesized,AlexandruIonescu,whimboo,mconley,mixedpuppy 2022-10-18 11:21:26 +00:00
talos Bug 1790962 - Document sample commands to run talos tests. r=sparky,perftest-reviewers 2022-10-19 17:17:23 +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 1794720 - fix invalidation of sibling combinators in different slots. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-10-20 08:39:18 +00:00
webcompat
webdriver Bug 1750691 - [webdriver] Release version 0.47.0 r=webdriver-reviewers,jgraham 2022-10-13 06:21:41 +00:00
xpcshell Bug 1795370 - Add nsICrashReporter as an interface on nsAppRunner. r=gsvelto 2022-10-18 18:22:24 +00:00
addtest.py
cppunittest.ini
mach_commands.py
moz.build
parse_build_tests_ccov.py
README.txt
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 1793691 - adjust test-info-all to include manifests. r=gbrown 2022-10-07 14:05:14 +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