gecko-dev/testing
Daniel Stenberg d8d095de79 bug 1451883 - fix pointer handling in the DOH response decoding r=mcmanus
In the section of the response body parser that just skips over the
answer section, the code wrongly assumed there could only be a pointer
at the start, while in fact every label can be made as a pointer. Just
turned out to not be used very often.

MozReview-Commit-ID: 8ZYtlq8HDPw

--HG--
extra : rebase_source : cc790caf36b4d4e77b113f89ed427ee537a539d8
2018-04-05 23:28:26 +02:00
..
awsy Bug 1446954: Remove support for running tests on automation without stylo configurations. r=froydnj 2018-03-20 11:29:08 +01:00
config Bug 1433279 - Update tooltool manifest for Mac host-utils for Android tests; r=me,a=test-only 2018-03-13 12:17:25 -06:00
crashtest
firefox-ui Bug 1451709 - Remove code for the "Restore Tabs From Last Time" button in the tab bar. r=mikedeboer 2018-04-05 14:02:55 +02:00
geckodriver Bug 1451838 - Fix double-mention of exit status. r=whimboo 2018-04-06 15:28:08 +01:00
gtest Bug 1451008 - Disable perfherder reporting for microbenchmarks on asan builds r=froydnj 2018-04-03 11:31:36 -04:00
marionette Bug 1452479 - Include timeout duration in ScriptTimeoutError. r=whimboo 2018-04-08 17:23:14 +01:00
mochitest Bug 1440714 - Convert Android mach commands to adb.py; r=bc 2018-04-05 12:50:29 -06:00
modules
mozbase Merge mozilla-inbound to mozilla-central. a=merge 2018-04-06 13:20:21 +03:00
mozharness Bug 1451077 - Do not dump android emulator log in successful runs; r=me,a=test-only 2018-04-05 12:50:27 -06:00
profiles Bug 1448165 p4 - Remove skipDeviceRegistration pref. r=markh,tcsc 2018-03-28 15:15:31 -04:00
runtimes Bug 1443578 - remove the _reflows suffix in a few more places to fix bustage, rs=bustage-fix. 2018-03-22 21:47:47 +01:00
specialpowers Bug 1448736 part 1. Stop attaching Components to untrusted windows in SpecialPowers. r=kmag 2018-03-26 13:35:05 -04:00
talos Bug 1451733 - [mozprofile] Clean up the public facing addons API a bit r=jmaher 2018-04-05 12:04:21 -04:00
tools Bug 1449350 - distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('six'), r=aki 2018-03-28 11:50:40 +13:00
tps Bug 1447104 - Update addon metadata in TPS to new format r=markh 2018-03-19 13:19:13 -07:00
web-platform Bug 1445164 - Disable /css/css-tables/table-model-fixup-2.html on linux. r=me 2018-04-09 09:39:14 -04:00
webdriver Bug 1401129 - Release webdriver 0.35.0. r=whimboo 2018-03-08 16:05:08 +00:00
xpcshell bug 1451883 - fix pointer handling in the DOH response decoding r=mcmanus 2018-04-05 23:28:26 +02:00
README.txt
cppunittest.ini
mach_commands.py Bug 1445624 - [test] Make sure verbose logging is enabled when running a single test, r=gbrown 2018-03-19 16:04:02 -04:00
moz.build
remotecppunittests.py Bug 1440714 - Convert Android cppunit test harness to adb.py; r=bc 2018-03-16 09:37:48 -06:00
runcppunittests.py
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