Explorar o código

Merge further Borland updates from mainline

[SVN r34109]
Alisdair Meredith %!s(int64=20) %!d(string=hai) anos
pai
achega
5fbe16bf50
Modificáronse 1 ficheiros con 78 adicións e 4 borrados
  1. 78 4
      status/explicit-failures-markup.xml

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

@@ -1842,6 +1842,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"/>
@@ -2800,6 +2807,17 @@ 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"/>
+                <note author="B. Dawes" refid="3"/>
+            </mark-failure>
+        </test>
         <mark-expected-failures>
             <test name="octonion_test"/>
             <test name="quaternion_test"/>
@@ -2808,7 +2826,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"/>
@@ -2817,15 +2835,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"/>
@@ -2881,6 +2917,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"/>
@@ -3642,6 +3688,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 -->
@@ -4406,6 +4466,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号