|
From: <sv...@va...> - 2010-01-04 15:01:55
|
Author: bart
Date: 2010-01-04 15:01:44 +0000 (Mon, 04 Jan 2010)
New Revision: 11015
Log:
Updated expected output after recent updates in the stack backtrace code.
Modified:
trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc
Modified: trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc
===================================================================
--- trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc 2010-01-04 12:10:24 UTC (rev 11014)
+++ trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc 2010-01-04 15:01:44 UTC (rev 11015)
@@ -8,6 +8,6 @@
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)
+ by 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)
|