From: Ivo Raisr Date: Thu, 20 Aug 2015 05:50:49 +0000 (+0000) Subject: Follow-up fix for r15565. X-Git-Tag: svn/VALGRIND_3_11_0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8372cfdb0f02e1983983e0fce11b70e7b7d67d94;p=thirdparty%2Fvalgrind.git Follow-up fix for r15565. Expected output of some helgrind tests slightly differed on Solaris. n-i-bz git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15571 --- diff --git a/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris b/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris index 04d2d90e7e..7de254993a 100644 --- a/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris +++ b/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris @@ -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) diff --git a/helgrind/tests/tc20_verifywrap.stderr.exp-solaris b/helgrind/tests/tc20_verifywrap.stderr.exp-solaris index da7db08f60..921ebf538e 100644 --- a/helgrind/tests/tc20_verifywrap.stderr.exp-solaris +++ b/helgrind/tests/tc20_verifywrap.stderr.exp-solaris @@ -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)