summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-02-02 12:23:49 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-02-02 12:23:49 +0000
commit314dab7c9892359639f6738c57e2870b34dda780 (patch)
treebe1c2c8c9ec0b5161e5ee722d7fd5afebe0c3a13 /status
parente7ef687f224a0bb56034e245a4e834675858b652 (diff)
downloadboost-314dab7c9892359639f6738c57e2870b34dda780.tar.gz
Updated known failures for the interval library.
[SVN r32511]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml33
1 files changed, 15 insertions, 18 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index f4c06decbd..5f56a77f72 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -2334,29 +2334,26 @@ for more information.
<toolset name="vc-6_5*"/>
<toolset name="vc-7_0"/>
</mark-unusable>
- <test name="test_float">
- <mark-failure>
- <toolset name="borland-5_5_1"/>
- <toolset name="iw-7_1-vc6"/>
- <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
- <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>
+ <mark-expected-failures>
+ <test name="det"/>
+ <test name="mul"/>
+ <test name="overflow"/>
+ <toolset name="tru64cxx*"/>
+ <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-expected-failures>
<mark-expected-failures>
<test name="cmp_exn"/>
<test name="cmp_set"/>
<test name="cmp_tribool"/>
<toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
<note author="Aleksey Gurtovoy" refid="2"/>
</mark-expected-failures>
<mark-expected-failures>