summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorMarkus Schöpflin <markus.schoepflin@comsoft.de>2005-06-14 11:03:54 +0000
committerMarkus Schöpflin <markus.schoepflin@comsoft.de>2005-06-14 11:03:54 +0000
commit62274e874a71a35f335c184df0d54cca1c54b31e (patch)
tree2f23c73bd8d9846714481d0ea2cd9d4a3db096a6 /status
parentfc87f74609f836ad207e4826043cb071de656b6a (diff)
downloadboost-62274e874a71a35f335c184df0d54cca1c54b31e.tar.gz
Added markups for the io failures on Tru64/CXX-6.5.
[SVN r29557]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml31
1 files changed, 19 insertions, 12 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 4aa01a6963..d7f60f4e6d 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -778,18 +778,12 @@
<mark-unusable>
<toolset name="sunpro-5_3-sunos"/>
</mark-unusable>
- <test name="format_test2">
- <mark-failure>
- <toolset name="tru64cxx65*"/>
- <note author="Markus Schoepflin" refid="33"/>
- </mark-failure>
- </test>
- <test name="format_test3">
- <mark-failure>
- <toolset name="tru64cxx65*"/>
- <note author="Markus Schoepflin" refid="33"/>
- </mark-failure>
- </test>
+ <mark-expected-failures>
+ <test name="format_test2"/>
+ <test name="format_test3"/>
+ <toolset name="tru64cxx65*"/>
+ <note author="Markus Schoepflin" refid="33"/>
+ </mark-expected-failures>
</library>
<!-- functional/hash -->
@@ -903,6 +897,12 @@
<toolset name="vc-6_5-stlport"/>
<note refid="4" author="Aleksey Gurtovoy"/>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="ios_state_test"/>
+ <test name="ios_state_unit_test"/>
+ <toolset name="tru64cxx65*"/>
+ <note refid="34" author="Markus Schoepflin"/>
+ </mark-expected-failures>
</library>
<!-- iostreams -->
@@ -2811,4 +2811,11 @@ for more information.
the format library works as expected.
</note>
+ <note id="34">
+ The failures are caused by the fact that the iword and pword arrays seem
+ to share the same memory area in the iostreams implementation of the
+ standard library used on that compiler/platform combo. As long as you
+ stay clear of iword and pword, the library should work ok.
+ </note>
+
</explicit-failures-markup>