
David Abrahams wrote:
I posted this yesterday, but got no reply. Can anyone explain the vast number of white cells in the Boost.Python regression log? In particular, the tests noted below don't look like they're reported correctly in the log.
------ Due to what appears to be an MPL problem, neither libs/python/test/polymorphism.cpp nor libs/python/test/polymorphism2.cpp are compiling on vc6. This fact is reflected only strangely by the posted regression log, as white cells. ------
I didn't see your message yesterday. I don't know why there are white cells. I think all RUN_PYD tests are affected. COMPILE_FAIL and RUN tests seem to get displayed correctly. There's this kind of error reports for intel-8.0 in the log: intel-linux-C++-action ../bin/boost/libs/python/test/bienstman3_ext.so/intel-8.0-linux/debug/shared-linkable-true/stdlib-gcc/bienstman3.o icc: error: could not find directory in which the set of libstdc++ include files resides . /opt/intel_cc_80/bin/iccvars.sh icc -c -w1 -DBOOST_PYTHON_DYNAMIC_LIB -g -O0 -cxxlib-gcc -KPIC -I"../bin/boost/libs/python/test" -I"/usr/include" -I"/usr/include/python2.2" -I"/boost/head-regression/boost" -I"../libs/python" -o "../bin/boost/libs/python/test/bienstman3_ext.so/intel-8.0-linux/debug/shared-linkable-true/stdlib-gcc/bienstman3.o" "../libs/python/test/bienstman3.cpp" ...failed intel-linux-C++-action ../bin/boost/libs/python/test/bienstman3_ext.so/intel-8.0-linux/debug/shared-linkable-true/stdlib-gcc/bienstman3.o... My guess is that this kind of error doesn't get parsed correctly by the test post processing tools. Regards, m