gecko-dev/testing
David Keeler 2f0004e1be bug 1228175 - fix IsCertBuiltInRoot r=Cykesiopka,mgoodwin
When a built-in root certificate has its trust changed from the default value,
the platform has to essentially create a copy of it in the read/write
certificate database with the new trust settings. At that point, the desired
behavior is that the platform still considers that certificate a built-in root.
Before this patch, this would indeed happen for the duration of that run of the
platform, but as soon as it restarted, the certificate in question would only
appear to be from the read/write database, and thus was not considered a
built-in root. This patch changes the test of built-in-ness to explicitly
search the built-in certificate slot for the certificate in question. If found,
it is considered a built-in root.

MozReview-Commit-ID: HCtZpPQVEGZ

--HG--
extra : rebase_source : 759e9c5a7bb14f14a77e62eae2ba40c085f04ccd
2016-03-04 17:06:33 -08:00
..
config Bug 1239988 - Remove packaging for firefox-ui-tests. r=maja_zf 2016-03-10 13:34:11 +01:00
crashtest Bug 1239889 part 2 - Test for an animation target without a current document; r=birtles 2016-02-05 14:11:04 +11:00
docker Bug 1231200: produce treeherder-compatible errors; r=jmaher 2016-03-10 23:12:29 +00:00
eslint-plugin-mozilla Backed out 10 changesets (bug 1246677) for causing frequent OSX browser_rules_completion-existing-property_01.js failures (10.6 and 10.10). 2016-02-24 21:04:31 -05:00
firefox-ui Bug 1239988 - Remove top-level manifest for functional and puppeteer tests. r=maja_zf 2016-03-10 14:40:23 +01:00
gtest
instrumentation Bug 1119520 - Add opt-in Gradle build mode for mobile/android. r=gps 2016-02-12 10:06:40 -08:00
luciddream Bug 1246407 - Rename parent directories for Marionette client and test harness; r=automatedtester 2016-02-06 17:34:10 +00:00
marionette Bug 1253989 Part 5 - Remove touch caret and selection carets naming. r=mtseng 2016-03-08 22:45:47 +08:00
mochitest Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
modules Back out d1779fe421c3 (bug 1034290) for UnicodeDecodeErrors in things run by the reftest harness 2016-02-05 08:18:47 -08:00
mozbase Bug 1255228 - ./mach mochitest --debugger=DEBUGGER should interpret DEBUGGER as a path, if interpretation as a PATH-based executable name doesn't work. r=ted 2016-03-10 14:55:34 -08:00
mozharness Bug 1253756 - Branch specifics for relpro on release r=jlund a=release DONTBUILD 2016-03-14 08:26:54 -04:00
profiles Bug 1250744 - Disable e10s add-ons blocking on testing profiles. r=jmaher 2016-03-02 13:50:55 -03:00
puppeteer/firefox Bug 1212811 - focused_chrome_window_handle() should wait until focus transition has been finished. r=maja_zf 2016-03-07 12:45:33 +01:00
runtimes
specialpowers Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
talos Bug 1253382 - Force the initial browser remoteness only after the browser's onLoad has fired. r=jmaher 2016-03-03 18:15:12 -05:00
taskcluster Merge inbound to m-c. a=merge 2016-03-12 15:23:38 -05:00
tools Bug 1216681 - Cross compilation fixup. 2016-02-15 16:44:39 +01:00
tps Bug 1241715 - get Sync TPS tests working locally by tweaking observers listened for and the authentication setup. r=whimboo 2016-02-03 11:21:09 +11:00
web-platform Bug 1215812 - Increase the internal timeout for a test that depends on a window opening, r=Ms2ger 2016-03-08 16:24:00 +00:00
xpcshell Bug 1255563 - Set sequential option when running Android 'mach xpcshell-test'; r=jmaher 2016-03-10 15:18:40 -07:00
README.txt
cppunittest.ini bug 1228175 - fix IsCertBuiltInRoot r=Cykesiopka,mgoodwin 2016-03-04 17:06:33 -08:00
mach_commands.py Bug 1238079 - remove the desktop web runtime; r=fabrice,mossop,gps,jryans,jmaher,marco 2016-03-07 13:33:12 -08:00
machine-configuration.json
moz.build Bug 1245953 - Convert TaskCluster docs to Sphinx; r=garndt 2016-02-17 10:24:06 -08:00
remotecppunittests.py
runcppunittests.py Backed out changeset c6617c4a27b4 (bug 1238305) for android cpp failures 2016-01-29 15:01:46 -08:00
testsuite-targets.mk Bug 1252809 - Followup Bug 1239808 to handle spaces in MOZ_TEST_PACKAGES_FILE. r=jlund 2016-03-01 19:33:16 +01:00

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