From: Paul F. <pa...@so...> - 2024-11-04 07:07:10
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=c3d1c683a9106cf30d4ae1052f97b0dce61d282e commit c3d1c683a9106cf30d4ae1052f97b0dce61d282e Author: Paul Floyd <pj...@wa...> Date: Mon Nov 4 08:06:17 2024 +0100 Helgrind regtest: fix wrong updates to tc04_free_lock expecteds Diff: --- helgrind/tests/tc04_free_lock.stderr.exp | 3 --- helgrind/tests/tc04_free_lock.stderr.exp-freebsd | 14 +++++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/helgrind/tests/tc04_free_lock.stderr.exp b/helgrind/tests/tc04_free_lock.stderr.exp index 57cbc8eeca..772531160b 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 d18786f806..57cbc8eeca 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) |