Просмотр исходного кода

Further Borland updates across several libraries

[SVN r34108]
Alisdair Meredith 20 лет назад
Родитель
Сommit
5f21e7e8f9
1 измененных файлов с 72 добавлено и 4 удалено
  1. 72 4
      status/explicit-failures-markup.xml

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

@@ -1861,6 +1861,13 @@ for more information.
             <toolset name="borland-5.6.4"/>
             <note author="J. L&#243;pez" date="05 Jul 2004" refid="17"/>
         </mark-unusable>
+        <mark-unusable>
+            <toolset name="borland-5_8_1"/>
+            <toolset name="borland-5.8.1"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="borland-5.8.2"/>
+            <note author="Alisdair Meredith" date="26 May 2006"/>
+        </mark-unusable>
         <mark-unusable>
             <toolset name="gcc-2.95.3-linux"/>
             <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
@@ -2820,6 +2827,11 @@ for more information.
           <toolset name="gcc-2.95.3-*"/>
           <note author="Doug Gregor" refid="3"/>
         </mark-unusable>
+        <mark-unusable>
+          <toolset name="borland-5_6_4"/>
+          <toolset name="borland-5.6.4"/>
+          <note author="A.Meredith"/>
+        </mark-unusable>
         <test name="quaternion_mult_incl_test">
             <mark-failure>
                 <toolset name="intel-win32"/>
@@ -2834,7 +2846,7 @@ for more information.
               There appears to be a bug in gcc's <code>std::exp (long
               double)</code> on this platform.
             </note>
-       </mark-expected-failures>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="complex_test"/>
             <test name="log1p_expm1_test"/>
@@ -2843,15 +2855,33 @@ for more information.
               std::numeric_limits&gt;long double&lt;::infinity() is apparently
               broken in this compiler: it's filed as bug 6347520 with Sun.
             </note>
-       </mark-expected-failures>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="complex_test"/>
+            <test name="hypot_test"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="borland-5.8.2"/>
+            <note author="A.Meredith">
+              Not yet diagnosed the precise reason these tests give bad results.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="log1p_expm1_test"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="borland-5.8.2"/>
+            <note author="A.Meredith">
+              std::numeric_limits&gt;long double&lt;::infinity() is apparently
+              broken in this compiler.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="complex_test"/>
             <toolset name="msvc"/>
             <note author="John Maddock">
-              Incomplete std::complex support make these tests pointless 
+              Incomplete std::complex support make these tests pointless
               (the complex trig functions are absent).
             </note>
-       </mark-expected-failures>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="complex_test"/>
             <toolset name="qcc-3.3.5-cpp"/>
@@ -2907,6 +2937,16 @@ for more information.
                 numerical guarantee.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="det"/>
+            <test name="integer"/>
+            <test name="overflow"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="borland-5.8.2"/>
+            <note author="A.Meredith">
+                This compiler has some problems with name looup / overload resolution.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="cmp_exn"/>
             <test name="cmp_set"/>
@@ -3557,6 +3597,20 @@ for more information.
                 <note author="J. Maddock" refid="4"/>
             </mark-failure>
         </test>
+        <test name="static_assert_test">
+            <mark-failure>
+                <toolset name="borland-5_6_4"/>
+                <toolset name="borland-5.6.4"/>
+                <toolset name="borland-5_8_1"/>
+                <toolset name="borland-5.8.1"/>
+                <toolset name="borland-5_8_2"/>
+                <toolset name="borland-5.8.2"/>
+                <note author="A.Meredith" date="26 May 2006">
+                  This test runs without problem on Borland compilers,
+                  which means the static assertion is not being caught.
+                </note>
+            </mark-failure>
+        </test>
     </library>
 
     <!-- test -->
@@ -4326,6 +4380,20 @@ for more information.
                 <note author="B. Dawes" refid="4"/>
             </mark-failure>
         </test>
+        <test name="numeric_traits_test">
+            <mark-failure>
+                <toolset name="borland-5_6_4"/>
+                <toolset name="borland-5.6.4"/>
+                <toolset name="borland-5_8_1"/>
+                <toolset name="borland-5.8.1"/>
+                <toolset name="borland-5_8_2"/>
+                <toolset name="borland-5.8.2"/>
+                <note author="A.Meredith">
+                  Compiler has a problem with BOOST_STATIC_CONSTANT in nested templates
+                  inside class template specializations.
+                </note>
+            </mark-failure>
+        </test>
         <test name="result_of_test">
             <mark-failure>
                 <toolset name="borland-5*"/>

粤ICP备19079148号