]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Correct expected output of tc18 and tc20 helgrind tests.
authorMark Wielaard <mark@klomp.org>
Sat, 5 Sep 2015 20:45:04 +0000 (20:45 +0000)
committerMark Wielaard <mark@klomp.org>
Sat, 5 Sep 2015 20:45:04 +0000 (20:45 +0000)
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

helgrind/tests/tc18_semabuse.stderr.exp
helgrind/tests/tc20_verifywrap.stderr.exp

index ffeb7cd233268df1abda0f046b7d0780dfbb4eca..506fa72e4a14c26cba3aa30bdf9f3a42a7ad0adb 100644 (file)
@@ -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)
 
 
index 6d40ac61c726cea59a1a1bdf8b6d9aba5c1fa3f8..d9019d423fd267da9ede3c001e45dcb32590fe8e 100644 (file)
@@ -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)