|
From: <sv...@va...> - 2009-07-04 15:00:18
|
Author: bart Date: 2009-07-04 16:00:12 +0100 (Sat, 04 Jul 2009) New Revision: 10413 Log: Added yet another expected output file. Added: trunk/drd/tests/tc23_bogus_condwait.stderr.exp2 Modified: trunk/drd/tests/Makefile.am Modified: trunk/drd/tests/Makefile.am =================================================================== --- trunk/drd/tests/Makefile.am 2009-07-04 14:33:53 UTC (rev 10412) +++ trunk/drd/tests/Makefile.am 2009-07-04 15:00:12 UTC (rev 10413) @@ -208,6 +208,7 @@ tc22_exit_w_lock.stderr.exp-64bit \ tc22_exit_w_lock.vgtest \ tc23_bogus_condwait.stderr.exp \ + tc23_bogus_condwait.stderr.exp2 \ tc23_bogus_condwait.vgtest \ tc24_nonzero_sem.stderr.exp \ tc24_nonzero_sem.vgtest \ Added: trunk/drd/tests/tc23_bogus_condwait.stderr.exp2 =================================================================== --- trunk/drd/tests/tc23_bogus_condwait.stderr.exp2 (rev 0) +++ trunk/drd/tests/tc23_bogus_condwait.stderr.exp2 2009-07-04 15:00:12 UTC (rev 10413) @@ -0,0 +1,16 @@ + +The object at address 0x........ is not a mutex. + at 0x........: pthread_cond_wait* (drd_pthread_intercepts.c:?) + by 0x........: main (tc23_bogus_condwait.c:69) + +The object at address 0x........ is not a mutex. + at 0x........: pthread_cond_wait* (drd_pthread_intercepts.c:?) + by 0x........: main (tc23_bogus_condwait.c:69) + +Process terminating with default action of signal 7 (SIGBUS) + Invalid address alignment at address 0x........ + at 0x........: (within libpthread-?.?.so) + by 0x........: pthread_cond_wait@@GLIBC_2.3.2(within libpthread-?.?.so) + by 0x........: main (tc23_bogus_condwait.c:69) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) |