security/manager/ssl/tests/unit/xpcshell.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/manager/ssl/tests/unit/xpcshell.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,84 @@
     1.4 +[DEFAULT]
     1.5 +head = head_psm.js
     1.6 +tail =
     1.7 +support-files =
     1.8 +  test_certificate_usages/**
     1.9 +  test_signed_apps/**
    1.10 +  tlsserver/**
    1.11 +  test_cert_signatures/**
    1.12 +  test_ev_certs/**
    1.13 +  test_getchain/**
    1.14 +  test_intermediate_basic_usage_constraints/**
    1.15 +  test_name_constraints/**
    1.16 +  test_cert_trust/**
    1.17 +  test_cert_version/**
    1.18 +  test_cert_eku/**
    1.19 +  test_ocsp_url/**
    1.20 +
    1.21 +[test_datasignatureverifier.js]
    1.22 +[test_hash_algorithms.js]
    1.23 +[test_hmac.js]
    1.24 +
    1.25 +[test_sts_preloadlist_perwindowpb.js]
    1.26 +# Bug 978426: Test fails consistently only on B2G ARM
    1.27 +skip-if = buildapp == "b2g" && processor = "arm"
    1.28 +
    1.29 +[test_sts_preloadlist_selfdestruct.js]
    1.30 +[test_sts_holepunch.js]
    1.31 +[test_sts_ipv4_ipv6.js]
    1.32 +
    1.33 +[test_certificate_usages.js]
    1.34 +[test_ocsp_stapling.js]
    1.35 +run-sequentially = hardcoded ports
    1.36 +# Bug 676972: test fails consistently on Android and B2G
    1.37 +fail-if = os == "android" || buildapp == "b2g"
    1.38 +[test_ocsp_stapling_expired.js]
    1.39 +run-sequentially = hardcoded ports
    1.40 +# Bug 676972: test fails consistently on Android and B2G
    1.41 +fail-if = os == "android" || buildapp == "b2g"
    1.42 +[test_ocsp_stapling_with_intermediate.js]
    1.43 +run-sequentially = hardcoded ports
    1.44 +# Bug 676972: test fails consistently on Android and B2G
    1.45 +fail-if = os == "android" || buildapp == "b2g"
    1.46 +[test_ocsp_caching.js]
    1.47 +run-sequentially = hardcoded ports
    1.48 +# Bug 676972: test fails consistently on Android and B2G
    1.49 +fail-if = os == "android" || buildapp == "b2g"
    1.50 +[test_ocsp_required.js]
    1.51 +run-sequentially = hardcoded ports
    1.52 +# Bug 676972: test fails consistently on Android and B2G
    1.53 +fail-if = os == "android" || buildapp == "b2g"
    1.54 +[test_ocsp_timeout.js]
    1.55 +run-sequentially = hardcoded ports
    1.56 +# Bug 676972: test fails consistently on Android and B2G
    1.57 +fail-if = os == "android" || buildapp == "b2g"
    1.58 +# Bug 1005266: intermittent failures on Windows
    1.59 +skip-if = os == "win"
    1.60 +[test_cert_signatures.js]
    1.61 +[test_ev_certs.js]
    1.62 +run-sequentially = hardcoded ports
    1.63 +# Bug 676972: test fails consistently on Android and B2G
    1.64 +skip-if = os == "android" || buildapp == "b2g"
    1.65 +[test_getchain.js]
    1.66 +[test_cert_overrides.js]
    1.67 +run-sequentially = hardcoded ports
    1.68 +# Bug 676972: test fails consistently on Android and B2G
    1.69 +fail-if = os == "android" || buildapp == "b2g"
    1.70 +[test_intermediate_basic_usage_constraints.js]
    1.71 +[test_name_constraints.js]
    1.72 +[test_cert_trust.js]
    1.73 +[test_cert_version.js]
    1.74 +[test_signed_apps.js]
    1.75 +[test_signed_apps-marketplace.js]
    1.76 +[test_cert_eku.js]
    1.77 +# Bug 989485 : this test this fails on slow devices
    1.78 +skip-if = os == "android" || (buildapp == "b2g" && processor == "arm")
    1.79 +requesttimeoutfactor = 4
    1.80 +[test_ocsp_url.js]
    1.81 +run-sequentially = hardcoded ports
    1.82 +# Bug  676972: this test times out on Android and B2G
    1.83 +skip-if = os == "android" || buildapp == "b2g"
    1.84 +[test_pinning.js]
    1.85 +run-sequentially = hardcoded ports
    1.86 +# Bug 676972: test fails consistently on Android and B2G
    1.87 +fail-if = os == "android" || buildapp == "b2g"
    1.88 \ No newline at end of file

mercurial