fune/testing
Matthew Gaudet 6c5217bb7c Bug 1750634 - Add WPT Test for Stream Object globals r=smaug,saschanaz
This test is based on the general structure of
js/src/tests/non262/ReadableStream/readable-stream-globals.js, however the
expectations have been commented and updated to match what we believe is
the correct WebIDL behaviour.

Not all the features of that test case have been ported over, as there's
some stuff around the handling of Symbol.species that we can test elsewhere,
and it attempts to test BYOB streams, which we have yet to implement.

Note: I tried to initially write this as an xpcshell test case using
Cu.sandbox; but I found that I wasn't geting global behaviour that matched
my expectations from testing on the web.

Differential Revision: https://phabricator.services.mozilla.com/D137492
2022-02-02 16:28:34 +00:00
..
awsy Bug 1751239 Review and Update AWSY test owners r=perftest-reviewers,AlexandruIonescu 2022-01-31 13:18:33 +00:00
condprofile
config
crashtest
docs Bug 1748845 - Update source-relative links in testing docs, r=firefox-source-docs-reviewers,ahal,sylvestre 2022-01-11 10:48:20 +00:00
extensions
firefox-ui Bug 1371576 - [marionette] Avoid connections during marionette tests r=webdriver-reviewers,whimboo,Gijs 2022-02-01 06:45:53 +00:00
fxrecord/perfdocs
geckodriver Backed out changeset db30af103b55 (bug 1751196) for causing Btime failures CLOSED TREE 2022-02-02 11:12:07 -05:00
gtest Bug 1743907 - remove webrender from harnesses and taskcluster. r=MasterWayZ,webdriver-reviewers,perftest-reviewers,AlexandruIonescu,whimboo,ahal 2022-01-04 20:07:45 +00:00
jsshell
marionette Bug 1753003 - Remove non-local connections from telemetry-tests-client r=chutten,whimboo,webdriver-reviewers 2022-02-02 13:46:31 +00:00
mochitest Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
modules
mozbase Bug 1746747 - Provide accurate feedback about the about the absence of symbols_path. r=KrisWright 2022-02-01 18:09:20 +00:00
mozharness Bug 1751364 - [wptrunner] Don't pass binary path in mozharness script when on Android. r=jgraham 2022-01-21 16:03:24 +00:00
perfdocs Bug 1752350 - Add matrix-react-bench to raptor-browsertime. r=jandem,perftest-reviewers,AlexandruIonescu 2022-01-31 16:33:39 +00:00
performance Bug 1751468: Update office page recording to mitm7 r=perftest-reviewers,AlexandruIonescu 2022-01-27 18:17:11 +00:00
profiles Bug 1669552 - Add TestUtils support for WPT r=smaug 2022-01-14 18:36:59 +00:00
raptor Bug 1752607 - Enable screenshots when capturing profiles from browsertime. r=perftest-reviewers,sparky 2022-02-02 02:12:13 +00:00
runtimes
specialpowers Bug 1749059 - Remove Quantum DOM support from IPDL, r=ipc-reviewers,mccr8 2022-01-25 20:29:46 +00:00
talos Bug 1674827 - Make sure getInfo.html waits for about:newtab's TopSitesFeed to finish initting when setting up a Talos test. r=perftest-reviewers,sparky 2022-01-28 14:40:27 +00:00
tools
tps
web-platform Bug 1750634 - Add WPT Test for Stream Object globals r=smaug,saschanaz 2022-02-02 16:28:34 +00:00
webdriver Bug 1732622 - Enable allowing given hosts and origins for geckodriver, r=webdriver-reviewers,freddyb,whimboo 2022-01-17 15:37:20 +00:00
xpcshell Bug 1751966 support preference setting in add_task r=jmaher 2022-01-25 21:47:00 +00:00
addtest.py
cppunittest.ini
mach_commands.py Bug 1743907 - remove webrender from harnesses and taskcluster. r=MasterWayZ,webdriver-reviewers,perftest-reviewers,AlexandruIonescu,whimboo,ahal 2022-01-04 20:07:45 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py Bug 1743907 - remove webrender from harnesses and taskcluster. r=MasterWayZ,webdriver-reviewers,perftest-reviewers,AlexandruIonescu,whimboo,ahal 2022-01-04 20:07:45 +00:00
runcppunittests.py Bug 1743907 - remove webrender from harnesses and taskcluster. r=MasterWayZ,webdriver-reviewers,perftest-reviewers,AlexandruIonescu,whimboo,ahal 2022-01-04 20:07:45 +00:00
testinfo.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