Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68634 - trunk/status
From: afojgo_at_[hidden]
Date: 2011-02-03 17:36:12


Author: jofaber
Date: 2011-02-03 17:36:11 EST (Thu, 03 Feb 2011)
New Revision: 68634
URL: http://svn.boost.org/trac/boost/changeset/68634

Log:
Refining test on template template parameter passing for clang. Adjusting markup and comments.
Text files modified:
   trunk/status/explicit-failures-markup.xml | 14 ++++++++------
   1 files changed, 8 insertions(+), 6 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-02-03 17:36:11 EST (Thu, 03 Feb 2011)
@@ -1931,11 +1931,12 @@
                         <toolset name="clang-linux-2.8"/>
                         <toolset name="clang-linux-4.2.1"/>
                         <note author="Joachim Faulhaber">
- The clang compiler seems to have problems with passing template template type
- arguments with test function templates. This is done in the tests in order to be
- able to vary more than one type arguments in the tests. Because this is a feature
- of the test system, failure does not necessarily mean, that icl can not be used
- with clang. Only the tests fail.
+ The clang compiler seems to have problems with passing template template parameters in
+ some combinations with test function templates. This is done in the tests in order to be
+ able to vary more than one template parameter in the tests. Because this is a feature
+ of the tests, failure does not necessarily mean, that icl can not be used with clang.
+ The tests most likely fail for a property that relates to the test environment rather
+ than to library code itself.
                         </note>
                 </mark-expected-failures>
                 <mark-expected-failures>
@@ -1944,7 +1945,8 @@
                         <toolset name="clang-darwin-4.2.1"/>
                         <toolset name="clang-linux-4.2.1"/>
                         <note author="Joachim Faulhaber">
- Compiler error expected for clang: Examples for passing template template type parameter.
+ Compiler error expected for clang: Minimal examples for passing combinations
+ template template parameters that derail clang.
                         </note>
                 </mark-expected-failures>
                 <mark-expected-failures>


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