$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-07-16 18:21:21
At 04:54 PM 7/16/2003, David Abrahams wrote:
>Martin Wille <mw8329_at_[hidden]> writes:
>> Hmm, I'd have to find out how I would do that. Is there already
>> some support for showing diffs between two versions of the test
>> result tables?
>
>Yes. Beman?
I have a hack that I use to produce
http://boost.sourceforge.net/regression-logs/cs-win32-diff.html
It proves the concept, so to speak, but is way too unreliable. Fails when
new compilers are added, for example.
What is really needed is to add a "history" element to the test_log.xml
files. That would be far more reliable. Let me think about it overnight.
--Beman