WritingFennecTests

From MozillaWiki
Jump to: navigation, search

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

Issues to be aware of

  • For xpcshell tests, use a GTK build, not Qt - bug 601267

Relation to Firefox tests

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

Some useful pages