|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49366 - trunk/status
From: Boris.Gubenko_at_[hidden]
Date: 2008-10-16 13:32:33
Author: bgubenko
Date: 2008-10-16 13:32:33 EDT (Thu, 16 Oct 2008)
New Revision: 49366
URL: http://svn.boost.org/trac/boost/changeset/49366
Log:
add acc toolset to the markup for thread library tests failing with Borland and Sun compilers
Text files modified:
trunk/status/explicit-failures-markup.xml | 4 +++-
1 files changed, 3 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 13:32:33 EDT (Thu, 16 Oct 2008)
@@ -4819,11 +4819,13 @@
<test name="test_thread_move_lib"/>
<test name="test_move_function"/>
<test name="test_move_function_lib"/>
+ <toolset name="acc"/>
<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,
+The Borland compiler and HP-UX aC++ compiler in default mode fail to bind rvalues to the thread move constructor,
choosing instead to bind them to the private (and unimplemented) copy constructor.
+With aC++, the tests compile cleanly in strict ansi mode and succeed.
</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