public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libunwind] epel10.2: Fix test failure in riscv64
@ 2026-08-21 15:27 U2FsdGVkX1
  0 siblings, 0 replies; only message in thread
From: U2FsdGVkX1 @ 2026-08-21 15:27 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/libunwind
            Branch : epel10.2
            Commit : 5723d0220b7460e09dadd9e71e590feb76897c57
            Author : U2FsdGVkX1 <U2FsdGVkX1@gmail.com>
            Date   : 2024-11-12T18:21:40+00:00
            Stats  : +19/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/libunwind/c/5723d0220b7460e09dadd9e71e590feb76897c57?branch=epel10.2

            Log:
            Fix test failure in riscv64

Closes: https://src.fedoraproject.org/rpms/libunwind/pull-request/10
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>

---
diff --git a/libunwind-remove-XFAIL-for-riscv64.patch b/libunwind-remove-XFAIL-for-riscv64.patch
new file mode 100644
index 0000000..3c5cd82
--- /dev/null
+++ b/libunwind-remove-XFAIL-for-riscv64.patch
@@ -0,0 +1,13 @@
+--- a/tests/Makefile.am	2024-05-17 19:58:03.489836459 +0800
++++ b/tests/Makefile.am	2024-05-17 19:58:41.099915302 +0800
+@@ -94,10 +94,6 @@
+ if SUPPORT_CXX_EXCEPTIONS
+  check_PROGRAMS_cdep += Ltest-cxx-exceptions
+ endif
+-# Temporarily XFAIL this test for riscv64 until #519 is fixed
+-if ARCH_RISCV
+-  XFAIL_TESTS += Ltest-cxx-exceptions
+-endif
+ 
+ if OS_LINUX
+ if BUILD_COREDUMP

diff --git a/libunwind.spec b/libunwind.spec
index bb1e5d2..65be894 100644
--- a/libunwind.spec
+++ b/libunwind.spec
@@ -46,7 +46,7 @@
 Summary: An unwinding library
 Name: libunwind
 Version: 1.8.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 URL: http://savannah.nongnu.org/projects/libunwind
 Source: https://github.com/libunwind/libunwind/releases/download/v%{version}/%{name}-%{version}.tar.gz
@@ -56,6 +56,8 @@ Patch1: libunwind-arm-default-to-exidx.patch
 # Make libunwind.h multilib friendly
 Patch2: libunwind-1.3.1-multilib-fix.patch
 Patch5: libunwind-no-dl-iterate-phdr.patch
+# backport from https://github.com/libunwind/libunwind/commit/7e16c2d244b5b55550cc293f7a6f2a899285c93f
+Patch6: libunwind-remove-XFAIL-for-riscv64.patch
 
 ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} s390x %{ix86} x86_64 riscv64
 
@@ -136,6 +138,9 @@ echo ====================TESTING END=====================
 %{_includedir}/libunwind*.h
 
 %changelog
+* Tue Nov 12 2024 Songsong Zhang <U2FsdGVkX1@gmail.com> - 1.8.0-5
+- Fix test failure in riscv64
+
 * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-08-21 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 15:27 [rpms/libunwind] epel10.2: Fix test failure in riscv64 U2FsdGVkX1

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