Boost logo

Boost-Commit :

From: nesotto_at_[hidden]
Date: 2008-06-25 07:09:15


Author: nesotto
Date: 2008-06-25 07:09:14 EDT (Wed, 25 Jun 2008)
New Revision: 46677
URL: http://svn.boost.org/trac/boost/changeset/46677

Log:
update for ptr_container regressions
Text files modified:
   trunk/status/explicit-failures-markup.xml | 19 +++++++++++++------
   1 files changed, 13 insertions(+), 6 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-06-25 07:09:14 EDT (Wed, 25 Jun 2008)
@@ -3920,7 +3920,7 @@
         <mark-expected-failures>
             <test name="no_exceptions"/>
             <toolset name="cw-9.4"/>
- <toolset name="sun-5.8"/>
+ <toolset name="sun-5.*"/>
             <note author="Thorsten Ottosen">
                 This test fails because the test ptr_vector fails. Please see the note
                 for that test.
@@ -3929,7 +3929,7 @@
         <mark-expected-failures>
             <test name="ptr_deque"/>
             <toolset name="cw-9.4"/>
- <toolset name="sun-5.8"/>
+ <toolset name="sun-5.*"/>
             <note author="Thorsten Ottosen">
                 For sun the problem is that <code>insert(iterator,range)</code>
                 is not available due to partial ordering errors (the core library remains usable).
@@ -3939,7 +3939,7 @@
         <mark-expected-failures>
             <test name="ptr_list"/>
             <toolset name="cw-9.4"/>
- <toolset name="sun-5.8"/>
+ <toolset name="sun-5.*"/>
             <note author="Thorsten Ottosen">
                 For sun the problem is that <code>insert(iterator,range)</code>
                 is not available due to partial ordering errors (the core library remains usable).
@@ -3960,7 +3960,7 @@
             <test name="ptr_map"/>
             <toolset name="hp_cxx-71_006_tru64"/>
             <toolset name="cw-9.4"/>
- <toolset name="sun-5.8"/>
+ <toolset name="sun-5.*"/>
             <note author="Thorsten Ottosen">
                 For hp, this compiler bug is insignificant.
                 For sun the problem is that <code>transfer(range,ptr_map)</code>
@@ -3971,7 +3971,7 @@
         <mark-expected-failures>
             <test name="ptr_set"/>
             <toolset name="cw-9.4"/>
- <toolset name="sun-5.8"/>
+ <toolset name="sun-5.*"/>
             <note author="Thorsten Ottosen">
                 For sun the problem is that <code>transfer(range,ptr_map)</code> and
                 <code>insert(range)</code>code>
@@ -3982,8 +3982,15 @@
            <mark-expected-failures>
             <test name="serialization"/>
             <toolset name="cw*"/>
+ <toolset name="intel-darwin-*"/>
+ <toolset name="intel-linux-*"/>
+ <toolset name="pathscale-3.1"/>
+ <toolset name="sun-5.*"/>
             <note author="Thorsten Ottosen">
- This cause of this problem is unknown. Please submit a patch.
+ For codewarrior, the cause of this problem is unknown. Please
+ submit a patch. Other failures are due to problems with
+ the serialization library, or to a minor problem with the use of
+ the library.
             </note>
         </mark-expected-failures>
            <mark-expected-failures>


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