Просмотр исходного кода

Markup a couple of Borland hash test failures.

[SVN r33195]
Daniel James 20 лет назад
Родитель
Сommit
e83ffb56ee
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      status/explicit-failures-markup.xml

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

@@ -1134,6 +1134,7 @@
         <mark-expected-failures>
             <test name="point" />
             <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_1"/>
             <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
@@ -1141,6 +1142,16 @@
                 the portable way.
             </note>
         </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="hash_global_namespace_test" />
+            <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_1"/>
+            <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.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- graph -->

粤ICP备19079148号