testing/xpcshell/example/unit/xpcshell.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/xpcshell/example/unit/xpcshell.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +; This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +; License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +; file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +[DEFAULT]
     1.9 +head =
    1.10 +tail =
    1.11 +support-files =
    1.12 +  subdir/file.txt
    1.13 +  file.txt
    1.14 +  import_module.jsm
    1.15 +  import_sub_module.jsm
    1.16 +  load_subscript.js
    1.17 +  location_load.js
    1.18 +
    1.19 +[test_check_nsIException.js]
    1.20 +[test_check_nsIException_failing.js]
    1.21 +fail-if = true
    1.22 +
    1.23 +[test_do_get_tempdir.js]
    1.24 +[test_execute_soon.js]
    1.25 +[test_get_file.js]
    1.26 +[test_get_idle.js]
    1.27 +[test_import_module.js]
    1.28 +[test_load.js]
    1.29 +[test_load_httpd_js.js]
    1.30 +[test_location.js]
    1.31 +[test_profile.js]
    1.32 +[test_sample.js]
    1.33 +
    1.34 +[test_fail.js]
    1.35 +fail-if = true
    1.36 +
    1.37 +[test_skip.js]
    1.38 +skip-if = true
    1.39 +
    1.40 +[test_do_check_null.js]
    1.41 +
    1.42 +[test_do_check_null_failing.js]
    1.43 +fail-if = true
    1.44 +
    1.45 +[test_do_check_matches.js]
    1.46 +[test_do_check_matches_failing.js]
    1.47 +fail-if = true

mercurial