|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50232 - trunk/libs/graph/test
From: asutton_at_[hidden]
Date: 2008-12-10 10:56:02
Author: asutton
Date: 2008-12-10 10:56:02 EST (Wed, 10 Dec 2008)
New Revision: 50232
URL: http://svn.boost.org/trac/boost/changeset/50232
Log:
Added some comments about a peculiar condition in the testing.
Text files modified:
trunk/libs/graph/test/adj_list_invalidation.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/libs/graph/test/adj_list_invalidation.cpp
==============================================================================
--- trunk/libs/graph/test/adj_list_invalidation.cpp (original)
+++ trunk/libs/graph/test/adj_list_invalidation.cpp 2008-12-10 10:56:02 EST (Wed, 10 Dec 2008)
@@ -123,6 +123,10 @@
invalidate_out_edges<VVB>();
invalidate_adj_verts<VVB>();
+ // If you comment out the tests before this, then adj_verts test will
+ // run without segfaulting - at least under gcc-4.3. Not really sure why,
+ // but I'm guessing it's still not generating valid results, and shouldn't
+ // be taken as an indicator of stability.
typedef adjacency_list<vecS, vecS, directedS, int, int> VVD;
cout << "vecS vecS directedS" << endl;
invalidate_vertices<VVD>();
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk