From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2002-08-05 11:14:49


"Douglas Gregor" <gregod_at_[hidden]> wrote in message
news:200208051100.37786.gregod_at_cs.rpi.edu...
> Will there be any notion of an expected failure in this testing system?
To check run-time failures you could use new Boost Test Library. To check
compile-time failures you could separate file into smaller pieces and use
compile-fail rule for those compilers that fail (I am not sure that
Boost.Buildv1 support this, but it should)

Gennadiy.