ftmemsim-valgrind/drd/tests/annotate_barrier_xml.stderr.exp
Florian Krohm abe71bded5 Followup to r13553 which caused some build failures.
(1) Detect availability of pthread_setname_np. Ignore testcases
    memcheck/tests/threadname[_xml] if not available.
(2) Enable _GNU_SOURCE to avold compiler warnings.
(3) In threadname_xml filter out stackframes referring to system
    libraries. Added tests/filter_xml_frames to do that.
(4) Adjust .exp files as needed
(5) Do not ship stdout.exp for memcheck/tests/threadname[_xml].


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13557
2013-09-17 20:15:36 +00:00

328 lines
6.9 KiB
XML

<?xml version="1.0"?>
<valgrindoutput>
<protocolversion>4</protocolversion>
<protocoltool>drd</protocoltool>
<preamble>
<line>...</line>
<line>...</line>
<line>...</line>
<line>...</line>
</preamble>
<pid>...</pid>
<ppid>...</ppid>
<tool>drd</tool>
<args>
<vargv>...</vargv>
<argv>
<exe>./annotate_barrier</exe>
<arg>2</arg>
<arg>1</arg>
<arg>1</arg>
</argv>
</args>
<status>
<state>RUNNING</state>
<time>...</time>
</status>
<error>
<unique>0x........</unique>
<tid>...</tid>
<kind>UnimpDrdClReq</kind>
<what>The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barrier_init</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barriers_and_races</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>main</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
</stack>
</error>
<error>
<unique>0x........</unique>
<tid>...</tid>
<kind>UnimpDrdClReq</kind>
<what>The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barrier_wait</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>threadfunc</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>vgDrd_thread_wrapper</fn>
<dir>...</dir>
<file>drd_pthread_intercepts.c</file>
<line>...</line>
</frame>
</stack>
</error>
<error>
<unique>0x........</unique>
<tid>...</tid>
<kind>UnimpDrdClReq</kind>
<what>The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barrier_wait</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>threadfunc</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>vgDrd_thread_wrapper</fn>
<dir>...</dir>
<file>drd_pthread_intercepts.c</file>
<line>...</line>
</frame>
</stack>
</error>
<error>
<unique>0x........</unique>
<tid>...</tid>
<kind>UnimpDrdClReq</kind>
<what>The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barrier_wait</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>threadfunc</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>vgDrd_thread_wrapper</fn>
<dir>...</dir>
<file>drd_pthread_intercepts.c</file>
<line>...</line>
</frame>
</stack>
</error>
<error>
<unique>0x........</unique>
<tid>...</tid>
<kind>ConflictingAccess</kind>
<what>Conflicting store by thread 2 at 0x........ size 4</what>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>threadfunc</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>vgDrd_thread_wrapper</fn>
<dir>...</dir>
<file>drd_pthread_intercepts.c</file>
<line>...</line>
</frame>
</stack>
<auxwhat>Address 0x........ is at offset 0 from 0x.........</auxwhat>
<allocation_context>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>malloc</fn>
<dir>...</dir>
<file>vg_replace_malloc.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barriers_and_races</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>main</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
</stack>
</allocation_context>
</error>
<error>
<unique>0x........</unique>
<tid>...</tid>
<kind>UnimpDrdClReq</kind>
<what>The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barrier_wait</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>threadfunc</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>vgDrd_thread_wrapper</fn>
<dir>...</dir>
<file>drd_pthread_intercepts.c</file>
<line>...</line>
</frame>
</stack>
</error>
<error>
<unique>0x........</unique>
<tid>...</tid>
<kind>UnimpDrdClReq</kind>
<what>The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barrier_destroy</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>barriers_and_races</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>main</fn>
<dir>...</dir>
<file>annotate_barrier.c</file>
<line>...</line>
</frame>
</stack>
</error>
Done.
<status>
<state>FINISHED</state>
<time>...</time>
</status>
<errorcounts>
<pair>
<count>...</count>
<unique>0x........</unique>
</pair>
<pair>
<count>...</count>
<unique>0x........</unique>
</pair>
<pair>
<count>...</count>
<unique>0x........</unique>
</pair>
<pair>
<count>...</count>
<unique>0x........</unique>
</pair>
<pair>
<count>...</count>
<unique>0x........</unique>
</pair>
<pair>
<count>...</count>
<unique>0x........</unique>
</pair>
<pair>
<count>...</count>
<unique>0x........</unique>
</pair>
</errorcounts>
<suppcounts>...</suppcounts>
</valgrindoutput>