Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1417: Regresson tests hang in Darwin (Tiger)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-06 22:06:44
#1417: Regresson tests hang in Darwin (Tiger)
--------------------------------------+-------------------------------------
Reporter: jrp_at_[hidden] | Owner: grafik
Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: Regression Testing
Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by jrp_at_[hidden]):
Hmmm. The tests do eventually time out -- capture output fails:
{{{
g++ -dynamiclib
-L"/System/Library/Frameworks/Python.framework/Versions/2.5/lib"
-L"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config"
-o
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args_ext.so"
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args.o"
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/build/darwin/debug/libboost_python-d-1_35.dylib"
-lpython2.5 -g
capture-output
/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args
DYLD_LIBRARY_PATH=/System/Library/Frameworks/Python.framework/Versions/2.5/lib:/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config:/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/build/darwin/debug:/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug:$DYLD_LIBRARY_PATH
export DYLD_LIBRARY_PATH
PYTHONPATH=/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug
export PYTHONPATH
/System/Library/Frameworks/Python.framework/Versions/2.5/bin/python
"../libs/python/test/args.py" >
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args.output"
2>&1
status=$?
echo >>
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args.output"
echo EXIT STATUS: $status >>
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args.output"
if test $status -eq 0 ; then
cp
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args.output"
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args"
fi
verbose=0
if test $status -ne 0 ; then
verbose=1
fi
if test $verbose -eq 1 ; then
echo ====== BEGIN OUTPUT ======
cat
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args.output"
echo ====== END OUTPUT ======
fi
exit $status
300 second time limit exceeded
...failed capture-output
/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/args.test/darwin/debug/args...
MkDir1
/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test
mkdir
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test"
MkDir1
/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin
mkdir
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin"
MkDir1
/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin/debug
mkdir
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin/debug"
darwin.compile.c++
/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin/debug/raw_ctor.o
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -dynamic
-Wno-long-double -no-cpp-precomp -DBOOST_ALL_NO_LIB=1 -I".."
-I"/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5"
-c -o
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin/debug/raw_ctor.o"
"../libs/python/test/raw_ctor.cpp"
darwin.link.dll
/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin/debug/raw_ctor_ext.so
g++ -dynamiclib
-L"/System/Library/Frameworks/Python.framework/Versions/2.5/lib"
-L"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config"
-o
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin/debug/raw_ctor_ext.so"
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/test/raw_ctor.test/darwin/debug/raw_ctor.o"
"/Users/jrp/boost/regression/results/boost/bin.v2/libs/python/build/darwin/debug/libboost_python-d-1_35.dylib"
-lpython2.5 -g
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1417#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC