public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-time] epel10: Update the list of skipped tests
@ 2026-09-02 20:44 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-09-02 20:44 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-time
            Branch : epel10
            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=epel10

            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"]
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-02 20:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 20:44 [rpms/rust-time] epel10: Update the list of skipped tests Michel Lind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox