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

libs/graph/test/edge_list_cc.cpp: Specify all parameters, for VC7 support
libs/graph/test/isomorphism.cpp: Deal with atoi/atof missing from std::
boost/graph//adjacency_matrix.hpp: deal with missing allocator<T>::rebind
boost/graph/graph_test.hpp: Remove unusable default constructor (workaround)
boost/graph/vector_as_graph.hpp: When we say remove, we mean std::remove
status/explicit-failures-markup.xml: mark everything I can't or won't fix


[SVN r23237]

Douglas Gregor 22 лет назад
Родитель
Сommit
cc2b21cbf2
2 измененных файлов с 37 добавлено и 1 удалено
  1. 1 1
      libs/graph
  2. 36 0
      status/explicit-failures-markup.xml

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit cbfc6ec8edd299893c9c1d6bb070398dcdaa1811
+Subproject commit 51d60f9b43818192453273ffcfe132f54eea3791

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

@@ -99,11 +99,47 @@
             <toolset name="msvc"/>
             <toolset name="msvc-stlport"/>
         </mark-unusable>
+        <test name="adj_matrix_cc">
+            <mark-failure>
+                <toolset name="vc7"/>
+                <toolset name="intel-win32-7.1-vc6"/>
+            </mark-failure>
+        </test>
+        <test name="bfs_cc">
+            <mark-failure>
+                <toolset name="vc7"/>
+            </mark-failure>
+        </test>
         <test name="bundled_properties">
             <mark-failure>
                 <toolset name="vc7"/>
             </mark-failure>
         </test>
+        <test name="dfs_cc">
+            <mark-failure>
+                <toolset name="vc7"/>
+            </mark-failure>
+        </test>
+        <test name="dijkstra_cc">
+            <mark-failure>
+                <toolset name="vc7"/>
+            </mark-failure>
+        </test>
+        <test name="subgraph">
+            <mark-failure>
+                <toolset name="vc7"/>
+            </mark-failure>
+        </test>
+        <test name="transitive_closure_test">
+            <mark-failure>
+                <toolset name="vc7"/>
+            </mark-failure>
+        </test>
+        <test name="vector_graph_cc">
+            <mark-failure>
+                <toolset name="vc7"/>
+            </mark-failure>
+        </test>
     </library>
 
     <!-- lambda -->

粤ICP备19079148号