Boost logo

Boost Testing :

From: Stephen W. Carson (StephenC_at_[hidden])
Date: 2005-03-11 11:29:46


Rene Rivera wrote:

> 1. MacOSX CW building.

Glad to hear this is on your short list :-).

Speaking of that, I think the results are actually worth looking at
today. I might be imagining it, but I think there is a little more
green. I thought I would take a quick look over what is still failing to
see if any patterns emerge. Unfortunately when I was about halfway
through I started getting "Page not found!" for everything... including
the ones that I had already been looking at, (perhaps the pages were
being reloaded?).

Here is what I found so far. No patterns are leaping out, but I do note
with some concern that config is showing errors I thought we had taken
care of with "-framework carbon".

-----------------------------------------------------------------------------
[I skippped libraries that are failing for all platforms]

algorithm/minmax - 1 test failing
Error : undefined identifier 'atoi'
*http://tinyurl.com/4jz8q

assign - 1 test failing*
Error : illegal assignment to constant*
http://tinyurl.com/5erys*

config - 1 test failing
 Error : undefined: 'NavCompleteSave' (code)
 Referenced from 'PutFile' in MSL_All_Mach-O.lib
 Error : undefined: 'NavPutFile' (code)
Referenced from 'PutFile' in MSL_All_Mach-O.lib
[...]
*http://tinyurl.com/66thh

*dynamic_bitset - 2 tests failing
 Error : undefined: 'std::ctype<int>::ctype(unsigned long)' (code)
 Referenced from 'const std::ctype<int>&
std::__use_facet<std::ctype<int> >(const std::locale&,
std::__chooser<(__bool8)1>)' in dyn_bitset_unit_tests1.cpp
 Error : undefined: 'std::ctype<int>::id' (non lazy ptr IL)
 Referenced from 'const std::ctype<int>&
std::__use_facet<std::ctype<int> >(const std::locale&,
std::__chooser<(__bool8)1>)' in dyn_bitset_unit_tests1.cpp*
http://tinyurl.com/6ydwn*
 Error : internal compiler error (report to <cw_bug_at_[hidden]>)
 while executing in file 'CTemplateFuncInst.c' line: 168
 (compiling '__Z14run_test_casesIyEvv' in 'dyn_bitset_unit_tests4.cpp')
../libs/dynamic_bitset/dyn_bitset_unit_tests4.cpp line 329?} *
http://tinyurl.com/5nfu2*

filesystem - 2 tests failing
   Error : undefined: 'std::ctype<int>::ctype(unsigned long)' (code)
           Referenced from 'const std::ctype<int>& std::__use_facet<std::ctype<int> >(const std::locale&, std::__chooser<(__bool8)1>)' in fstream_test.cpp
   Error : undefined: 'std::ctype<int>::id' (non lazy ptr IL)
           Referenced from 'const std::ctype<int>& std::__use_facet<std::ctype<int> >(const std::locale&, std::__chooser<(__bool8)1>)' in fstream_test.cpp
   Error : undefined: 'std::codecvt<int, char, int>::codecvt(unsigned long)' (code)
           Referenced from 'const std::codecvt<int, char, int>& std::__use_facet<std::codecvt<int, char, int> >(const std::locale&, std::__chooser<(__bool8)1>)' in fstream_test.cpp
   Error : undefined: 'std::codecvt<int, char, int>::id' (non lazy ptr IL)
           Referenced from 'const std::codecvt<int, char, int>& std::__use_facet<std::codecvt<int, char, int> >(const std::locale&, std::__chooser<(__bool8)1>)' in fstream_test.cpp
*http://tinyurl.com/7xb4l
*minimal.hpp(122): exception "std::exception: boost::filesystem::current_path: "": No error detected" caught in function: 'main(int, char **)'
*http://tinyurl.com/44gpq*

format - 1 test failing
   Error : undefined: 'std::ctype<int>::widen(const std::string&)const ' (code)
           Referenced from 'int std::__put_e_digits<long double, std::basic_string<int, std::char_traits<int>, std::allocator<int> > >(std::ios_base&, std::basic_string<int, std::char_traits<int>, std::allocator<int> >, __T2&)' in format_test_wstring.cpp
           Referenced from 'void std::__put_f_digits<long double, std::basic_string<int, std::char_traits<int>, std::allocator<int> > >(std::ios_base&, std::basic_string<int, std::char_traits<int>, std::allocator<int> >, __T2&)' in format_test_wstring.cpp
   Error : undefined: 'std::ctype<int>::ctype(unsigned long)' (code)
           Referenced from 'const std::ctype<int>& std::__use_facet<std::ctype<int> >(const std::locale&, std::__chooser<(__bool8)1>)' in format_test_wstring.cpp
   Error : undefined: 'std::ctype<int>::id' (non lazy ptr IL)
           Referenced from 'const std::ctype<int>& std::__use_facet<std::ctype<int> >(const std::locale&, std::__chooser<(__bool8)1>)' in format_test_wstring.cpp
http://tinyurl.com/52grp

graph - 2 tests failing
   Error : object 'boost::spirit::chset_p(int)' redefined
http://tinyurl.com/3t2er
   Error : object 'boost::spirit::chset_p(int)' redefined
http://tinyurl.com/5caa6

-- 
Stephen W. Carson, Software Engineer
DirXion Software in St. Louis, MO
(636) 717-2367
"Premature optimization is the root of all evil." -Donald Knuth 

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