Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50226 - trunk/status
From: nielsdekker_at_[hidden]
Date: 2008-12-09 13:10:50


Author: niels_dekker
Date: 2008-12-09 13:10:49 EST (Tue, 09 Dec 2008)
New Revision: 50226
URL: http://svn.boost.org/trac/boost/changeset/50226

Log:
Marked Borland 5.9.3 E2285 errors on boost::swap's array-of-array tests as "expected failure", referring to CodeGear report 10267
Text files modified:
   trunk/status/explicit-failures-markup.xml | 12 ++++++++++++
   1 files changed, 12 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-12-09 13:10:49 EST (Tue, 09 Dec 2008)
@@ -5768,6 +5768,18 @@
             http://qc.codegear.com/wc/qcmain.aspx?d=69196
           </note>
         </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="array_of_array_of_class"/>
+ <test name="array_of_array_of_int"/>
+ <toolset name="borland-5.9.3"/>
+ <note refid="3" author="Niels Dekker" date="2008-12-09">
+ Borland 5.9.3 has an error (E2285) when trying to pass a
+ multi-dimensional array by reference to a function template.
+ A bug report by Christopher Yeleighton appears related:
+ "The compiler obligatorily converts member arrays to pointers"
+ http://qc.codegear.com/wc/qcmain.aspx?d=10267
+ </note>
+ </mark-expected-failures>
     </library>
 
     <!-- utility -->


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