summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-08-05 10:20:35 -0500
committerRene Rivera <grafikrobot@gmail.com>2015-08-05 10:20:35 -0500
commit51e693134f5c354f2694fe89d14421c85bfacf31 (patch)
tree172b3073b9a46cb6448e55c9a43291c15d67d1df /status
parentc3864a80359bbdfc359193fe09f9c6c96a26692d (diff)
downloadboost-51e693134f5c354f2694fe89d14421c85bfacf31.tar.gz
Merge outstanding develop changes (as appropriate).
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v21
-rw-r--r--status/explicit-failures-markup.xml41
2 files changed, 40 insertions, 2 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 3060accb31..949b6d3323 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -63,6 +63,7 @@ run-tests libs :
circular_buffer/test # test-suite circular_buffer
concept_check # test-suite concept_check
config/test # test-suite config
+ container/bench # test-suite container benchmarks
container/example # test-suite container_example
container/test # test-suite container_test
context/test # test-suite context
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 3fa5892e1c..6fcb5505e7 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -700,7 +700,6 @@
<toolset name="msvc-10.0*"/>
<toolset name="msvc-11.0*"/>
<toolset name="msvc-12.0*"/>
- <toolset name="msvc-14.0*"/>
<toolset name="msvc-7.1*"/>
<toolset name="vacpp-10.1"/>
<toolset name="qcc-4*"/>
@@ -716,8 +715,11 @@
<mark-failure>
<toolset name="vacpp-*"/>
<toolset name="vacpp"/>
+ <toolset name="msvc-8.0"/>
+ <toolset name="msvc-9.0"/>
<toolset name="msvc-9.0~stlport5.2"/>
<toolset name="msvc-9.0~wm5~stlport5.2"/>
+ <toolset name="msvc-10.0"/>
<toolset name="intel-darwin-11.*"/>
<toolset name="intel-darwin-12.0"/>
<toolset name="qcc-4*"/>
@@ -2034,6 +2036,28 @@
<!-- 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"/>
@@ -3060,6 +3084,17 @@ for more information.
</note>
</mark-expected-failures>
<mark-expected-failures>
+ <test name="optional_test_ref_convert_assign_const_int"/>
+ <toolset name="msvc-8.0"/>
+ <toolset name="msvc-9.0"/>
+ <toolset name="msvc-10.0"/>
+ <toolset name="msvc-11.0"/>
+ <toolset name="msvc-12.0"/>
+ <note author="Andrzej Krzemienski" id="optional-const-int-ref-assign-bug">
+ <p>This is a compiler bug: it sometimes creates an illegal temporary object.</p>
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
<test name="optional_test_ref"/>
<toolset name="msvc-6.5*"/>
<toolset name="msvc-7.0"/>
@@ -5753,7 +5788,9 @@ This platform doesn't supports Boost.Container.
<toolset name="gcc-4.2*"/>
<toolset name="gcc-4.3*"/>
<toolset name="gcc-4.4*"/>
- <toolset name="gcc-4.5*"/>
+ <!-- gcc-4.5+ is passing the test -->
+ <toolset name="intel-linux"/>
+ <toolset name="vacpp"/>
<toolset name="gcc-mingw-3.*"/>
<toolset name="gcc-mingw-4.0*"/>
<toolset name="gcc-mingw-4.1*"/>