Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57187 - trunk/status
From: anthony_at_[hidden]
Date: 2009-10-28 05:52:47


Author: anthonyw
Date: 2009-10-28 05:52:46 EDT (Wed, 28 Oct 2009)
New Revision: 57187
URL: http://svn.boost.org/trac/boost/changeset/57187

Log:
Marked up explicit failures for thread library
Text files modified:
   trunk/status/explicit-failures-markup.xml | 32 ++++++++++++++++++++++++++++++++
   1 files changed, 32 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2009-10-28 05:52:46 EDT (Wed, 28 Oct 2009)
@@ -4874,6 +4874,38 @@
 With aC++, the tests compile cleanly in strict ansi mode and succeed.
             </note>
         </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_thread_move_return"/>
+ <test name="test_thread_move_return_lib"/>
+ <toolset name="gcc-3.4.3"/>
+ <toolset name="gcc-4.2.4"/>
+ <toolset name="gcc-4.3.3"/>
+ <toolset name="gcc-4.4.1"/>
+ <toolset name="gcc-mingw-4.4.1"/>
+ <toolset name="darwin-*"/>
+ <toolset name="sun-*"/>
+ <toolset name="acc-*"/>
+ <note author="Anthony Williams" date="2009-10-28">
+These tests will fail in most compilers that don't support rvalue references.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_thread_return_local"/>
+ <test name="test_thread_return_local_lib"/>
+ <toolset name="gcc-3.4.3"/>
+ <toolset name="gcc-4.2.4"/>
+ <toolset name="gcc-4.3.3"/>
+ <toolset name="gcc-4.4.1"/>
+ <toolset name="gcc-mingw-4.4.1"/>
+ <toolset name="darwin-*"/>
+ <toolset name="sun-*"/>
+ <toolset name="acc-*"/>
+ <toolset name="msvc-*"/>
+ <toolset name="intel-*"/>
+ <note author="Anthony Williams" date="2009-10-28">
+These tests will fail in most compilers that don't support rvalue references.
+ </note>
+ </mark-expected-failures>
     </library>
 
     <!-- tuple -->


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