Преглед изворни кода

Minor hash test changes.

Merged revisions 53522-53523 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r53522 | danieljames | 2009-06-01 07:49:45 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Test the hash functions for a couple of typedefs.
........
  r53523 | danieljames | 2009-06-01 07:50:14 +0100 (Mon, 01 Jun 2009) | 2 lines
  
  Recent versions of borland haven't fixed some of their namespace bugs, so mark
  up their hash failures for all versions.
........


[SVN r53686]
Daniel James пре 17 година
родитељ
комит
572e38e6c6
2 измењених фајлова са 3 додато и 7 уклоњено
  1. 1 1
      libs/functional
  2. 2 6
      status/explicit-failures-markup.xml

+ 1 - 1
libs/functional

@@ -1 +1 @@
-Subproject commit 594caeb0afe02531accc66f5fa106f23c9a7d7c3
+Subproject commit 697c7f95dd02af02c1f1b4c7554c34fa9d15a6bd

+ 2 - 6
status/explicit-failures-markup.xml

@@ -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.

粤ICP备19079148号