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

Markup some graph failures

[SVN r34455]
Douglas Gregor 20 лет назад
Родитель
Сommit
029a031f3d
1 измененных файлов с 13 добавлено и 2 удалено
  1. 13 2
      status/explicit-failures-markup.xml

+ 13 - 2
status/explicit-failures-markup.xml

@@ -1456,21 +1456,24 @@
             <test name="biconnected_components_test"/>
             <test name="bfs_cc"/>
             <test name="bundled_properties"/>
+            <test name="csr_graph_test"/>
             <test name="dfs_cc"/>
             <test name="dijkstra_cc"/>
+            <test name="dominator_tree_test"/>
             <test name="floyd_warshall_test"/>
             <test name="gursoy_atun_layout_test"/>
             <test name="graphviz_test"/>
+            <test name="matching_test"/>
             <test name="subgraph"/>
             <test name="transitive_closure_test"/>
             <test name="vector_graph_cc"/>
             <toolset name="vc-7_0"/>
-            <note refid="3" author="D. Gregor"/>
+            <note refid="3" author="Doug Gregor"/>
         </mark-expected-failures>
         <mark-expected-failures>
           <test name="graphviz_test"/>
           <toolset name="vc-8_0"/>
-          <note refid="1" author="D. Gregor"/>
+          <note refid="1" author="Doug Gregor"/>
         </mark-expected-failures>
         <mark-expected-failures>
             <test name="betweenness_centrality_test"/>
@@ -1504,6 +1507,14 @@
             <toolset name="qcc-3.3*"/>
             <note author="Jim Douglas" date="18 Feb 06" refid="27"/>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="csr_graph_test"/>
+            <toolset name="msvc-8.0"/>
+            <note author="Doug Gregor">
+              This failure is due to a problem with partial ordering
+              of class template partial specializations.
+            </note>
+        </mark-expected-failures>
     </library>
 
 

粤ICP备19079148号