summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorBarend Gehrels <barend@xs4all.nl>2011-05-08 09:32:11 +0000
committerBarend Gehrels <barend@xs4all.nl>2011-05-08 09:32:11 +0000
commit36eaf82bff8d231d3e5638ecae1fe144556cec30 (patch)
treee6704d4648923d6804f0d76864b2296b7bd7a05e /status
parentba758d9dee78c52c67df9ddb69b1303a26c65dfa (diff)
downloadboost-36eaf82bff8d231d3e5638ecae1fe144556cec30.tar.gz
Merged geometry into release for: status/*, libs/libraries.htm, libs/maintainers.txt
(i.e. merged commits 67518, 68328, 70053, 70054, 70620) [SVN r71806]
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v21
-rw-r--r--status/explicit-failures-markup.xml35
2 files changed, 35 insertions, 1 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 9844f264c0..2836188cf7 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -77,6 +77,7 @@ run-tests libs :
functional/hash/test # test-suite functional/hash
function_types/test # test-suite function_types
fusion/test # test-suite fusion
+ geometry/test # test-suite geometry
gil/test # test-suite gil
graph/test # test-suite graph
graph_parallel/test # test-suite graph/parallel
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index c9ef37669b..a2c45e88f6 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -1838,7 +1838,40 @@
</note>
</mark-expected-failures>
</library>
-
+
+ <!-- geometry -->
+ <library name="geometry">
+ <mark-unusable>
+ <toolset name="borland-cb2009"/>
+ <toolset name="borland-cb2010"/>
+ <toolset name="sun-5.10"/>
+ <toolset name="vacpp"/>
+ <toolset name="vacpp-10.1"/>
+ <toolset name="msvc-7.1"/>
+ <note author="Barend Gehrels">
+ These compilers do not support features that are essential for the library.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="intel-darwin-11.1"/>
+ <note author="Barend Gehrels">
+ Intel 11.1 on Darwin raises a SIGSEGV in almost all unit tests.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="pgi-11.2"/>
+ <note author="Barend Gehrels">
+ pgi 11.1 does not support BOOST_AUTO and is not configured for UBLAS
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="msvc-9.0~wm5~stlport5.2"/>
+ <note author="Barend Gehrels">
+ This configruation is not well configured for UBLAS
+ </note>
+ </mark-unusable>
+ </library>
+
<!-- gil -->
<library name="gil">
<mark-expected-failures>