Boost logo

Boost :

Subject: Re: [boost] Library metadata
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-02-24 17:48:47


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk