Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53523 - trunk/status
From: daniel_james_at_[hidden]
Date: 2009-06-01 02:50:14


Author: danieljames
Date: 2009-06-01 02:50:14 EDT (Mon, 01 Jun 2009)
New Revision: 53523
URL: http://svn.boost.org/trac/boost/changeset/53523

Log:
Recent versions of borland haven't fixed some of their namespace bugs, so mark
up their hash failures for all versions.
Text files modified:
   trunk/status/explicit-failures-markup.xml | 8 ++------
   1 files changed, 2 insertions(+), 6 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2009-06-01 02:50:14 EDT (Mon, 01 Jun 2009)
@@ -1716,9 +1716,7 @@
 
         <mark-expected-failures>
             <test name="point" />
- <toolset name="borland-5.6*"/>
- <toolset name="borland-5.8*"/>
- <toolset name="borland-5.9*"/>
+ <toolset name="borland-*"/>
             <note author="Daniel James">
                 It appears that Borland doesn't find friend functions defined
                 in a class by ADL. This is easily fixed but this example is
@@ -1729,9 +1727,7 @@
 
         <mark-expected-failures>
             <test name="hash_global_namespace_test" />
- <toolset name="borland-5.6*"/>
- <toolset name="borland-5.8*"/>
- <toolset name="borland-5.9*"/>
+ <toolset name="borland-*"/>
             <note author="Daniel James">
                 The test demonstrates a Borland bug - functions that aren't
                 in a namespace don't appear to be found by ADL.


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