On Tue, Apr 3, 2012 at 6:48 PM, Bill Hoffman <[email protected]> wrote:
> Hi,  I just wanted to get an update on the ninja generator status. Right now
> all linux tests are passing, and that platform seems to be done.
>

Hi Bill,

Thanks for the status.

> Windows:
>  - No file level depend information
>  - Failing Tests:  BuildDepends, Plugin
>
>
> OSX:
>  - application bundle and framework creation is unimplemented
>  - Failing tests: BuildDepends, BundleTest, CFBundleTest, ExportImport,
> Qt4Deploy
>

On my Mac OSX 10.7.3 I have these tests failing:

with "Unix Makefiles":
          1 - CMake.Install (Failed)
         88 - SimpleInstall (Failed)
         90 - CPackComponents (Failed)
        235 - CMake.CheckSourceTree (Failed)

with "Ninja":
          1 - CMake.Install (Failed)
         54 - ExportImport (Failed)
         61 - Qt4Deploy (Failed)
         84 - SimpleInstall (Failed)
         86 - CPackComponents (Failed)
        227 - CMake.CheckSourceTree (Failed)

Apparently BundleTest and CFBundleTest are run IF (APPLE AND
CMAKE_COMPILER_IS_GNUCXX). Is CMAKE_COMPILER_IS_GNUCXX mandatory?
Clang is used by default on this machine.
However BuildDepends passes.

On next 68160664982d8f42ccfa8d68de778df823b52979
and on master 5e9c7731e16fc077a3637a02cb983d397329a23a with "Ninja":
The following tests FAILED:
          1 - CMake.Install (Failed)
         54 - ExportImport (Failed)
         61 - Qt4Deploy (Failed)
         84 - SimpleInstall (Failed)
         86 - CPackComponents (Failed)
        129 - BundleGeneratorTest (Failed)
        227 - CMake.CheckSourceTree (Failed)


Cheers,
-Nico
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to