Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50090 - trunk/status
From: nielsdekker_at_[hidden]
Date: 2008-12-03 13:20:21


Author: niels_dekker
Date: 2008-12-03 13:20:21 EST (Wed, 03 Dec 2008)
New Revision: 50090
URL: http://svn.boost.org/trac/boost/changeset/50090

Log:
Added expected failures of CodeGear 6.10.0 on swap tests (array_of_class and array_of_array_of_class).
Text files modified:
   trunk/status/explicit-failures-markup.xml | 15 ++++++++++-----
   1 files changed, 10 insertions(+), 5 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-12-03 13:20:21 EST (Wed, 03 Dec 2008)
@@ -5723,15 +5723,20 @@
     <!-- utility/swap -->
     <library name="utility/swap">
         <mark-expected-failures>
+ <test name="array_of_array_of_class"/>
+ <test name="array_of_class"/>
           <test name="specialized_in_std"/>
             <toolset name="borland-6.10.0"/>
- <note author="Niels Dekker" date="2008-11-11">
+ <note refid="3" author="Niels Dekker" date="2008-11-11">
             The definition of a custom template specialization of std::swap
- appears to trigger an Internal compiler error ("Fatal F1004") on
- Codegear/Borland 6.10.0. Nicola Musatti helped me with this issue.
- See also: "[boost] [utility/swap] Internal compiler error
- Siliconman borland-6.10.0 (CodeGear?)",
+ appears to trigger an internal compiler error ("Fatal F1004") on
+ CodeGear 6.10.0 (formerly named Borland), as I reported,
+ with help from Nicola Musatti and David Dean.
+ Related Boost mailing list discussion:
             http://lists.boost.org/Archives/boost/2008/11/144465.php
+ CodeGear bug reports on this issue:
+ http://qc.codegear.com/wc/qcmain.aspx?d=68959
+ http://qc.codegear.com/wc/qcmain.aspx?d=69196
           </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