From 1288018e43fc0ffb4f1d12a1ae0183183bbf47d0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 4 Jul 2009 15:00:12 +0000 Subject: [PATCH] Added yet another expected output file. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10413 --- drd/tests/Makefile.am | 1 + drd/tests/tc23_bogus_condwait.stderr.exp2 | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 drd/tests/tc23_bogus_condwait.stderr.exp2 diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index 9686b426ea..52955993d0 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -208,6 +208,7 @@ EXTRA_DIST = \ 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 \ diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp2 b/drd/tests/tc23_bogus_condwait.stderr.exp2 new file mode 100644 index 0000000000..a7ca608a5b --- /dev/null +++ b/drd/tests/tc23_bogus_condwait.stderr.exp2 @@ -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) -- 2.47.3