|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55728 - trunk/status
From: daniel_james_at_[hidden]
Date: 2009-08-23 06:06:25
Author: danieljames
Date: 2009-08-23 06:06:24 EDT (Sun, 23 Aug 2009)
New Revision: 55728
URL: http://svn.boost.org/trac/boost/changeset/55728
Log:
Mark up a couple of unordered container failures.
Text files modified:
trunk/status/explicit-failures-markup.xml | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2009-08-23 06:06:24 EDT (Sun, 23 Aug 2009)
@@ -5651,8 +5651,28 @@
is an acceptable failure.
</note>
</mark-expected-failures>
- </library>
+ <mark-expected-failures>
+ <test name="unnecessary_copy_tests"/>
+ <toolset name="borland-*"/>
+ <toolset name="sun-*"/>
+ <note author="Daniel James">
+ This tests whether inserting elements creates as few copies as I think
+ is possible. If this fails it just means that the container might be
+ a little inefficient.
+ </note>
+ </mark-expected-failures>
+
+ <mark-expected-failures>
+ <test name="compile_map"/>
+ <test name="compile_set"/>
+ <toolset name="gcc-open64"/>
+ <toolset name="pathscale-3.1"/>
+ <note author="Daniel James">
+ Concept checks don't seem to work on pathscale.
+ </note>
+ </mark-expected-failures>
+ </library>
<!-- utility/enable_if -->
<library name="utility/enable_if">
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