AMDG On 02/24/2014 07:14 AM, Paul A. Bristow wrote:
Will this be at a low enough level to be useful for a rambling library like Boost.Math?
When one could look at the http://www.boost.org/development/tests/trunk/developer/math.html results, they showed a lot of yellow, but only for some compilers and platforms for *some tests*.
You can also mark up individual test cases like this: <!-- algorithm --> <library name="algorithm"> <mark-expected-failures> <test name="empty_search_test"/> <test name="search_test1"/> <test name="search_test2"/> <test name="search_test3"/> <test name="is_permutation_test1"/> <toolset name="vacpp-10.1"/> <note author="Marshall Clow"> These failures are caused by a lack of support/configuration for Boost.Tr1 </note> </mark-expected-failures> </library> In Christ, Steven Watanabe