From: Paul Floyd Date: Mon, 4 Nov 2024 07:06:17 +0000 (+0100) Subject: Helgrind regtest: fix wrong updates to tc04_free_lock expecteds X-Git-Tag: VALGRIND_3_25_0~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d1c683a9106cf30d4ae1052f97b0dce61d282e;p=thirdparty%2Fvalgrind.git Helgrind regtest: fix wrong updates to tc04_free_lock expecteds --- diff --git a/helgrind/tests/tc04_free_lock.stderr.exp b/helgrind/tests/tc04_free_lock.stderr.exp index 57cbc8eec..772531160 100644 --- a/helgrind/tests/tc04_free_lock.stderr.exp +++ b/helgrind/tests/tc04_free_lock.stderr.exp @@ -7,9 +7,6 @@ Thread #x is the program's root thread Thread #x: Exiting thread still holds 2 locks ... - by 0x........: exit_WRK (hg_intercepts.c:...) - by 0x........: exit (hg_intercepts.c:...) - ... ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) diff --git a/helgrind/tests/tc04_free_lock.stderr.exp-freebsd b/helgrind/tests/tc04_free_lock.stderr.exp-freebsd index d18786f80..57cbc8eec 100644 --- a/helgrind/tests/tc04_free_lock.stderr.exp-freebsd +++ b/helgrind/tests/tc04_free_lock.stderr.exp-freebsd @@ -1,3 +1,15 @@ +---Thread-Announcement------------------------------------------ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) +Thread #x is the program's root thread + +---------------------------------------------------------------- + +Thread #x: Exiting thread still holds 2 locks + ... + by 0x........: exit_WRK (hg_intercepts.c:...) + by 0x........: exit (hg_intercepts.c:...) + ... + + +ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)