From: Mark Wielaard Date: Sat, 5 Sep 2015 20:45:04 +0000 (+0000) Subject: Correct expected output of tc18 and tc20 helgrind tests. X-Git-Tag: svn/VALGRIND_3_11_0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=887805da64e33cca4b625dd448f326a3af57a7d1;p=thirdparty%2Fvalgrind.git Correct expected output of tc18 and tc20 helgrind tests. The addition if the safe wrapper in r15620 introduced an extra output frame in the backtrace of helgrind/tests/tc18_semabuse and helgrind/tests/tc20_verifywrap. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15630 --- diff --git a/helgrind/tests/tc18_semabuse.stderr.exp b/helgrind/tests/tc18_semabuse.stderr.exp index ffeb7cd233..506fa72e4a 100644 --- a/helgrind/tests/tc18_semabuse.stderr.exp +++ b/helgrind/tests/tc18_semabuse.stderr.exp @@ -24,6 +24,7 @@ Thread #x's call to sem_post failed with error code 22 (EINVAL: Invalid argument) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) + ... by 0x........: main (tc18_semabuse.c:40) diff --git a/helgrind/tests/tc20_verifywrap.stderr.exp b/helgrind/tests/tc20_verifywrap.stderr.exp index 6d40ac61c7..d9019d423f 100644 --- a/helgrind/tests/tc20_verifywrap.stderr.exp +++ b/helgrind/tests/tc20_verifywrap.stderr.exp @@ -238,6 +238,7 @@ Thread #x's call to sem_post failed with error code 22 (EINVAL: Invalid argument) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) + ... by 0x........: main (tc20_verifywrap.c:265)