Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61628 - trunk/status
From: dgregor_at_[hidden]
Date: 2010-04-27 16:57:47


Author: dgregor
Date: 2010-04-27 16:57:47 EDT (Tue, 27 Apr 2010)
New Revision: 61628
URL: http://svn.boost.org/trac/boost/changeset/61628

Log:
For the four Boost.Thread tests that are intended to fail on C++98/03
compilers, add expected failure markup for Clang.

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 2010-04-27 16:57:47 EDT (Tue, 27 Apr 2010)
@@ -4926,6 +4926,7 @@
             <toolset name="darwin-*"/>
             <toolset name="sun-*"/>
             <toolset name="acc-*"/>
+ <toolset name="clang-darwin-*"/>
             <note author="Anthony Williams" date="2009-10-28">
 These tests will fail in most compilers that don't support rvalue references.
             </note>
@@ -4933,6 +4934,7 @@
         <mark-expected-failures>
             <test name="test_thread_return_local"/>
             <test name="test_thread_return_local_lib"/>
+ <toolset name="clang-darwin-*"/>
             <toolset name="gcc-3.4.3"/>
             <toolset name="gcc-4.2.4"/>
             <toolset name="gcc-4.3.3"/>
@@ -4943,6 +4945,7 @@
             <toolset name="acc-*"/>
             <toolset name="msvc-*"/>
             <toolset name="intel-*"/>
+ <toolset name="clang-darwin-*"/>
             <note author="Anthony Williams" date="2009-10-28">
 These tests will fail in most compilers that don't support rvalue references.
             </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