Browse Source

Boost.Range added exclusion of Borland compilers.
Added specific expected failure for msvc9.0 with stlport 5.2. This very specific configuration fails the push_front test.

[SVN r61147]

Neil Groves 16 years ago
parent
commit
b06a908d0a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      status/explicit-failures-markup.xml

+ 9 - 0
status/explicit-failures-markup.xml

@@ -4325,6 +4325,7 @@ for more information.
     <!-- range -->
     <library name="range">
         <mark-unusable>
+            <toolset name="borland-*"/>
             <toolset name="mipspro"/>
             <toolset name="dmc-8_43-stlport-4_5_3"/>
             <toolset name="gcc-2.95.3*"/>
@@ -4362,6 +4363,14 @@ for more information.
                 For other compilers it is simply a bug in the standard library.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="push_front"/>
+            <toolset name="msvc-9.0~stlport5.2"/>
+            <note author="Neil Groves">
+                push_front fails the unit test in this configuration. I do not have this
+                configuration available to determine if a work-around is possible.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="reversible_range"/>
             <toolset name="hp_cxx-65*"/>

粤ICP备19079148号