Boost logo

Boost Testing :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-06-07 10:49:04


On 6/7/05, Rene Rivera <grafik.list_at_[hidden]> wrote:
> Caleb Epstein wrote:
> > On 6/7/05, Bronek Kozicki <brok_at_[hidden]> wrote:
> >
> >
> >>Rene Rivera <grafik.list_at_[hidden]> wrote:
> >>
> >>>The testers I see with this problem are in the subject line :-) So if
> >>>you could please delete the date_time directory, it would be
> >>>appreciated.
> >>
> >>I will see what I can do about this error in the evening, but tests that
> >>I run are *not* incremental - I explicitly delete all files (sources and
> >>build) between runs.
> >
> > As do I. I turned off --incremental mode around the time of the 1.33
> > release freeze.
> >
> > Could it just be the case that <boost/serialization/void_cast.hpp>
> > isn't being properly included?
>
> Don't know... As the tests pass for some other compilers without
> problems. Including other versions of CW. And when I ran the tests with
> the same MinGW Bronek is using they also pass without problems.

I can confirm that the header void_cast.hpp is not being included. I
took the following command from my bjam.log:

"g++" -c -Wall -ftemplate-depth-255
-DBOOST_ARCHIVE_TEST=xml_warchive.hpp -DBOOST_LIB_DIAGNOSTIC=1
-DBOOST_ALL_DYN_LINK=1 -g -O0 -fno-inline
-I"/home/nbde52d/src/boost-regression/results/bin/boost/libs/serialization/test"
  -I "/home/nbde52d/src/boost-regression/boost" -o
"/home/nbde52d/src/boost-regression/results/bin/boost/libs/serialization/test/test_primitive_xml_warchive_dll.test/gcc-3_4_3-sunos/debug/test_primitive.o"
 "../libs/serialization/test/test_primitive.cpp"

changed it to:

"g++" -E -Wall -ftemplate-depth-255
-DBOOST_ARCHIVE_TEST=xml_warchive.hpp -DBOOST_LIB_DIAGNOSTIC=1
-DBOOST_ALL_DYN_LINK=1 -g -O0 -fno-inline
-I"/home/nbde52d/src/boost-regression/results/bin/boost/libs/serialization/test"
  -I "/home/nbde52d/src/boost-regression/boost"
libs/serialization/test/test_primitive.cpp

And can find no instance of void_cast.hpp in the output (attached).

-- 
Caleb Epstein
caleb dot epstein at gmail dot com



Boost-testing list run by mbergal at meta-comm.com