|
Boost-Commit : |
From: ahd6974-boostorg_at_[hidden]
Date: 2007-11-17 19:08:46
Author: andreas_huber69
Date: 2007-11-17 19:08:46 EST (Sat, 17 Nov 2007)
New Revision: 41188
URL: http://svn.boost.org/trac/boost/changeset/41188
Log:
Added markup for statechart failures on msvc-8.0~wm5~stlport5.1
Text files modified:
trunk/status/explicit-failures-markup.xml | 35 ++++++++++++++++++++++++++---------
1 files changed, 26 insertions(+), 9 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-11-17 19:08:46 EST (Sat, 17 Nov 2007)
@@ -4269,6 +4269,15 @@
</note>
</mark-unusable>
<mark-expected-failures>
+ <test name="DllTestNative"/>
+ <toolset name="gcc-mingw-4.2*"/>
+ <note author="Andreas Huber">
+ A runtime failure of this test indicates that the RTTI
+ implementation of this platform is broken in conjunction
+ with dynamic linking.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
<test name="DllTestNormal"/>
<toolset name="*cygwin*"/>
<toolset name="*mingw*"/>
@@ -4284,15 +4293,6 @@
</note>
</mark-expected-failures>
<mark-expected-failures>
- <test name="DllTestNative"/>
- <toolset name="gcc-mingw-4.2*"/>
- <note author="Andreas Huber">
- A runtime failure of this test indicates that the RTTI
- implementation of this platform is broken in conjunction
- with dynamic linking.
- </note>
- </mark-expected-failures>
- <mark-expected-failures>
<test name="LibTestNormal"/>
<toolset name="hp_cxx-71*"/>
<note author="Andreas Huber">
@@ -4329,6 +4329,23 @@
<toolset name="vacpp"/>
<note author="Andreas Huber" refid="29"/>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="StopWatch*"/>
+ <toolset name="msvc-8.0~wm5~stlport5.1"/>
+ <note author="Andreas Huber">
+ This looks like a std library or configuration bug. Since
+ difftime is only used in the example, this failure can be
+ ignored.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="DllTest*"/>
+ <toolset name="msvc-8.0~wm5~stlport5.1"/>
+ <note author="Andreas Huber">
+ This test fails due to unresolved externals that are
+ not library-related.
+ </note>
+ </mark-expected-failures>
</library>
<!-- static_assert -->
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk