public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-time] f44: Update the list of skipped tests
Date: Wed, 02 Sep 2026 20:28:23 GMT [thread overview]
Message-ID: <178838090309.1.1111434400562923058.rpms-rust-time-e7feb881fcf2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-time
Branch : f44
Commit : e7feb881fcf2be6d1091405a942ce7bfc6c5e1f6
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-09-02T16:48:44+01:00
Stats : +25/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-time/c/e7feb881fcf2be6d1091405a942ce7bfc6c5e1f6?branch=f44
Log:
Update the list of skipped tests
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/rust-time.spec b/rust-time.spec
index 3221f3d..41dea48 100644
--- a/rust-time.spec
+++ b/rust-time.spec
@@ -248,8 +248,18 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check}
%check
-# * skip a test that encodes 64-bit memory layout assumptions
-%cargo_test -a -- -- --exact --skip meta::alignment
+# * skip tests that encode 64-bit memory layout assumptions
+%{cargo_test -a -- -- --exact %{shrink:
+ --skip meta::alignment::case_02
+ --skip meta::alignment::case_08
+ --skip meta::alignment::case_37
+ --skip meta::alignment::case_38
+ --skip meta::alignment::case_39
+ --skip meta::alignment::case_40
+ --skip meta::alignment::case_41
+ --skip meta::alignment::case_42
+ --skip meta::alignment::case_44
+}}
%endif
%changelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
index cacf205..fc9060a 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -7,7 +7,18 @@ cargo-toml-patch-comments = [
enable-all = true
[tests]
-skip = ["meta::alignment"]
+skip = [
+ "meta::alignment::case_02",
+ "meta::alignment::case_08",
+ "meta::alignment::case_37",
+ "meta::alignment::case_38",
+ "meta::alignment::case_39",
+ "meta::alignment::case_40",
+ "meta::alignment::case_41",
+ "meta::alignment::case_42",
+ "meta::alignment::case_44",
+
+]
skip-exact = true
-comments = ["skip a test that encodes 64-bit memory layout assumptions"]
+comments = ["skip tests that encode 64-bit memory layout assumptions"]
reply other threads:[~2026-09-02 20:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178838090309.1.1111434400562923058.rpms-rust-time-e7feb881fcf2@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox