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

Recent versions of borland haven't fixed some of their namespace bugs, so mark
up their hash failures for all versions.

[SVN r53523]

Daniel James 17 лет назад
Родитель
Сommit
b6fcabab20
1 измененных файлов с 2 добавлено и 6 удалено
  1. 2 6
      status/explicit-failures-markup.xml

+ 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号