gecko-dev/testing
Valentin Gosu 7de4c8009c Bug 1525854 - TRR shouldn't fallback to DNS on DNSSEC error r=necko-reviewers,dragana
This patch adds support for the Extended DNS Errors draft code.
https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-extended-error-16

While not yet in the draft, it seems the OPT code for Extended DNS Error is 15
https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-11

The list of errors for which we hard fail isn't necessarily final.
I picked the errors that indicate a DNSSec failure, or an intentional
filtering done by the resolver.

Differential Revision: https://phabricator.services.mozilla.com/D87698
2020-09-15 10:39:07 +00:00
..
awsy Bug 1659150 - Remove about:welcome trailhead, full page and ReturnToAMO templates r=perftest-reviewers,Mardak,mkaply,nanj,sparky 2020-09-11 16:35:04 +00:00
condprofile Bug 1661514 - Reformat some python files with black 20.8b1 r=rstewart 2020-09-07 14:05:10 +00:00
config
crashtest
docs/testing-policy Bug 1664507 - Add documentation for testing policy r=Gijs DONTBUILD 2020-09-11 19:19:29 +00:00
extensions
firefox-ui
geckodriver Bug 1662544 - [geckodriver] Don't set "toolkit.telemetry.server" to prevent side-effects. r=webdriver-reviewers,chutten,maja_zf 2020-09-01 21:41:57 +00:00
gtest Bug 1651196 - add additional logging for remotegtests.py AppWaiter.update_log, r=jmaher. 2020-09-14 13:56:14 +00:00
jsshell Bug 1617661 - fix inconsistent perfherder schema for the js-bench framework (units vs unit) r=perftest-reviewers,AlexandruIonescu 2020-08-03 13:45:02 +00:00
marionette Bug 1612831 - [marionette] Remove no longer used handling of pending commands. r=marionette-reviewers,maja_zf 2020-09-15 04:53:44 +00:00
mochitest Bug 1653060 - Increase RDD leak threshold to 4000 for now. r=mccr8 2020-09-03 22:47:45 +00:00
modules
mozbase Bug 1651196 - [mozdevice] improve top activity detection in Android 10+, r=jmaher. 2020-09-14 14:08:48 +00:00
mozharness Bug 1653476 - import partner repack script into tree and convert to py3, r=aki 2020-08-27 22:19:32 +00:00
perfdocs Bug 1653326 - [perfdocs] Add documentation about individual mozperftest tests to perfdocs r=sparky,perftest-reviewers 2020-09-09 17:58:39 +00:00
performance Bug 1662706 - add a fuzzy runner r=sparky,necko-reviewers,rstewart 2020-09-11 08:13:27 +00:00
profiles Bug 1659150 - Remove about:welcome trailhead, full page and ReturnToAMO templates r=perftest-reviewers,Mardak,mkaply,nanj,sparky 2020-09-11 16:35:04 +00:00
raptor Bug 1661545 - Add a geckoview and desktop live site test on autoland. r=perftest-reviewers,Bebe 2020-09-02 14:11:41 +00:00
runtimes
specialpowers Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo 2020-08-17 20:20:50 +00:00
talos Bug 1654258: Package all activity-stream css files and load them using the internal chrome: protocol. r=mconley,k88hudson,perftest-reviewers,zombie,sparky 2020-09-09 16:11:28 +00:00
tools Bug 1662601 - Remove fileid. r=gsvelto 2020-09-05 05:31:28 +00:00
tps
web-platform Bug 1520788 - Reenable mediacapture-streams/MediaStreamTrack-getCapabilities.https.html on Linux. r=pehrsons 2020-09-15 08:54:20 +00:00
webdriver Bug 1656014 - Remove PartialEq bound on WebDriverExtensionCommand, r=webdriver-reviewers,whimboo 2020-08-21 13:39:29 +00:00
xpcshell Bug 1525854 - TRR shouldn't fallback to DNS on DNSSEC error r=necko-reviewers,dragana 2020-09-15 10:39:07 +00:00
addtest.py
cppunittest.ini Bug 1656896 - Improve the Tainting macros and add unit tests r=froydnj 2020-08-07 19:14:22 +00:00
mach_commands.py Bug 1624667 - Allow running mach jit-test if tests are disabled r=mhentges,froydnj 2020-08-26 14:45:52 +00:00
moz.build Bug 1664507 - Add documentation for testing policy r=Gijs DONTBUILD 2020-09-11 19:19:29 +00:00
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1656410 - Fix py3 sort failure in test-info report --show-manifests; r=bc 2020-07-31 18:52:29 +00:00
testsuite-targets.mk Bug 1626336 - Remove MOZ_GECKOVIEW_JAR. r=agi,geckoview-reviewers 2020-08-24 18:13:49 +00:00

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