213
edits
(Created page with "= Some useful pages = * [https://wiki.mozilla.org/User:MarkFinkle/RunningTests mfinkle's page] * [https://wiki.mozilla.org/User_talk:Wesj/Tests wesj's page]") |
|||
| Line 1: | Line 1: | ||
= What kinds of tests should be written = | |||
* '''xpcshell''' tests, can properly test e10s stuff | |||
**See example tests in | |||
*** [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/contentprefs/tests/unit_ipc/ contentprefs] | |||
*** Permissions messaging - {{bug|599428}} | |||
** Tips: | |||
*** Synchronize child&parent using the process message managers. | |||
* TODO: other kinds | |||
= Some useful pages = | = Some useful pages = | ||
* [https://wiki.mozilla.org/User:MarkFinkle/RunningTests mfinkle's page] | * [https://wiki.mozilla.org/User:MarkFinkle/RunningTests mfinkle's page] | ||
* [https://wiki.mozilla.org/User_talk:Wesj/Tests wesj's page] | * [https://wiki.mozilla.org/User_talk:Wesj/Tests wesj's page] | ||
edits