|
From: <sv...@va...> - 2015-09-05 20:45:10
|
Author: mjw
Date: Sat Sep 5 21:45:04 2015
New Revision: 15630
Log:
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.
Modified:
trunk/helgrind/tests/tc18_semabuse.stderr.exp
trunk/helgrind/tests/tc20_verifywrap.stderr.exp
Modified: trunk/helgrind/tests/tc18_semabuse.stderr.exp
==============================================================================
--- trunk/helgrind/tests/tc18_semabuse.stderr.exp (original)
+++ trunk/helgrind/tests/tc18_semabuse.stderr.exp Sat Sep 5 21:45:04 2015
@@ -24,6 +24,7 @@
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)
Modified: trunk/helgrind/tests/tc20_verifywrap.stderr.exp
==============================================================================
--- trunk/helgrind/tests/tc20_verifywrap.stderr.exp (original)
+++ trunk/helgrind/tests/tc20_verifywrap.stderr.exp Sat Sep 5 21:45:04 2015
@@ -238,6 +238,7 @@
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)
|