
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Marshall Clow Sent: Wednesday, February 06, 2013 2:54 PM To: boost@lists.boost.org List Subject: [boost] Tests failing?
A bunch of my (String.Algo and Boost.Algo) tests are failing locally, with errors like:
darwin.compile.c++ ../../../bin.v2/libs/test/build/darwin-4.2.1/debug/link-static/test_main.o In file included from ../../../libs/test/src/test_main.cpp:16: ../../../boost/test/impl/test_main.ipp: In member function 'void test_main_caller::operator()()': ../../../boost/test/impl/test_main.ipp:39: error: 'BOOST_CHECK' was not declared in this scope
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -gdwarf-2 -fexceptions - DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/test/build/darwin-4.2.1/debug/link- static/test_main.o" "../../../libs/test/src/test_main.cpp"
...failed darwin.compile.c++ ../../../bin.v2/libs/test/build/darwin-4.2.1/debug/link- static/test_main.o...
Before I dive into this - is anyone else seeing this?
Looking at the test results on the web site, it appears that Boost.Test is broken for several
libraries.
For example: http://www.boost.org/development/tests/trunk/developer/algorithm.html http://www.boost.org/development/tests/trunk/developer/crc.html http://www.boost.org/development/tests/trunk/developer/geometry.html
Boost.Math tests using test are failing on many testers (I think all *nix systems?) Paul