Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-07-15 07:52:40


Author: bemandawes
Date: 2008-07-15 07:52:40 EDT (Tue, 15 Jul 2008)
New Revision: 47440
URL: http://svn.boost.org/trac/boost/changeset/47440

Log:
Merge trunk
Text files modified:
   branches/release/status/explicit-failures-markup.xml | 21 ++++++++++++++++++---
   1 files changed, 18 insertions(+), 3 deletions(-)

Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml (original)
+++ branches/release/status/explicit-failures-markup.xml 2008-07-15 07:52:40 EDT (Tue, 15 Jul 2008)
@@ -166,6 +166,16 @@
             Boost.System library on which Boost.Asio depends.
         </note>
       </mark-unusable>
+ <mark-expected-failures>
+ <test name="read_until"/>
+ <test name="read_until_select"/>
+ <toolset name="gcc-4.2.1_hpux_ia64"/>
+ <note author="Boris Gubenko">
+ On HP-UX 11.23 platform, these tests must be compiled with
+ _XOPEN_SOURCE_EXTENDED macro defined. It is likely related
+ to CR JAGag28813.
+ </note>
+ </mark-expected-failures>
     </library>
 
     <!-- assign -->
@@ -365,9 +375,14 @@
             <note refid="39" author="Boris Gubenko"/>
         </mark-expected-failures>
         <mark-expected-failures>
- <test name="test_bimap_serialization"/>
- <toolset name="gcc-mingw-3.4.5"/>
- <note author="Matias Capeletto">Compiler bug.</note>
+ <test name="test_bimap_serialization"/>
+ <toolset name="gcc-mingw-3.4.5"/>
+ <note author="Matias Capeletto">Compiler bug.</note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_bimap_property_map"/>
+ <toolset name="gcc-3.4.6_linux_x86_64"/>
+ <note author="Matias Capeletto">Time out.</note>
         </mark-expected-failures>
     </library>
 


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