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/bear] epel10: Skip a failing valgrind test on s390x (close RHBZ#2127458, close RHBZ#2140814)
Date: Sat, 11 Jul 2026 02:31:34 GMT	[thread overview]
Message-ID: <178373709401.1.9351925806762374028.rpms-bear-282a682fe1b4@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-11  2:31 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=178373709401.1.9351925806762374028.rpms-bear-282a682fe1b4@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