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

Added expected failures for the interval library

[SVN r22333]
Guillaume Melquiond 22 лет назад
Родитель
Сommit
6db33c1a36
1 измененных файлов с 27 добавлено и 0 удалено
  1. 27 0
      status/explicit-failures-markup.xml

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

@@ -362,6 +362,33 @@
         </test>
         </test>
     </library>
     </library>
 
 
+    <!-- numeric/interval -->
+
+    <library name="numeric/interval">
+        <mark-unusable>
+            <toolset name="borland"/>
+            <toolset name="borland-5.6.4"/>
+            <toolset name="msvc"/>
+            <toolset name="vc7"/>
+            <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
+        </mark-unusable>
+        <test name="test_float">
+            <mark-failure>
+                <toolset name="borland-5.5.1"/>
+                <toolset name="intel-win32-7.1-vc6"/>
+                <note author="G. Melquiond">
+                    This test ensures the inclusion property of interval
+                    arithmetic is available for built-in floating-point types
+                    <code>float</code> and <code>double</code>. If the test
+                    fails, <code>interval&lt;float&gt;</code> and
+                    <code>interval&lt;double&gt;</code> should not be used
+                    on this compiler/platform since there will be no
+                    numerical guarantee.
+                </note>
+            </mark-failure>
+        </test>
+    </library>
+
     <!-- python -->
     <!-- python -->
 
 
     <library name="python">
     <library name="python">

粤ICP备19079148号