|
Boost Interest : |
Subject: Re: [Boost-cmake] CDash for boost CMake (builds not appearing)
From: troy d. straszheim (troy_at_[hidden])
Date: 2009-11-13 13:36:16
Biddiscombe, John A. wrote:
> > > beneficial to me would be a windows box and a mac; I have plenty of
>
>
>
> I have done a git pull and built boost from cmake. I have two problems
>
> 1) there were 2768 (or similar) tests which was just too much, so I have
> disabled static/debug and just left release/shared options. When running
>
> Ctest -E Experimental
>
I'm reducing the number of tests by specifying certain projects in
BUILD_PROJECTS:
http://sodium.resophonic.com/boost-cmake/current-docs/build_configuration.html#build-projects
which also restricts which projects will be tested, i'm using
-DBUILD_PROJECTS="crc;python"
I also don't see the output of experimental runs coming up here:
http://my.cdash.org/index.php?project=Boost
Here's my output:
% ctest -D Experimental
Site: zinc
Build name: gcc-4.4.1-linux
Create new tag: 20091113-1830 - Experimental
Configure project
Each . represents 1024 bytes of output
... Size of output: 2K
Build project
Each symbol represents 1024 bytes of output.
'!' represents an error and '*' a warning.
.... Size of output: 3K
0 Compiler errors
0 Compiler warnings
Test project /home/troy/Projects/boost/cmake/nightly/build
Start 1: crc-crc_test
1/80 Test #1: crc-crc_test ....................... Passed 3.57 sec
[snip]
Start 80: python-object_fail1
80/80 Test #80: python-object_fail1 ................ Passed 1.17 sec
100% tests passed, 0 tests failed out of 80
Label Time Summary:
crc = 3.57 sec
python = 10.71 sec
Total Test time (real) = 14.32 sec
Performing coverage
Cannot find any coverage files. Ignoring Coverage request.
Submit files (using http)
Using HTTP submit method
Drop site:http://my.cdash.org/CDashPublic/submit.php?project=Boost
Uploaded:
/home/troy/Projects/boost/cmake/nightly/build/Testing/20091113-1830/Build.xml
Uploaded:
/home/troy/Projects/boost/cmake/nightly/build/Testing/20091113-1830/Configure.xml
Uploaded:
/home/troy/Projects/boost/cmake/nightly/build/Testing/20091113-1830/Test.xml
Submission successful
I suppose we ought to get this resolved before we start trying to script
this and deal with git. Upstream, any ideas?
-t