]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
gdbserver_tests/hginfo.vgtest: Use --ignore-thread-creation=yes
authorMark Wielaard <mark@klomp.org>
Wed, 19 Apr 2023 13:53:53 +0000 (15:53 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 20 Apr 2023 10:46:55 +0000 (12:46 +0200)
The testcase might notice an extra lock created by pthread_create.

https://bugs.kde.org/show_bug.cgi?id=444487

NEWS
gdbserver_tests/hginfo.vgtest

diff --git a/NEWS b/NEWS
index a8fed85bf45eb35320331edfeabcf36f59ac968b..203b4227846dc621efa6555d0ce4039a7480d0b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -133,6 +133,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 435441  valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname
 439685  compiler warning in callgrind/main.c
 444110  priv/guest_ppc_toIR.c:36198:31: warning: duplicated 'if' condition.
+444487  hginfo test detects an extra lock inside data symbol "_rtld_local"
 444488  Use glibc.pthread.stack_cache_size tunable
 444568  drd/tests/pth_barrier_thr_cr fails on Fedora 38
 445743  "The impossible happened: mutex is locked simultaneously by two threads"
index 5d00e1e214681cabc47a2c1d6dca9b80ddd1fd55..0ea8ab4b343dcd5a49e32da6ddc0151b66b3d229 100644 (file)
@@ -1,7 +1,7 @@
 # test helgrind monitor command
 # test 'v.info location' monitor command
 prog: ../helgrind/tests/hg01_all_ok
-vgopts: --tool=helgrind --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-hginfo -q 
+vgopts: --tool=helgrind  --ignore-thread-creation=yes --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-hginfo -q 
 prereq: test -e gdb.eval
 stdout_filter: filter_make_empty
 stderr_filter: filter_stderr