WritingFennecTests: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
*** Synchronize child&parent using the process message managers.
*** Synchronize child&parent using the process message managers.
* TODO: other kinds
* TODO: other kinds
= Relation to Firefox tests =
* xpcshell tests should work as-is in both Firefox and Fennec
* mochitests should be separate?
* reftests?


= Some useful pages =
= Some useful pages =

Revision as of 01:00, 2 October 2010

What kinds of tests should be written

  • xpcshell tests, can properly test e10s stuff
    • See example tests in
    • Tips:
      • Synchronize child&parent using the process message managers.
  • TODO: other kinds

Relation to Firefox tests

  • xpcshell tests should work as-is in both Firefox and Fennec
  • mochitests should be separate?
  • reftests?

Some useful pages