Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61894 - trunk/status
From: steven_at_[hidden]
Date: 2010-05-10 11:52:02


Author: steven_watanabe
Date: 2010-05-10 11:52:01 EDT (Mon, 10 May 2010)
New Revision: 61894
URL: http://svn.boost.org/trac/boost/changeset/61894

Log:
Mark up clang failure
Text files modified:
   trunk/status/explicit-failures-markup.xml | 15 ++++++++++++++-
   1 files changed, 14 insertions(+), 1 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2010-05-10 11:52:01 EDT (Mon, 10 May 2010)
@@ -5778,7 +5778,20 @@
         <mark-expected-failures>
             <test name="fail_base_dimension"/>
             <toolset name="vacpp"/>
- <note author="Steven Watanabe" refid="16"/>
+ <note author="Steven Watanabe">
+ The library depends on undefined behavior to generate
+ better errors. This failure should not affect most
+ users of the library.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="fail_base_dimension"/>
+ <toolset name="clang-darwin"/>
+ <note author="Steven Watanabe">
+ The library depends on undefined behavior to generate
+ better errors. This failure should not affect most
+ users of the library.
+ </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