Browse Source

marked multi_array unusable on Borland

[SVN r22143]
Aleksey Gurtovoy 22 years ago
parent
commit
d4d810a8d1
1 changed files with 20 additions and 4 deletions
  1. 20 4
      status/explicit-failures-markup.xml

+ 20 - 4
status/explicit-failures-markup.xml

@@ -77,7 +77,7 @@
 
         <test name="config_link_test">
             <mark-failure>
-                <toolset name="meta-como-win32-4.3.3b8-vc7"/>
+                <toolset name="meta-como-win32-4.3.3-vc7"/>
                 <note author="J. Maddock" refid="3"/>
             </mark-failure>
         </test>
@@ -127,6 +127,22 @@
     </mark-unusable>
   </library>
 
+  <library name="multi_array">
+    <mark-unusable>
+      <toolset name="borland"/>
+      <toolset name="borland-5.6.4"/>
+      <toolset name="borland-5.5.1"/>
+
+      <note author="Alisdair Meredith" date="30 Jan 2004">
+        <p>
+        This library has never worked [on Borland 5.5.1 and 5.6.4], and the only tests that 'pass' are
+        compile-fail tests failing for the wrong reasons!
+        </p>
+      </note>
+    </mark-unusable>
+  </library>
+
+
     <library name="spirit">
         <mark-unusable>
             <toolset name="msvc"/>
@@ -393,19 +409,19 @@
          </test>
         <test name="posix_api_check">
             <mark-failure>
-                <toolset name="meta-como-win32-4.3.3b8-vc7"/>
+                <toolset name="meta-como-win32-4.3.3-vc7"/>
                 <note author="J. Maddock"/>
             </mark-failure>
          </test>
         <test name="regex_regress_dll">
             <mark-failure>
-                <toolset name="meta-como-win32-4.3.3b8-vc7"/>
+                <toolset name="meta-como-win32-4.3.3-vc7"/>
                 <note author="J. Maddock"/>
             </mark-failure>
          </test>
         <test name="regex_wide_regress_dll">
             <mark-failure>
-                <toolset name="meta-como-win32-4.3.3b8-vc7"/>
+                <toolset name="meta-como-win32-4.3.3-vc7"/>
                 <note author="J. Maddock"/>
             </mark-failure>
          </test>

粤ICP备19079148号