This patch makes it possible to collect code coverage for xpcshell tests using the linux64-jsdcov build. It also enables the use of a 'coverage' flag to disable tests when they are instrumented with the js debugger for code coverage. Lastly, it uses the 'coverage' flag to disable certain tests. MozReview-Commit-ID: 97VFkJmlwQn
20 lines
523 B
INI
20 lines
523 B
INI
[DEFAULT]
|
|
head = head.js
|
|
skip-if = toolkit == 'android'
|
|
|
|
# Note: The "tail.js" file is not defined in the "tail" key because it calls
|
|
# the "add_test_task" function, that does not work properly in tail files.
|
|
support-files =
|
|
common_test_Download.js
|
|
|
|
[test_DownloadCore.js]
|
|
[test_DownloadImport.js]
|
|
[test_DownloadIntegration.js]
|
|
[test_DownloadLegacy.js]
|
|
[test_DownloadList.js]
|
|
[test_Downloads.js]
|
|
[test_DownloadStore.js]
|
|
[test_PrivateTemp.js]
|
|
# coverage flag is for bug 1336730
|
|
skip-if = (os != 'linux' || coverage)
|