mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset f103fd636405 (bug 1232582) for b2g debug xpcshell failures in test_name_constraints.js
This commit is contained in:
parent
c74eb97764
commit
efcef698d8
@ -4,37 +4,94 @@ tail =
|
||||
tags = psm
|
||||
support-files =
|
||||
ocsp_common/**
|
||||
test_cert_eku/**
|
||||
test_cert_embedded_null/**
|
||||
test_cert_keyUsage/**
|
||||
test_cert_sha1/**
|
||||
test_signed_apps/**
|
||||
tlsserver/**
|
||||
test_cert_signatures/**
|
||||
test_cert_trust/**
|
||||
test_cert_version/**
|
||||
test_certviewer_invalid_oids/**
|
||||
test_ev_certs/**
|
||||
test_getchain/**
|
||||
test_intermediate_basic_usage_constraints/**
|
||||
test_name_constraints/**
|
||||
test_cert_sha1/**
|
||||
test_cert_trust/**
|
||||
test_cert_version/**
|
||||
test_cert_eku/**
|
||||
test_cert_embedded_null/**
|
||||
test_ocsp_url/**
|
||||
test_ocsp_fetch_method/**
|
||||
test_keysize/**
|
||||
test_keysize_ev/**
|
||||
test_name_constraints/**
|
||||
test_ocsp_fetch_method/**
|
||||
test_ocsp_url/**
|
||||
test_onecrl/**
|
||||
test_pinning_dynamic/**
|
||||
test_signed_apps/**
|
||||
test_onecrl/**
|
||||
test_validity/**
|
||||
tlsserver/**
|
||||
|
||||
[test_add_preexisting_cert.js]
|
||||
[test_datasignatureverifier.js]
|
||||
[test_hash_algorithms.js]
|
||||
[test_hash_algorithms_wrap.js]
|
||||
# bug 1124289 - run_test_in_child violates the sandbox on b2g and android
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
[test_hmac.js]
|
||||
|
||||
[test_sts_preloadlist_perwindowpb.js]
|
||||
[test_sts_preloadlist_selfdestruct.js]
|
||||
[test_sts_holepunch.js]
|
||||
[test_sts_ipv4_ipv6.js]
|
||||
[test_sts_fqdn.js]
|
||||
|
||||
[test_sss_eviction.js]
|
||||
[test_sss_readstate.js]
|
||||
[test_sss_readstate_child.js]
|
||||
support-files = sss_readstate_child_worker.js
|
||||
# bug 1124289 - run_test_in_child violates the sandbox on b2g and android
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
[test_sss_readstate_empty.js]
|
||||
[test_sss_readstate_garbage.js]
|
||||
[test_sss_readstate_huge.js]
|
||||
[test_sss_savestate.js]
|
||||
|
||||
[test_pinning_dynamic.js]
|
||||
[test_pinning_header_parsing.js]
|
||||
|
||||
[test_cert_keyUsage.js]
|
||||
[test_logoutAndTeardown.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_stapling.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_cert_blocklist.js]
|
||||
skip-if = buildapp == "b2g"
|
||||
tags = addons psm
|
||||
[test_cert_chains.js]
|
||||
tags = addons
|
||||
[test_ocsp_stapling_expired.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_cert_eku-CA.js]
|
||||
skip-if = (toolkit == 'gonk' && debug) # Bug 1029775
|
||||
[test_ocsp_stapling_with_intermediate.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_caching.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_required.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_timeout.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_cert_signatures.js]
|
||||
[test_ev_certs.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_getchain.js]
|
||||
[test_cert_overrides.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_cert_override_bits_mismatches.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_intermediate_basic_usage_constraints.js]
|
||||
[test_name_constraints.js]
|
||||
[test_cert_trust.js]
|
||||
[test_cert_version.js]
|
||||
[test_signed_apps.js]
|
||||
[test_signed_apps-marketplace.js]
|
||||
[test_signed_dir.js]
|
||||
tags = addons
|
||||
|
||||
[test_cert_eku-CA_EP.js]
|
||||
[test_cert_eku-CA_EP_NS_OS_SA_TS.js]
|
||||
[test_cert_eku-CA.js]
|
||||
[test_cert_eku-CA_NS.js]
|
||||
[test_cert_eku-CA_OS.js]
|
||||
[test_cert_eku-CA_SA.js]
|
||||
@ -55,42 +112,22 @@ run-sequentially = hardcoded ports
|
||||
[test_cert_eku-SA.js]
|
||||
[test_cert_eku-SA_TS.js]
|
||||
[test_cert_eku-TS.js]
|
||||
|
||||
[test_cert_embedded_null.js]
|
||||
[test_cert_keyUsage.js]
|
||||
[test_cert_overrides.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_cert_override_bits_mismatches.js]
|
||||
run-sequentially = hardcoded ports
|
||||
|
||||
[test_cert_sha1.js]
|
||||
[test_cert_signatures.js]
|
||||
[test_cert_trust.js]
|
||||
[test_cert_version.js]
|
||||
[test_certviewer_invalid_oids.js]
|
||||
skip-if = toolkit == 'android' || buildapp == 'b2g'
|
||||
[test_constructX509FromBase64.js]
|
||||
[test_datasignatureverifier.js]
|
||||
[test_ev_certs.js]
|
||||
|
||||
[test_pinning.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_getchain.js]
|
||||
[test_hash_algorithms.js]
|
||||
[test_hash_algorithms_wrap.js]
|
||||
# bug 1124289 - run_test_in_child violates the sandbox on b2g and android
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
[test_hmac.js]
|
||||
[test_intermediate_basic_usage_constraints.js]
|
||||
[test_keysize.js]
|
||||
[test_keysize_ev.js]
|
||||
# This test can take longer than 300 seconds on B2G emulator debug builds, so
|
||||
# give it enough time to finish. See bug 1081128.
|
||||
requesttimeoutfactor = 2
|
||||
[test_ocsp_url.js]
|
||||
# OCSP requests in this test time out on slow B2G Emulator debug builds.
|
||||
# See Bug 1147726.
|
||||
skip-if = toolkit == 'gonk' && debug
|
||||
run-sequentially = hardcoded ports
|
||||
[test_logoutAndTeardown.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_name_constraints.js]
|
||||
[test_nsCertType.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_nsIX509Cert_utf8.js]
|
||||
[test_ocsp_caching.js]
|
||||
# See Bug 1147725.
|
||||
# This test also fails on B2G Emulator opt builds non-reproducibly.
|
||||
# See Bug 1178988.
|
||||
skip-if = toolkit == 'gonk'
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_fetch_method.js]
|
||||
# OCSP requests in this test time out on slow B2G Emulator debug builds.
|
||||
@ -99,51 +136,23 @@ skip-if = toolkit == 'gonk' && debug
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_no_hsts_upgrade.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_required.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_stapling.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_stapling_expired.js]
|
||||
run-sequentially = hardcoded ports
|
||||
skip-if = (toolkit == 'gonk' && debug) # Bug 1029775
|
||||
[test_ocsp_stapling_with_intermediate.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_timeout.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_ocsp_url.js]
|
||||
[test_add_preexisting_cert.js]
|
||||
[test_keysize.js]
|
||||
[test_keysize_ev.js]
|
||||
# OCSP requests in this test time out on slow B2G Emulator debug builds.
|
||||
# See Bug 1147725.
|
||||
# This test also fails on B2G Emulator opt builds non-reproducibly.
|
||||
# See Bug 1178988.
|
||||
skip-if = toolkit == 'gonk'
|
||||
# See Bug 1147726.
|
||||
skip-if = toolkit == 'gonk' && debug
|
||||
run-sequentially = hardcoded ports
|
||||
[test_pinning.js]
|
||||
[test_cert_chains.js]
|
||||
run-sequentially = hardcoded ports
|
||||
# This test can take longer than 300 seconds on B2G emulator debug builds, so
|
||||
# give it enough time to finish. See bug 1081128.
|
||||
requesttimeoutfactor = 2
|
||||
[test_pinning_dynamic.js]
|
||||
[test_pinning_header_parsing.js]
|
||||
[test_signed_apps.js]
|
||||
[test_signed_apps-marketplace.js]
|
||||
[test_signed_dir.js]
|
||||
tags = addons psm
|
||||
[test_sss_eviction.js]
|
||||
[test_sss_readstate.js]
|
||||
[test_sss_readstate_child.js]
|
||||
support-files = sss_readstate_child_worker.js
|
||||
# bug 1124289 - run_test_in_child violates the sandbox on b2g and android
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
[test_sss_readstate_empty.js]
|
||||
[test_sss_readstate_garbage.js]
|
||||
[test_sss_readstate_huge.js]
|
||||
[test_sss_savestate.js]
|
||||
[test_sts_fqdn.js]
|
||||
[test_sts_holepunch.js]
|
||||
[test_sts_ipv4_ipv6.js]
|
||||
[test_sts_preloadlist_perwindowpb.js]
|
||||
[test_sts_preloadlist_selfdestruct.js]
|
||||
[test_nsCertType.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_nsIX509Cert_utf8.js]
|
||||
[test_constructX509FromBase64.js]
|
||||
[test_validity.js]
|
||||
run-sequentially = hardcoded ports
|
||||
[test_certviewer_invalid_oids.js]
|
||||
skip-if = toolkit == 'android' || buildapp == 'b2g'
|
||||
|
||||
[test_weak_crypto.js]
|
||||
firefox-appdir = browser
|
||||
|
Loading…
Reference in New Issue
Block a user