|
Boost Interest : |
From: Doug Gregor (doug.gregor_at_[hidden])
Date: 2008-05-22 08:46:25
On Wed, May 21, 2008 at 12:18 AM, troy d. straszheim
<troy_at_[hidden]> wrote:
> I saw some discussion over in the thread "Re: [boost] regression results for the release?"
> about test results. Running the tests on OSX Leopard and ubuntu 8.04 (gcc 4.2.3)
> on the cmake 1.35.0 branch show a bunch of failures, which I'll examine soon (I'm
> certain the vast majority are simple/easy-to-fix in the build system.)..
Most of those are Python failures, which are very easy to fix. In the
CMake release branch, there is a file libs/python/test/pyrun.py, which
is used by the build system to run the Python tests. It's missing on
the CMake 1.35.0 branch.
- Doug