Boost logo

Boost-Commit :

From: dave_at_[hidden]
Date: 2007-11-26 20:40:01


Author: dave
Date: 2007-11-26 20:40:01 EST (Mon, 26 Nov 2007)
New Revision: 41409
URL: http://svn.boost.org/trac/boost/changeset/41409

Log:
Allow Sun-5.7 and Sun-5.8 to fail loudly for Boost.Python so I can see
what's really wrong.

Text files modified:
   trunk/status/explicit-failures-markup.xml | 13 ++++++++++---
   1 files changed, 10 insertions(+), 3 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-11-26 20:40:01 EST (Mon, 26 Nov 2007)
@@ -3925,11 +3925,18 @@
             </note>
         </mark-unusable>
         <mark-unusable>
- <toolset name="sun-5.8*"/>
+ <toolset name="sun-5.6*"/>
             <note author="David Abrahams">
- This compiler seems to be having trouble digesting
+ The old reasoning given for this markup, which applied
+ to sun-5.8*, was as follows. However, tuple's tests
+ seem to use the test library, which is apparently
+ completely broken on Sun. Therefore, I've backed off
+ the version number to sun-5.6 so I can see the actual
+ state of the failures.
+
+ <blockquote>This compiler seems to be having trouble digesting
             Boost.Tuple. Until it can handle Boost.Tuple there's
- little chance it will handle Boost.Python
+ little chance it will handle Boost.Python</blockquote>
             </note>
         </mark-unusable>
         <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