Boost logo

Boost-Commit :

From: anthony_at_[hidden]
Date: 2008-07-06 17:32:41


Author: anthonyw
Date: 2008-07-06 17:32:41 EDT (Sun, 06 Jul 2008)
New Revision: 47147
URL: http://svn.boost.org/trac/boost/changeset/47147

Log:
Adjusted expected results for thread lib
Text files modified:
   trunk/status/explicit-failures-markup.xml | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-07-06 17:32:41 EDT (Sun, 06 Jul 2008)
@@ -4722,6 +4722,7 @@
         <mark-expected-failures>
             <test name="test_tss_lib"/>
             <toolset name="borland-*"/>
+ <toolset name="como-win-*"/>
             <toolset name="cw-9.4"/>
             <note author="Roland Schwarz" date="2006-12-14">
                 When a thread ends, tss data needs to be cleaned up. This process
@@ -4741,6 +4742,7 @@
             <test name="test_thread_move"/>
             <test name="test_thread_move_lib"/>
             <toolset name="borland-*"/>
+ <toolset name="sun-*"/>
             <note author="Anthony Williams" date="2007-12-14">
 The Borland compiler fails to bind rvalues to the thread move constructor,
 choosing instead to bind them to the private (and unimplemented) copy constructor.
@@ -4750,6 +4752,7 @@
             <test name="test_hardware_concurrency"/>
             <test name="test_hardware_concurrency_lib"/>
             <toolset name="*tru64"/>
+ <toolset name="vacpp"/>
             <note author="Anthony Williams" date="2007-12-21">
 boost::thread::hardware_concurrency is not implemented and always returns 0 on this platform.
             </note>


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