]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos resgtest: revert previous change to filter_libc and update expected instead
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 5 Apr 2025 06:16:54 +0000 (08:16 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 5 Apr 2025 06:16:54 +0000 (08:16 +0200)
drd/tests/pth_cond_destroy_busy.stderr.exp-solaris
tests/filter_libc

index 392bc1d0fe2dd5547f699f02f767798b05f6f919..583c32dc55cc28ae656a6b1f2860fa163d8522f0 100644 (file)
@@ -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........
index a99b11f405d6c4971863c99e601e50ef153609f0..d3c875d90fe7b9ce2e4842b70f99e17441d03df8 100755 (executable)
@@ -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...)/;