Mobile/Fennec/Android/Testing/Not yet in common use: Difference between revisions

From MozillaWiki
< Mobile‎ | Fennec‎ | Android‎ | Testing
Jump to navigation Jump to search
(→‎Facebook Infer: Update infer daily link)
(→‎Facebook Infer: add artifact info)
 
Line 20: Line 20:


* '''example checks?''' [http://fbinfer.com/docs/infer-bug-types.html Infer docs]
* '''example checks?''' [http://fbinfer.com/docs/infer-bug-types.html Infer docs]
* '''in automation?''' [http://relman-ci.mozilla.org/job/fennec-infer/ updated daily] – planned move [https://bugzilla.mozilla.org/show_bug.cgi?id=1258469 to Task Cluster].
* '''in automation?''' [http://relman-ci.mozilla.org/job/fennec-infer/ updated daily, select the bugs.txt artifact] – planned move [https://bugzilla.mozilla.org/show_bug.cgi?id=1258469 to Task Cluster].
* '''config?''' N/A
* '''config?''' N/A
* '''open issues?''' See the automation link
* '''open issues?''' See the automation link
* '''meta bug?''' [https://bugzilla.mozilla.org/show_bug.cgi?id=1175203 meta bug]
* '''meta bug?''' [https://bugzilla.mozilla.org/show_bug.cgi?id=1175203 meta bug]

Latest revision as of 18:23, 6 September 2017

Here is a list of tests and static analysis that are not yet in common use.

Coverity

Cloud-based static analysis that catches many miscellaneous Java errors, e.g. null dereference & dead code

https://scan.coverity.com/projects/firefox-mobile

  • example checks? N/A
  • in automation? See above link
  • config? Configured online
  • open issues? See online
  • meta bug? meta bug
  • You must be added as a member of the Coverity project in order to interact with the dashboard – talk to :Sylvestre
  • You can sign up for email notifications (via the online interface) when new Coverity defects are found

Facebook Infer

Currently detects NullPointerExceptions and resource leaks in Android applications.

It's currently unknown how to run locally.