|
Boost : |
From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-27 08:04:02
I notice that the tests that are failing are all runtime failures:
*** libs/regex/test/regress/regex_test.cpp ***
** GCC 3.1
g++ -o boosttmp.exe -Wall -W -I..
../libs/regex/test/regress/regex_test.cpp -lrt
../libs/regex/test/regress/tests.cpp: In function `void cpp_tests(const
boost::reg_expression<charT, traits_type, Allocator>&, bool) [with C =
char,
T = boost::c_regex_traits<char>, A = jm_debug_alloc]':
../libs/regex/test/regress/tests.cpp:620: instantiated from here
../libs/regex/test/regress/tests.cpp:368: warning: comparison between
signed
and unsigned integer expressions
./boosttmp.exe ../libs/regex/test/regress/tests.txt
Return code: 11
Fail
the test code isn't getting run, and no assertions are firing, the program
is simply returning 11 directly, any idea what's going on?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk