|
700 | 700 | <toolset name="msvc-10.0*"/>
|
701 | 701 | <toolset name="msvc-11.0*"/>
|
702 | 702 | <toolset name="msvc-12.0*"/>
|
703 |
| - <toolset name="msvc-14.0*"/> |
704 | 703 | <toolset name="msvc-7.1*"/>
|
705 | 704 | <toolset name="vacpp-10.1"/>
|
706 | 705 | <toolset name="qcc-4*"/>
|
|
716 | 715 | <mark-failure>
|
717 | 716 | <toolset name="vacpp-*"/>
|
718 | 717 | <toolset name="vacpp"/>
|
| 718 | + <toolset name="msvc-8.0"/> |
| 719 | + <toolset name="msvc-9.0"/> |
719 | 720 | <toolset name="msvc-9.0~stlport5.2"/>
|
720 | 721 | <toolset name="msvc-9.0~wm5~stlport5.2"/>
|
| 722 | + <toolset name="msvc-10.0"/> |
721 | 723 | <toolset name="intel-darwin-11.*"/>
|
722 | 724 | <toolset name="intel-darwin-12.0"/>
|
723 | 725 | <toolset name="qcc-4*"/>
|
|
2034 | 2036 |
|
2035 | 2037 | <!-- geometry -->
|
2036 | 2038 | <library name="geometry">
|
| 2039 | + <test name="algorithms_*" category="Algorithms"> |
| 2040 | + </test> |
| 2041 | + <test name="arithmetic_*" category="Arithmetic"> |
| 2042 | + </test> |
| 2043 | + <test name="concepts_*" category="Concepts"> |
| 2044 | + </test> |
| 2045 | + <test name="core_*" category="Core"> |
| 2046 | + </test> |
| 2047 | + <test name="geometries_*" category="Geometries"> |
| 2048 | + </test> |
| 2049 | + <test name="io_*" category="IO"> |
| 2050 | + </test> |
| 2051 | + <test name="iterators_*" category="Iterators"> |
| 2052 | + </test> |
| 2053 | + <test name="policies_*" category="Policies"> |
| 2054 | + </test> |
| 2055 | + <test name="strategies_*" category="Strategies"> |
| 2056 | + </test> |
| 2057 | + <test name="util_*" category="Util"> |
| 2058 | + </test> |
| 2059 | + <test name="views_*" category="Views"> |
| 2060 | + </test> |
2037 | 2061 | <mark-unusable>
|
2038 | 2062 | <toolset name="borland-*"/>
|
2039 | 2063 | <toolset name="sun-5.10"/>
|
@@ -3059,6 +3083,17 @@ for more information.
|
3059 | 3083 | </pre>
|
3060 | 3084 | </note>
|
3061 | 3085 | </mark-expected-failures>
|
| 3086 | + <mark-expected-failures> |
| 3087 | + <test name="optional_test_ref_convert_assign_const_int"/> |
| 3088 | + <toolset name="msvc-8.0"/> |
| 3089 | + <toolset name="msvc-9.0"/> |
| 3090 | + <toolset name="msvc-10.0"/> |
| 3091 | + <toolset name="msvc-11.0"/> |
| 3092 | + <toolset name="msvc-12.0"/> |
| 3093 | + <note author="Andrzej Krzemienski" id="optional-const-int-ref-assign-bug"> |
| 3094 | + <p>This is a compiler bug: it sometimes creates an illegal temporary object.</p> |
| 3095 | + </note> |
| 3096 | + </mark-expected-failures> |
3062 | 3097 | <mark-expected-failures>
|
3063 | 3098 | <test name="optional_test_ref"/>
|
3064 | 3099 | <toolset name="msvc-6.5*"/>
|
@@ -5753,7 +5788,9 @@ This platform doesn't supports Boost.Container.
|
5753 | 5788 | <toolset name="gcc-4.2*"/>
|
5754 | 5789 | <toolset name="gcc-4.3*"/>
|
5755 | 5790 | <toolset name="gcc-4.4*"/>
|
5756 |
| - <toolset name="gcc-4.5*"/> |
| 5791 | + <!-- gcc-4.5+ is passing the test --> |
| 5792 | + <toolset name="intel-linux"/> |
| 5793 | + <toolset name="vacpp"/> |
5757 | 5794 | <toolset name="gcc-mingw-3.*"/>
|
5758 | 5795 | <toolset name="gcc-mingw-4.0*"/>
|
5759 | 5796 | <toolset name="gcc-mingw-4.1*"/>
|
|
0 commit comments