$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-15 00:13:23
----- Original Message -----
From: "Petr Kocmid" <pkocmid_at_[hidden]>
> ---------------------------------
> Now to the bad news: some regression tests running failed.
> type_traits_test: 328 tests completed (43 failures)
Thanks for running these tests, Petr.
> I suggest to have some standardized output from test programs, so not only
> checking but also failure reporting could be automated. Using three
> different
> compilers I really don't like to read all the test output by myself every
> time I checkout the cvs.
I agree, it is a pain. Would you care to assemble the system for doing the
automated check?
> btw, is cvs content usable for production or it is a bleeding edge?
People have tended to only commit known fixes to existing bugs rather than
untried new features, but surely, someone is liable to introduce a bug
temporarily from time-to-time. You are safest with the official releases.
-Dave