public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bear] epel10: Skip a failing valgrind test on s390x (close RHBZ#2127458, close RHBZ#2140814)
@ 2026-07-11  2:31 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-11  2:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/bear
Branch : epel10
Commit : 282a682fe1b477b7d54fc48a9ca03927ec602375
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2022-11-15T09:13:15-05:00
Stats  : +8/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/bear/c/282a682fe1b477b7d54fc48a9ca03927ec602375?branch=epel10

Log:
Skip a failing valgrind test on s390x (close RHBZ#2127458, close RHBZ#2140814)

---
diff --git a/bear.spec b/bear.spec
index ec8dddd..216b1c2 100644
--- a/bear.spec
+++ b/bear.spec
@@ -47,6 +47,14 @@ tooling.
 for f in $(ls test/bin/); do
     sed -i "s|^#\!/usr/bin/env\s\+python\s\?$|#!%{__python3}|" test/bin/$f
 done
+%ifarch s390x
+# Dereferences a null pointer in some grpc routines; this is nontrivial to
+# debug, but any assistance in investigating it is welcome. In case this is a
+# grpc bug, we should check to see if this is fixed when grpc is updated.
+#
+# https://bugzilla.redhat.com/show_bug.cgi?id=2127458
+rm -vf test/cases/intercept/valgrind/shell_commands_intercepted.sh
+%endif
 
 %cmake -DENABLE_FUNC_TESTS=ON -DENABLE_UNIT_TESTS=ON
 %cmake_build

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

only message in thread, other threads:[~2026-07-11  2:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  2:31 [rpms/bear] epel10: Skip a failing valgrind test on s390x (close RHBZ#2127458, close RHBZ#2140814) Benjamin A. Beasley

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