mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Added markup for the new cmath TR1 tests.
[SVN r48924]
This commit is contained in:
parent
446f2e5be0
commit
f9904beff7
1 changed files with 14 additions and 1 deletions
|
@ -5067,6 +5067,8 @@ choosing instead to bind them to the private (and unimplemented) copy constructo
|
|||
<test name="std_test_function_tricky"/>
|
||||
<test name="std_test_reference_wrapper_tricky"/>
|
||||
<test name="test_reference_wrapper_tricky"/>
|
||||
<test name="std_test_cmath_tricky"/>
|
||||
<test name="test_cmath_tricky"/>
|
||||
<toolset name="*"/>
|
||||
<note author="John Maddock">
|
||||
These tests test features that are not supported in the
|
||||
|
@ -5115,7 +5117,18 @@ choosing instead to bind them to the private (and unimplemented) copy constructo
|
|||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="test_cmath"/>
|
||||
<test name="std_test_cmath"/>
|
||||
<toolset name="intel-linux-9.0"/>
|
||||
<toolset name="darwin-4.0.1"/>
|
||||
<note author="John Maddock">
|
||||
These tests fail due to a lack of adequate
|
||||
long double std math lib support.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="test_regex"/>
|
||||
<test name="std_test_regex"/>
|
||||
<toolset name="gcc-mingw*"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue