|
From: <sv...@va...> - 2011-10-13 16:15:38
|
Author: bart
Date: 2011-10-13 17:10:49 +0100 (Thu, 13 Oct 2011)
New Revision: 12140
Log:
drd, XML: Use proper XML syntax
Modified:
trunk/drd/drd_error.c
trunk/drd/tests/annotate_trace_memory_xml.stderr.exp
Modified: trunk/drd/drd_error.c
===================================================================
--- trunk/drd/drd_error.c 2011-10-12 17:29:23 UTC (rev 12139)
+++ trunk/drd/drd_error.c 2011-10-13 16:10:49 UTC (rev 12140)
@@ -215,7 +215,7 @@
} else {
print_err_detail(" Allocation context: unknown.\n");
}
- print_err_detail(" </text><auxwhat>\n");
+ print_err_detail(" </text></auxwhat>\n");
} else {
if (sect_kind != Vg_SectUnknown) {
print_err_detail("Allocation context: %s section of %s\n",
Modified: trunk/drd/tests/annotate_trace_memory_xml.stderr.exp
===================================================================
--- trunk/drd/tests/annotate_trace_memory_xml.stderr.exp 2011-10-12 17:29:23 UTC (rev 12139)
+++ trunk/drd/tests/annotate_trace_memory_xml.stderr.exp 2011-10-13 16:10:49 UTC (rev 12140)
@@ -97,7 +97,7 @@
</frame>
</stack>
<auxwhat><text> Allocation context: BSS section of tsan_unittest
- </text><auxwhat>
+ </text></auxwhat>
</error>
<traceline>
|