js/xpconnect/tests/unit/xpcshell.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/xpconnect/tests/unit/xpcshell.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,92 @@
     1.4 +[DEFAULT]
     1.5 +head =
     1.6 +tail =
     1.7 +support-files =
     1.8 +  CatRegistrationComponents.manifest
     1.9 +  bogus_element_type.jsm
    1.10 +  bogus_exports_type.jsm
    1.11 +  bug451678_subscript.js
    1.12 +  component-blob.js
    1.13 +  component-blob.manifest
    1.14 +  component-file.js
    1.15 +  component-file.manifest
    1.16 +  component_import.js
    1.17 +  component_import.manifest
    1.18 +  importer.jsm
    1.19 +  recursive_importA.jsm
    1.20 +  recursive_importB.jsm
    1.21 +  syntax_error.jsm
    1.22 +
    1.23 +[test_bogus_files.js]
    1.24 +[test_bug408412.js]
    1.25 +[test_bug451678.js]
    1.26 +[test_bug604362.js]
    1.27 +[test_bug641378.js]
    1.28 +[test_bug677864.js]
    1.29 +[test_bug711404.js]
    1.30 +[test_bug778409.js]
    1.31 +[test_bug780370.js]
    1.32 +[test_bug805807.js]
    1.33 +[test_bug809652.js]
    1.34 +[test_bug809674.js]
    1.35 +[test_bug813901.js]
    1.36 +[test_bug845201.js]
    1.37 +[test_bug845862.js]
    1.38 +[test_bug849730.js]
    1.39 +[test_bug851895.js]
    1.40 +[test_bug854558.js]
    1.41 +[test_bug868675.js]
    1.42 +[test_bug867486.js]
    1.43 +[test_bug872772.js]
    1.44 +[test_bug885800.js]
    1.45 +[test_bug961054.js]
    1.46 +[test_bug976151.js]
    1.47 +[test_bug1001094.js]
    1.48 +[test_bug1021312.js]
    1.49 +[test_bug1033920.js]
    1.50 +[test_bug_442086.js]
    1.51 +[test_file.js]
    1.52 +[test_blob.js]
    1.53 +[test_blob2.js]
    1.54 +[test_file2.js]
    1.55 +[test_import.js]
    1.56 +[test_import_fail.js]
    1.57 +[test_js_weak_references.js]
    1.58 +[test_reflect_parse.js]
    1.59 +[test_localeCompare.js]
    1.60 +# Bug 676965: test fails consistently on Android
    1.61 +fail-if = os == "android"
    1.62 +[test_recursive_import.js]
    1.63 +[test_xpcomutils.js]
    1.64 +[test_unload.js]
    1.65 +[test_attributes.js]
    1.66 +# Bug 676965: test fails consistently on Android
    1.67 +fail-if = os == "android"
    1.68 +[test_params.js]
    1.69 +# Bug 676965: test fails consistently on Android
    1.70 +fail-if = os == "android"
    1.71 +[test_tearoffs.js]
    1.72 +[test_want_components.js]
    1.73 +[test_components.js]
    1.74 +[test_allowedDomains.js]
    1.75 +[test_allowedDomainsXHR.js]
    1.76 +[test_nuke_sandbox.js]
    1.77 +[test_sandbox_metadata.js]
    1.78 +[test_exportFunction.js]
    1.79 +[test_promise.js]
    1.80 +[test_textDecoder.js]
    1.81 +[test_url.js]
    1.82 +[test_sandbox_atob.js]
    1.83 +[test_isProxy.js]
    1.84 +[test_getObjectPrincipal.js]
    1.85 +[test_watchdog_enable.js]
    1.86 +head = head_watchdog.js
    1.87 +[test_watchdog_disable.js]
    1.88 +head = head_watchdog.js
    1.89 +[test_watchdog_toggle.js]
    1.90 +head = head_watchdog.js
    1.91 +[test_watchdog_default.js]
    1.92 +head = head_watchdog.js
    1.93 +[test_watchdog_hibernate.js]
    1.94 +head = head_watchdog.js
    1.95 +

mercurial