https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=7d3ee1f1a0a5f6e425dc2a052926fe2d34de46c1
commit 7d3ee1f1a0a5f6e425dc2a052926fe2d34de46c1
Author: Paul Floyd <pj...@wa...>
Date: Sat Apr 5 08:16:54 2025 +0200
Illumos resgtest: revert previous change to filter_libc and update expected instead
Diff:
---
drd/tests/pth_cond_destroy_busy.stderr.exp-solaris | 2 +-
tests/filter_libc | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/drd/tests/pth_cond_destroy_busy.stderr.exp-solaris b/drd/tests/pth_cond_destroy_busy.stderr.exp-solaris
index 392bc1d0fe..583c32dc55 100644
--- a/drd/tests/pth_cond_destroy_busy.stderr.exp-solaris
+++ b/drd/tests/pth_cond_destroy_busy.stderr.exp-solaris
@@ -23,7 +23,7 @@ condition variable has been destroyed while being waited upon: cond 0x........,
at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
by 0x........: thread_func (pth_cond_destroy_busy.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
- by 0x........: (within libpthread-?.?.so)
+ by 0x........: start_thread
Thread 1:
not a condition variable: cond 0x........
diff --git a/tests/filter_libc b/tests/filter_libc
index a99b11f405..d3c875d90f 100755
--- a/tests/filter_libc
+++ b/tests/filter_libc
@@ -28,7 +28,6 @@ while (<>)
# on Illumos
s#_start_crt \(in .*#(below main)#;
- s#start_thread#(within libpthread-?.?.so)#;
# filter out the exact libc-start.c:### line number. (ppc64*)
s/\(libc-start.c:[0-9]*\)$/(in \/...libc...)/;
|