QA/MergeCompatibilityTesting/BlocklistTest-12-2011: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== Blocklist Testing Dec 2011 == === Overview and motivation === <b>From doug's email: 11-23-11</b><br> <i>I've made some changes to driver blocklisting recently which hit ever...")
 
Line 12: Line 12:
** [https://bugzilla.mozilla.org/show_bug.cgi?id=689598|Bug 689598 - Implement downloadable device blacklisting for Android]
** [https://bugzilla.mozilla.org/show_bug.cgi?id=689598|Bug 689598 - Implement downloadable device blacklisting for Android]
** [https://bugzilla.mozilla.org/show_bug.cgi?id=700124|Bug 700124 - Attempting to use JNI in child process [@ mozilla::AndroidBridge::EnsureJNIThread]
** [https://bugzilla.mozilla.org/show_bug.cgi?id=700124|Bug 700124 - Attempting to use JNI in child process [@ mozilla::AndroidBridge::EnsureJNIThread]
=== Test Plan ===
Here's a link to a wiki that contains some vital information for our block-list testing:
* [https://wiki.mozilla.org/Blocklisting/QA-December QA Block-list Testing]

Revision as of 02:46, 7 December 2011

Blocklist Testing Dec 2011

Overview and motivation

From doug's email: 11-23-11
I've made some changes to driver blocklisting recently which hit every platform and enable a downloadable blocklist on them. There are tons of edge cases here which I don't have the hardware to test and I think this would benefit from a proper QA run; it would be pretty bad if there were mistakes here, since users could be blocked from features even if their drivers are fine, and others could be allowed to use features that are supposed to be blocked. This whole effort is done primarily to allow blocklisting Android devices, but as a side effect, other OS's can now use this system.

Test Plan

Here's a link to a wiki that contains some vital information for our block-list testing: