$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] BOOST_TEST - universal testing tool
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2012-11-05 12:16:26
Le 05/11/12 08:16, Gennadiy Rozental a écrit :
> Alexander Lamaison <awl03 <at> doc.ic.ac.uk> writes:
>> This should simplify test code a lot. But, as it's now the default
>> tool, has any progress been made on using it with C++03 compilers?
> It actually works for quite some number of cases. You can see in test_tools_test
> unit test in here:
>
> http://beta.boost.org/development/tests/trunk/developer/test.html.
>
> There are some use cases which are not supported (you can see them ifdefed out).
>
> Gennadiy
>
>
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>
Hi,
there is a regression with some compilers ( intel- darwin- 11.1, clang-
darwin- trunk, clang- darwin- trunk c++11, gcc- 4.7.1_0x), all of them
having the same symptoms
Run [2012-11-05 13:48:26 UTC]: fail
terminate called after throwing an instance of '__gnu_cxx::recursive_init_error'
what(): std::exception
All the test using Boost.Test are failing. Please, could you take care of this issue?
Best,
Vicente