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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 [DEFAULT]
     2 head = head_psm.js
     3 tail =
     4 support-files =
     5   test_certificate_usages/**
     6   test_signed_apps/**
     7   tlsserver/**
     8   test_cert_signatures/**
     9   test_ev_certs/**
    10   test_getchain/**
    11   test_intermediate_basic_usage_constraints/**
    12   test_name_constraints/**
    13   test_cert_trust/**
    14   test_cert_version/**
    15   test_cert_eku/**
    16   test_ocsp_url/**
    18 [test_datasignatureverifier.js]
    19 [test_hash_algorithms.js]
    20 [test_hmac.js]
    22 [test_sts_preloadlist_perwindowpb.js]
    23 # Bug 978426: Test fails consistently only on B2G ARM
    24 skip-if = buildapp == "b2g" && processor = "arm"
    26 [test_sts_preloadlist_selfdestruct.js]
    27 [test_sts_holepunch.js]
    28 [test_sts_ipv4_ipv6.js]
    30 [test_certificate_usages.js]
    31 [test_ocsp_stapling.js]
    32 run-sequentially = hardcoded ports
    33 # Bug 676972: test fails consistently on Android and B2G
    34 fail-if = os == "android" || buildapp == "b2g"
    35 [test_ocsp_stapling_expired.js]
    36 run-sequentially = hardcoded ports
    37 # Bug 676972: test fails consistently on Android and B2G
    38 fail-if = os == "android" || buildapp == "b2g"
    39 [test_ocsp_stapling_with_intermediate.js]
    40 run-sequentially = hardcoded ports
    41 # Bug 676972: test fails consistently on Android and B2G
    42 fail-if = os == "android" || buildapp == "b2g"
    43 [test_ocsp_caching.js]
    44 run-sequentially = hardcoded ports
    45 # Bug 676972: test fails consistently on Android and B2G
    46 fail-if = os == "android" || buildapp == "b2g"
    47 [test_ocsp_required.js]
    48 run-sequentially = hardcoded ports
    49 # Bug 676972: test fails consistently on Android and B2G
    50 fail-if = os == "android" || buildapp == "b2g"
    51 [test_ocsp_timeout.js]
    52 run-sequentially = hardcoded ports
    53 # Bug 676972: test fails consistently on Android and B2G
    54 fail-if = os == "android" || buildapp == "b2g"
    55 # Bug 1005266: intermittent failures on Windows
    56 skip-if = os == "win"
    57 [test_cert_signatures.js]
    58 [test_ev_certs.js]
    59 run-sequentially = hardcoded ports
    60 # Bug 676972: test fails consistently on Android and B2G
    61 skip-if = os == "android" || buildapp == "b2g"
    62 [test_getchain.js]
    63 [test_cert_overrides.js]
    64 run-sequentially = hardcoded ports
    65 # Bug 676972: test fails consistently on Android and B2G
    66 fail-if = os == "android" || buildapp == "b2g"
    67 [test_intermediate_basic_usage_constraints.js]
    68 [test_name_constraints.js]
    69 [test_cert_trust.js]
    70 [test_cert_version.js]
    71 [test_signed_apps.js]
    72 [test_signed_apps-marketplace.js]
    73 [test_cert_eku.js]
    74 # Bug 989485 : this test this fails on slow devices
    75 skip-if = os == "android" || (buildapp == "b2g" && processor == "arm")
    76 requesttimeoutfactor = 4
    77 [test_ocsp_url.js]
    78 run-sequentially = hardcoded ports
    79 # Bug  676972: this test times out on Android and B2G
    80 skip-if = os == "android" || buildapp == "b2g"
    81 [test_pinning.js]
    82 run-sequentially = hardcoded ports
    83 # Bug 676972: test fails consistently on Android and B2G
    84 fail-if = os == "android" || buildapp == "b2g"

mercurial