Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49367 - trunk/status
From: Boris.Gubenko_at_[hidden]
Date: 2008-10-16 14:55:24


Author: bgubenko
Date: 2008-10-16 14:55:24 EDT (Thu, 16 Oct 2008)
New Revision: 49367
URL: http://svn.boost.org/trac/boost/changeset/49367

Log:
mark two test library tests for HP-UX platform
Text files modified:
   trunk/status/explicit-failures-markup.xml | 19 ++++++++++++++++++-
   1 files changed, 18 insertions(+), 1 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-10-16 14:55:24 EDT (Thu, 16 Oct 2008)
@@ -4706,13 +4706,19 @@
         </mark-expected-failures>
 
         <mark-expected-failures>
- <test name="errors_handling_test"/>
           <test name="test_tools_test"/>
           <toolset name="cw-9_5-darwin"/>
           <note refid="29" author="Doug Gregor"/>
         </mark-expected-failures>
 
         <mark-expected-failures>
+ <test name="errors_handling_test"/>
+ <toolset name="acc*"/>
+ <toolset name="cw-9_5-darwin"/>
+ <note refid="29" author="Doug Gregor"/>
+ </mark-expected-failures>
+
+ <mark-expected-failures>
           <test name="test_tools_test"/>
           <toolset name="cw-9.4"/>
           <note refid="29" author="Doug Gregor"/>
@@ -4745,6 +4751,17 @@
             </note>
         </mark-expected-failures>
 
+ <mark-expected-failures>
+ <test name="sync_access_test"/>
+ <toolset name="acc*"/>
+ <toolset name="gcc-4.2.1_hpux_ia64"/>
+ <note author="Boris Gubenko">
+ On HP-UX platform, this test must be compiled/linked in multithread mode.
+ When compiled/linked with aC++ with -mt, it succeeds. When compiled/linked
+ with GCC with -pthread, it links cleanly but fails in run-time.
+ </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