|
Boost Testing : |
Subject: [Boost-testing] Boost.Graph tests failing without explanation
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-12-11 14:16:27
I checked the Boost.Graph trunk regression tests and many of them are
failing (it seems most of the runs on Saturday failed but not Friday
ones); VC++ runs still seem to be working. Many of the failures have no
error message, though; they have output files such as (from
http://tinyurl.com/34rpm3n):
"""
Test output: Sandia-gcc-4.3.4 - graph - cuthill_mckee_ordering / gcc-4.3.4
Rev 67160 / Sat, 11 Dec 2010 07:42:16 +0000
Report Time: Sat, 11 Dec 2010 17:24:48 +0000
Compile [2010-12-11 10:04:09 UTC]: succeed
"/sierra/Sntools/extras/compilers/gcc-4.3.4/bin/g++" -ftemplate-depth-128
-O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I".." -c -o
"/scratch/kbelco/boost/results/boost/bin.v2/libs/graph/test/cuthill_mckee_ordering.test/gcc-4.3.4/debug/cuthill_mckee_ordering.o"
"../libs/graph/test/cuthill_mckee_ordering.cpp"
Link [2010-12-11 10:04:09 UTC]: succeed
"/sierra/Sntools/extras/compilers/gcc-4.3.4/bin/g++" -o
"/scratch/kbelco/boost/results/boost/bin.v2/libs/graph/test/cuthill_mckee_ordering.test/gcc-4.3.4/debug/cuthill_mckee_ordering"
-Wl,--start-group
"/scratch/kbelco/boost/results/boost/bin.v2/libs/graph/test/cuthill_mckee_ordering.test/gcc-4.3.4/debug/cuthill_mckee_ordering.o"
-Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g
Run [2010-12-11 10:04:09 UTC]: fail
"""
Is there more information on these failures available? Did something
change last night that would have caused a whole bunch of failures?
-- Jeremiah Willcock