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

Marked python expected to fail for gcc-cygwin-3.4.4.

[SVN r37052]
Roland Schwarz 19 лет назад
Родитель
Сommit
ba653f51a3
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      status/explicit-failures-markup.xml

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

@@ -3382,6 +3382,17 @@ for more information.
             <toolset name="hp_cxx*"/>
             <note author="Markus Schoepflin" refid="29"/>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="*"/>
+            <toolset name="gcc-cygwin-3.4.4"/>
+            <note author="Roland Schwarz">
+                The tests are failing because the libraries being built are targeted
+                to use the cygwin.dll, while the tests are run against a python
+                executable that depends on msvcrt.dll. This combination cannot be expected
+                to work. (The tests will pass if the additional compiler switch -mno-cygwin
+                is used during compile and link.) 
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- random -->

粤ICP备19079148号