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

Added more known failures

[SVN r61912]
Jeremiah Willcock 16 лет назад
Родитель
Сommit
46f22cf245
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      status/explicit-failures-markup.xml

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

@@ -1826,6 +1826,11 @@
             <toolset name="borland-cb2010"/>
             <toolset name="sun-5.9"/>
         </mark-unusable>
+        <mark-expected-failures>
+          <test name="graphviz_test"/>
+          <toolset name="*mingw*"/>
+          <note author="Jeremiah Willcock" refid="49"/>
+        </mark-expected-failures>
         <mark-expected-failures>
           <test name="kolmogorov_max_flow_test"/>
           <test name="max_flow_test"/>
@@ -6393,5 +6398,9 @@ These tests will fail in most compilers that don't support rvalue references.
         This test fails when BOOST_UBLAS_NO_NESTED_CLASS_RELATION is defined.
     </note>
 
+    <note id="49">
+        This test fails because MinGW apparently does not always catch exceptions properly.
+    </note>
+
 </explicit-failures-markup>
 

粤ICP备19079148号