summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorAndreas Huber <ahd6974-boostorg@live.com>2006-02-12 12:36:15 +0000
committerAndreas Huber <ahd6974-boostorg@live.com>2006-02-12 12:36:15 +0000
commitf37fa8144e02a6c580febfc06b3ec481de714839 (patch)
tree04624efb9b054d674f5ce2c063ce68e35bdee8cc /status
parent8dd99d374a69bdf310712553829e9b2c87aed5cf (diff)
downloadboost-f37fa8144e02a6c580febfc06b3ec481de714839.tar.gz
Added markup for GCC <=3.3 InStateReactionTest* failures.
[SVN r32856]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml33
1 files changed, 25 insertions, 8 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 5b9a9e4f26..dbc3d5baef 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -2952,24 +2952,41 @@ for more information.
<toolset name="mingw*"/>
<toolset name="tru64cxx*"/>
<note author="Andreas Huber">
- A runtime failure of this test indicates that this platform
- *dynamically* links code in a manner such that under certain
- circumstances more than one instance of a header-defined static
- class member can exist at runtime.
+ A runtime failure of this test indicates that this
+ platform *dynamically* links code in a manner such that
+ under certain circumstances more than one instance of a
+ header-defined static class member can exist at runtime.
See http://tinyurl.com/d2yng for more information.
</note>
</test>
<test name="LibTestNormal">
<toolset name="tru64cxx71*"/>
<note author="Andreas Huber">
- A runtime failure of this test indicates that this platform
- *statically* links code in a manner such that under certain
- circumstances more than one instance of a header-defined static
- class member can exist at runtime.
+ A runtime failure of this test indicates that this
+ platform *statically* links code in a manner such that
+ under certain circumstances more than one instance of a
+ header-defined static class member can exist at runtime.
See http://tinyurl.com/d2yng for more information.
</note>
</test>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="InStateReactionTestNormal"/>
+ <test name="InStateReactionTestNative"/>
+ <test name="InStateReactionTestRelaxed"/>
+ <test name="InStateReactionTestBoth"/>
+ <toolset name="gcc-3_3*"/>
+ <toolset name="gcc-3.2*"/>
+ <toolset name="gcc-3.3*"/>
+ <toolset name="qcc-3.3*"/>
+ <note author="Andreas Huber">
+ This failure is due to a known compiler bug. As a workaround,
+ an equivalent custom_reaction should be used instead. This is
+ only necessary when the pAction argument passed to the
+ in_state_reaction class template is a member of the same
+ simple_state subclass also declaring the in_state_reaction.
+ </note>
+ </mark-expected-failures>
</library>
<!-- static_assert -->