|
From: <sv...@va...> - 2015-08-20 05:50:57
|
Author: iraisr
Date: Thu Aug 20 06:50:49 2015
New Revision: 15571
Log:
Follow-up fix for r15565.
Expected output of some helgrind tests slightly differed on Solaris.
n-i-bz
Modified:
trunk/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris
trunk/helgrind/tests/tc20_verifywrap.stderr.exp-solaris
Modified: trunk/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris
==============================================================================
--- trunk/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris (original)
+++ trunk/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris Thu Aug 20 06:50:49 2015
@@ -24,6 +24,7 @@
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)
Modified: trunk/helgrind/tests/tc20_verifywrap.stderr.exp-solaris
==============================================================================
--- trunk/helgrind/tests/tc20_verifywrap.stderr.exp-solaris (original)
+++ trunk/helgrind/tests/tc20_verifywrap.stderr.exp-solaris Thu Aug 20 06:50:49 2015
@@ -171,6 +171,7 @@
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 @@
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 @@
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)
|