From: Paul Floyd Date: Sat, 5 Apr 2025 06:16:54 +0000 (+0200) Subject: Illumos resgtest: revert previous change to filter_libc and update expected instead X-Git-Tag: VALGRIND_3_25_0~56 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d3ee1f1a0a5f6e425dc2a052926fe2d34de46c1;p=thirdparty%2Fvalgrind.git Illumos resgtest: revert previous change to filter_libc and update expected instead --- diff --git a/drd/tests/pth_cond_destroy_busy.stderr.exp-solaris b/drd/tests/pth_cond_destroy_busy.stderr.exp-solaris index 392bc1d0f..583c32dc5 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 a99b11f40..d3c875d90 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...)/;