Browse Source

Mark up the expected hash error for the sun compilers.

[SVN r40063]
Daniel James 18 years ago
parent
commit
ff08b20f16
1 changed files with 14 additions and 0 deletions
  1. 14 0
      status/explicit-failures-markup.xml

+ 14 - 0
status/explicit-failures-markup.xml

@@ -1435,6 +1435,20 @@
             <note refid="2" author="Daniel James"/>
         </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"/>

粤ICP备19079148号