|
Boost Interest : |
Subject: Re: [Boost-cmake] Labels for known failures
From: Brad King (brad.king_at_[hidden])
Date: 2009-05-18 15:50:20
Michael Jackson wrote:
> thanks for the heads up about vxl. I took those 2 scripts and adapted
> them for boost. I have since been able to submit an experimental
> Dashboard to <http://www.cdash.org/CDashPublic/index.php?project=Boost>.
> Look for ferb_at_[hidden] - the one that actually ran all the tests.
Nice.
> Also, if you click on the "site" you get some stats about the machine
> that built boost.. All of which is either wrong or not filled in. Are
> there some configuration options for this that need to be set or is the
> parsing code for CTest not grepping OS X machines correctly?
IIRC it's parsed by code in the "Source/kwsys/SystemInformation.cxx"
source in CMake:
I'm not too familiar with that particular code though, having only
made a few minor fixes.
-Brad