I updated to trunk for the first time in a couple weeks, and started
getting used to the changes.

I had to switch to --xml-file instead of --log-file; the
only fallout so far is that the command being executed is
printed to stdout (or is it stderr):
==30291== Command: /home/dank/chromium/src/out/Debug/chrome ...
which is kind of useless and annoying, especially on runs
with lots of child processes.  If --xml is given, I'd suggest
not printing the command to the normal log.

I had to modify my results parser to handle the new xwhat node:

+ elif node.localName == "xwhat":
+    description = getTextOf(node, "text")

It took an hour total, which isn't too bad.  Probably release notes
will make that easier.
- Dan

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to