]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin regtest: add DRD filter _pthread_start -> start_thread
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 24 Mar 2026 07:09:28 +0000 (08:09 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 24 Mar 2026 07:09:28 +0000 (08:09 +0100)
drd/tests/filter_stderr.in

index 5504e64f7d93f8c52bd65204fc0eda1fe51658d1..a596d7fb57694d90785ce9c237fcdf1d66917ae2 100644 (file)
@@ -32,6 +32,7 @@ $SED \
 -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \
 -e "/^Copyright (C) 2006-20.., and GNU GPL'd, by Bart Van Assche et al.$/d" \
 -e "s/start_thread ([^)]*)/start_thread/" \
+-e "s/_pthread_start ([^)]*)/start_thread/" \
 -e "s/\([A-Za-z_]*\) (clone.S:[0-9]*)/\1 (in \/...libc...)/" \
 -e "s/\([A-Za-z_]*\) (swapcontext.S:[0-9]*)/\1 (in \/...libc...)/" \
 -e "s/_swapcontext/swapcontext/" \