public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/abseil-cpp] rawhide: Skip a new regression on i686
Date: Wed, 09 Sep 2026 17:13:33 GMT [thread overview]
Message-ID: <178897401362.1.7437793205277305567.rpms-abseil-cpp-346c96256c0e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abseil-cpp
Branch : rawhide
Commit : 346c96256c0e8cd2df5596c68248278e6af4d034
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-09T13:07:15+01:00
Stats : +22/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abseil-cpp/c/346c96256c0e8cd2df5596c68248278e6af4d034?branch=rawhide
Log:
Skip a new regression on i686
---
diff --git a/abseil-cpp.spec b/abseil-cpp.spec
index 4b8dee8..26428a3 100644
--- a/abseil-cpp.spec
+++ b/abseil-cpp.spec
@@ -167,6 +167,28 @@ skips="${skips}|absl_failure_signal_handler_test"
# https://github.com/abseil/abseil-cpp/issues/1925
skips="${skips}|absl_stacktrace_test"
%endif
+%ifarch %{ix86}
+# Seven of eight KernelTimeout tests fail with errors like:
+#
+# [ RUN ] KernelTimeout.InfiniteFuture
+# /builddir/build/BUILD/abseil-cpp-20260526.0-build/abseil-cpp-20260526.0/…
+# absl/synchronization/internal/kernel_timeout_test.cc:130: Failure
+# Expected: (absl::TimeFromTimespec(t.MakeAbsTimespec())) > (absl::Now() +
+# absl::Hours(100000)), actual: 2038-01-19T03:14:07.999999999+00:00 vs
+# 2038-02-05T02:18:03.245767566+00:00
+# /builddir/build/BUILD/abseil-cpp-20260526.0-build/abseil-cpp-20260526.0/…
+# absl/synchronization/internal/kernel_timeout_test.cc:133: Failure
+# Expected: (absl::TimeFromTimespec(t.MakeClockAbsoluteTimespec(0))) >
+# (absl::Now() + absl::Hours(100000)), actual:
+# 2038-01-19T03:14:07.999999999+00:00 vs 2038-02-05T02:18:03.245848097+00:00
+# [ FAILED ] KernelTimeout.InfiniteFuture (0 ms)
+#
+# This looks like a Year 2038 problem triggered by the passage of (actual,
+# wall-clock) time. We haven’t attempted to report it upstream because we
+# couldn’t easily reproduce it in a git checkout (working in a
+# fedora-rawhide-i386 mock chroot) and because i686 is a low priority.
+skips="${skips}|absl_kernel_timeout_internal_test"
+%endif
skips="${skips})$"
%ctest --exclude-regex "${skips}"
reply other threads:[~2026-09-09 17:13 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=178897401362.1.7437793205277305567.rpms-abseil-cpp-346c96256c0e@fedoraproject.org \
--to=code@musicinmybrain.net \
--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