]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
illumos regtest: filter a gdb warning
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 2 May 2025 10:19:11 +0000 (12:19 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 2 May 2025 10:19:11 +0000 (12:19 +0200)
I only get it when running make test from oi-userland components,
not when running make regtest from a shell. Possibly a locale or
similar issue.

NEWS
configure.ac
gdbserver_tests/filter_gdb.in

diff --git a/NEWS b/NEWS
index cd4670aca6844836a3bea44bce7dcb5adca5fe55..6a15080c158023c4daed7401ef8958b26df8ddd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Release 3.26.0 (?? Oct 2025)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
+PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux,
+MIPS64/Linux, RISCV64/Linux, ARM/Android, ARM64/Android, MIPS32/Android,
+X86/Android, X86/Solaris, AMD64/Solaris, AMD64/MacOSX 10.12, X86/FreeBSD,
+AMD64/FreeBSD and ARM64/FreeBSD There is also preliminary support for
+X86/macOS 10.13, AMD64/macOS 10.13 and nanoMIPS/Linux.
+
+* ==================== CORE CHANGES ===================
+
+* ================== PLATFORM CHANGES =================
+
+* ==================== TOOL CHANGES ===================
+
+* ==================== FIXED BUGS ====================
+
+The following bugs have been fixed or resolved.  Note that "n-i-bz"
+stands for "not in bugzilla" -- that is, a bug that was reported to us
+but never got a bugzilla entry.  We encourage you to file bugs in
+bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather
+than mailing the developers (or mailing lists) directly -- bugs that
+are not entered into bugzilla tend to get forgotten about or ignored.
+
+
+To see details of a given bug, visit
+  https://bugs.kde.org/show_bug.cgi?id=XXXXXX
+where XXXXXX is the bug number as listed above.
+
 Release 3.25.0 (25 Apr 2025)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index 2dfbd1c1afd02bc8f13642e86c504211dd78fec0..84a69f810e5f61e6855943b58be67e097167e7fc 100755 (executable)
@@ -16,10 +16,10 @@ AC_PREREQ(2.69)
 # Also set the (expected/last) release date here.
 # Do not forget to rerun ./autogen.sh
 m4_define([v_major_ver], [3])
-m4_define([v_minor_ver], [25])
+m4_define([v_minor_ver], [26])
 m4_define([v_micro_ver], [0])
-m4_define([v_suffix_ver], [])
-m4_define([v_rel_date], ["25 Apr 2025"])
+m4_define([v_suffix_ver], [GIT])
+m4_define([v_rel_date], ["?? Oct 2025"])
 m4_define([v_version],
          m4_if(v_suffix_ver, [],
                [v_major_ver.v_minor_ver.v_micro_ver],
index d7b1bb11c64ca3387a4083f997b065e661eca24d..7f7862a8895d2edfd17158bceb12a8cdfcd3b0e1 100755 (executable)
@@ -276,6 +276,9 @@ s/^0x........ in \(\w\+ (\)/\1/
 /^Missing debuginfo.*/d
 /^Missing rpms.*/d
 
+#      illumos, but only when building the port
+/\.\/gdb: warning: Couldn't determine a path for the index cache directory\./d
+
 EOF
 
 dir=`dirname $0`