diff options
author | Daniel James <daniel@calamity.org.uk> | 2017-03-08 21:20:48 +0000 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2017-03-08 21:20:48 +0000 |
commit | 2f984e6c1638d9be276ee5d764e9051360d296f6 (patch) | |
tree | 6b516a108da814f03e7559cfc9b0172cb5aa3dbc /status | |
parent | 707515c0776c59ce8ab33b5b426fa2eaf0a1fd3f (diff) | |
download | boost-2f984e6c1638d9be276ee5d764e9051360d296f6.tar.gz |
Copy geometry explicit failures markup from develop
Diffstat (limited to 'status')
-rw-r--r-- | status/explicit-failures-markup.xml | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 6fcb5505e7..818f1f0137 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -2036,28 +2036,6 @@ <!-- geometry --> <library name="geometry"> - <test name="algorithms_*" category="Algorithms"> - </test> - <test name="arithmetic_*" category="Arithmetic"> - </test> - <test name="concepts_*" category="Concepts"> - </test> - <test name="core_*" category="Core"> - </test> - <test name="geometries_*" category="Geometries"> - </test> - <test name="io_*" category="IO"> - </test> - <test name="iterators_*" category="Iterators"> - </test> - <test name="policies_*" category="Policies"> - </test> - <test name="strategies_*" category="Strategies"> - </test> - <test name="util_*" category="Util"> - </test> - <test name="views_*" category="Views"> - </test> <mark-unusable> <toolset name="borland-*"/> <toolset name="sun-5.10"/> @@ -2095,6 +2073,30 @@ This configuration is not well configured for UBLAS </note> </mark-unusable> + <test name="algorithms_*" category="Algorithms"> + </test> + <test name="arithmetic_*" category="Arithmetic"> + </test> + <test name="concepts_*" category="Concepts"> + </test> + <test name="core_*" category="Core"> + </test> + <test name="formulas_*" category="Formulas"> + </test> + <test name="geometries_*" category="Geometries"> + </test> + <test name="io_*" category="IO"> + </test> + <test name="iterators_*" category="Iterators"> + </test> + <test name="policies_*" category="Policies"> + </test> + <test name="strategies_*" category="Strategies"> + </test> + <test name="util_*" category="Util"> + </test> + <test name="views_*" category="Views"> + </test> </library> <library name="geometry/extensions"> |