|
From: <sv...@va...> - 2008-05-01 12:27:55
|
Author: bart Date: 2008-05-01 13:28:01 +0100 (Thu, 01 May 2008) New Revision: 7970 Log: Updated expected output according to glibc 2.8 changes. Modified: trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8 trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8 Modified: trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8 =================================================================== --- trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8 2008-05-01 12:23:48 UTC (rev 7969) +++ trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8 2008-05-01 12:28:01 UTC (rev 7970) @@ -97,10 +97,10 @@ ------------ dealloc of mem holding locks ------------ -Destroying locked rwlock: rwlock 0x......... - at 0x........: main (tc20_verifywrap.c:262) - Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. - at 0x........: main (tc20_verifywrap.c:262) + at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?) + by 0x........: (within /lib64/ld-2.8.so) + by 0x........: exit (in /...libc...) + by 0x........: (below main) (in /...libc...) -ERROR SUMMARY: 15 errors from 15 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 14 errors from 14 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8 =================================================================== --- trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8 2008-05-01 12:23:48 UTC (rev 7969) +++ trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8 2008-05-01 12:28:01 UTC (rev 7970) @@ -126,16 +126,16 @@ ------------ dealloc of mem holding locks ------------ - -Destroying locked rwlock: rwlock 0x......... - at 0x........: main (tc20_verifywrap.c:262) +[1/1] pre_mutex_lock recursive mutex 0x........ rc 0 owner 0 +[1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 0 [1/1] mutex_destroy error checking mutex 0x........ Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. - at 0x........: main (tc20_verifywrap.c:262) + at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?) + by 0x........: (within /lib64/ld-2.8.so) + by 0x........: exit (in /...libc...) + by 0x........: (below main) (in /...libc...) [1/1] mutex_destroy invalid mutex 0x........ -[1/1] pre_mutex_lock recursive mutex 0x........ rc 0 owner 0 -[1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 0 [1/1] mutex_unlock recursive mutex 0x........ rc 1 [1/1] pre_mutex_lock recursive mutex 0x........ rc 0 owner 1 [1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 1 @@ -183,4 +183,4 @@ [1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 1 [1/1] mutex_unlock recursive mutex 0x........ rc 1 -ERROR SUMMARY: 15 errors from 15 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 14 errors from 14 contexts (suppressed: 0 from 0) |