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

Marked Borland 5.9.3 E2285 errors on boost::swap's array-of-array tests as "expected failure", referring to CodeGear report 10267

[SVN r50226]
Niels Dekker 17 лет назад
Родитель
Сommit
d0c9e7c6a9
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      status/explicit-failures-markup.xml

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

@@ -5768,6 +5768,18 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
             http://qc.codegear.com/wc/qcmain.aspx?d=69196
           </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+          <test name="array_of_array_of_class"/>
+          <test name="array_of_array_of_int"/>
+            <toolset name="borland-5.9.3"/>
+          <note refid="3" author="Niels Dekker" date="2008-12-09">
+            Borland 5.9.3 has an error (E2285) when trying to pass a
+            multi-dimensional array by reference to a function template.
+            A bug report by Christopher Yeleighton appears related:
+            "The compiler obligatorily converts member arrays to pointers" 
+            http://qc.codegear.com/wc/qcmain.aspx?d=10267
+          </note>
+        </mark-expected-failures>
     </library>
 
     <!-- utility -->

粤ICP备19079148号