|
From: <sv...@va...> - 2013-03-10 13:40:04
|
bart 2013-03-10 13:39:57 +0000 (Sun, 10 Mar 2013)
New Revision: 13322
Log:
drd/tests/annotate_smart_pointer2: Add an expected output file
Added files:
trunk/drd/tests/annotate_smart_pointer2.stderr.exp-darwin
Modified files:
trunk/drd/tests/Makefile.am
Modified: trunk/drd/tests/Makefile.am (+1 -0)
===================================================================
--- trunk/drd/tests/Makefile.am 2013-03-10 13:38:41 +00:00 (rev 13321)
+++ trunk/drd/tests/Makefile.am 2013-03-10 13:39:57 +00:00 (rev 13322)
@@ -41,6 +41,7 @@
annotate_smart_pointer.stderr.exp \
annotate_smart_pointer.vgtest \
annotate_smart_pointer2.stderr.exp \
+ annotate_smart_pointer2.stderr.exp-darwin \
annotate_smart_pointer2.vgtest \
annotate_spinlock.stderr.exp \
annotate_spinlock.vgtest \
Added: trunk/drd/tests/annotate_smart_pointer2.stderr.exp-darwin (+14 -0)
===================================================================
--- trunk/drd/tests/annotate_smart_pointer2.stderr.exp-darwin 2013-03-10 13:38:41 +00:00 (rev 13321)
+++ trunk/drd/tests/annotate_smart_pointer2.stderr.exp-darwin 2013-03-10 13:39:57 +00:00 (rev 13322)
@@ -0,0 +1,14 @@
+
+Conflicting store by thread x at 0x........ size 4
+ at 0x........: counter::~counter() (annotate_smart_pointer.cpp:?)
+ by 0x........: smart_ptr<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?)
+ by 0x........: smart_ptr<counter>::operator=(counter*) (annotate_smart_pointer.cpp:?)
+ by 0x........: main (annotate_smart_pointer.cpp:?)
+Address 0x........ is at offset ... from 0x......... Allocation context:
+ at 0x........: malloc (vg_replace_malloc.c:...)
+ by 0x........: operator new(unsigned long) (in /usr/lib/libstdc++.6.0.9.dylib)
+ by 0x........: main (annotate_smart_pointer.cpp:?)
+
+Done.
+
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|