Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-10-15 14:47:06


Author: danieljames
Date: 2007-10-15 14:47:05 EDT (Mon, 15 Oct 2007)
New Revision: 40063
URL: http://svn.boost.org/trac/boost/changeset/40063

Log:
Mark up the expected hash error for the sun compilers.
Text files modified:
   trunk/status/explicit-failures-markup.xml | 14 ++++++++++++++
   1 files changed, 14 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-10-15 14:47:05 EDT (Mon, 15 Oct 2007)
@@ -1436,6 +1436,20 @@
         </mark-expected-failures>
 
         <mark-expected-failures>
+ <test name="hash_function_pointer_test"/>
+ <toolset name="sun-5.7"/>
+ <toolset name="sun-5.8"/>
+ <toolset name="sun-5.9"/>
+ <note author="Daniel James">
+ On these compilers the wrong overload of hash_value is called
+ when the argument is a hash function pointer. So calling
+ hash_value doesn't work but boost::hash does work (and it's
+ recommended that user never call hash_value directly so this
+ shouldn't be a problem).
+ </note>
+ </mark-expected-failures>
+
+ <mark-expected-failures>
             <test name="hash_float_test"/>
             <toolset name="gcc-3.4.3_sunos"/>
             <note author="Daniel James">


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