Browse Source

Mark the failure for hash_function_pointer_test on Visual C++.

[SVN r28391]
Daniel James 21 years ago
parent
commit
a79c34c6b3
1 changed files with 11 additions and 1 deletions
  1. 11 1
      status/explicit-failures-markup.xml

+ 11 - 1
status/explicit-failures-markup.xml

@@ -516,15 +516,25 @@
     <!-- functional/hash -->
     <library name="functional/hash">
         <mark-expected-failures>
+            <test name="hash_value_array_test"/>
             <toolset name="msvc"/>
             <toolset name="msvc-stlport"/>
             <toolset name="vc7"/>
             <note author="Daniel James">
               hash_value is not overloaded for arrays for older versions
               of Visual C++. There is a work around so that
-              boost::hash&lt;T[N]&gt; is still supported.
+              boost::hash&lt;T[N]&gt;, boost::hash_combine and boost::hash_range
+              work.
             </note>
         </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="hash_function_pointer_test"/>
+            <toolset name="msvc"/>
+            <toolset name="msvc-stlport"/>
+            <toolset name="vc7"/>
+            <note refid="2" author="Daniel James"/>
+        </mark-expected-failures>
     </library>
 
     <!-- graph -->

粤ICP备19079148号