]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Follow-up fix for r15565.
authorIvo Raisr <ivosh@ivosh.net>
Thu, 20 Aug 2015 05:50:49 +0000 (05:50 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Thu, 20 Aug 2015 05:50:49 +0000 (05:50 +0000)
Expected output of some helgrind tests slightly differed on Solaris.
n-i-bz

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15571

helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris
helgrind/tests/tc20_verifywrap.stderr.exp-solaris

index 04d2d90e7e8627b5ca6f1ccd8f96b2078568113c..7de254993a0251c06bdf26e348e197d413c60b3d 100644 (file)
@@ -24,6 +24,7 @@ Thread #x's call to pthread_rwlock_unlock failed
    with error code 1 (EPERM: Operation not permitted)
    at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
    by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
+   ...
    by 0x........: main (tc12_rwl_trivial.c:29)
 
 
index da7db08f6020611b2e7a22d3b30ef3e699c83873..921ebf538ecbb85500a043e8bce0eb19c2e05498 100644 (file)
@@ -171,6 +171,7 @@ Thread #x's call to pthread_rwlock_unlock failed
    with error code 1 (EPERM: Operation not permitted)
    at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
    by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
+   ...
    by 0x........: main (tc20_verifywrap.c:189)
 
 (1) no error on next line
@@ -197,6 +198,7 @@ Thread #x's call to pthread_rwlock_unlock failed
    with error code 1 (EPERM: Operation not permitted)
    at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
    by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
+   ...
    by 0x........: main (tc20_verifywrap.c:206)
 
 (4) no error on next line
@@ -225,6 +227,7 @@ Thread #x's call to pthread_rwlock_unlock failed
    with error code 1 (EPERM: Operation not permitted)
    at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
    by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
+   ...
    by 0x........: main (tc20_verifywrap.c:227)