From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75102@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75102] [PATCH rust-team 5/8] gnu: packages: crates-tls: Add rustls-platform-verifier-test-flags.
Date: Wed, 25 Dec 2024 22:40:31 +0100 [thread overview]
Message-ID: <fc1e3d096a66f5c870f85be448306039c12642af.1735162557.git.herman@rimm.ee> (raw)
In-Reply-To: <456440899509b070b26f2b383e36730932c0ae9f.1735162557.git.herman@rimm.ee>
* gnu/packages/crates-tls.scm (rustls-platform-verifier-test-flags):
Add variable.
Change-Id: I23b644e697b54be0b367115d601730178f99159e
---
gnu/packages/crates-tls.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index b86cc37b90..fb108c6220 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -1920,6 +1920,22 @@ (define-public rust-rustls-pki-types-1
"This crate provides shared types for the rustls PKI ecosystem.")
(license (list license:expat license:asl2.0))))
+(define rustls-platform-verifier-test-flags
+ '(cons* "--"
+ (string-append "--skip=tests::verification_mock::test"
+ "_verification_without_mock_root")
+ (map (lambda (suffix)
+ (string-append
+ "--skip=tests::verification_real_world::tests::"
+ suffix))
+ '("_1password_com_valid"
+ "letsencrypt"
+ "my_1password_com_valid"
+ "my_1password_com_valid_no_stapled"
+ "unrelated_chain_not_valid_for_my_1password_com"
+ "unrelated_chain_valid_for_unrelated_domain"
+ "unrelated_domain_invalid"))))
+
(define-public rust-rustls-platform-verifier-0.5
(package
(name "rust-rustls-platform-verifier")
--
2.45.2
next prev parent reply other threads:[~2024-12-25 21:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 2/8] gnu: rust-clap-3: Wrap comment of triple digit length Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 3/8] gnu: rust-poem-1: " Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 4/8] gnu: rust-gstreamer-sys-0.21: Truncate comment Herman Rimm via Guix-patches via
2024-12-25 21:40 ` Herman Rimm via Guix-patches via [this message]
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 6/8] gnu: rust-rustls-platform-verifier-0.5: Use variable Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 7/8] gnu: rust-rustls-platform-verifier-0.4: " Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 8/8] gnu: rust-rustls-platform-verifier-0.3: " Herman Rimm via Guix-patches via
2024-12-26 13:44 ` [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fc1e3d096a66f5c870f85be448306039c12642af.1735162557.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=75102@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
--cc=herman@rimm.ee \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).