On Saturday, March 30, 2013 13:39:20 Rex Dieter wrote:
> Stephen Kelly wrote:
> > On Saturday, March 30, 2013 10:25:58 Rex Dieter wrote:
> >> > What is in your configure line?
> >> 
> >> gory detail here,
> >> http://pkgs.fedoraproject.org/cgit/qt5-qtbase.git/tree/qt5-qtbase.spec
> > 
> > Interesting that you don't use nomake-tests. Do you run the tests too?
> 
> I wasn't aware of them I guess.  how to to do it?

Well, actually many of the tests expect a non-release build of Qt, so you 
probably can't run them all, and I don't think the subset that you can run is 
well-defined. That may change at some point though.

 https://bugreports.qt-project.org/browse/QTBUG-27315

In the mean-time you can speed up your build by passing -nomake-tests I guess.

> 
> > To verify that the cmake files work, after installing the packages, please
> > try to run the unit tests for cmake which are in each repo/tarball with
> > 
> > something like this:
> >  cd tests/auto/cmake && mkdir build && cd build && cmake .. && ctest
> > 
> > Each module source package has those tests.
> > 
> > See also:
> > 
> > http://qt-project.org/wiki/Sanity-Test-Guidelines#2edf0c39136a2b7d30b58967
> > 87928be7
> Thanks.  Eep, I do see a bunch of failures with my initial qtbase-5.0.2-rc1
> build:
> 
> The following tests FAILED:
>           1 - test_use_modules_function (Failed)
>           3 - test_dependent_modules (Failed)
>          12 - test_private_includes (Failed)
>          15 - test_testlib_no_link_gui (Failed)
>          16 - test_testlib_no_link_widgets (Failed)
>          18 - test_concurrent_module (Failed)
> 
> I'll look into it more.  thanks again.

Interesting selection. This could still be an upstream bug resulting from the 
choice of libdir and prefixdir. 

You can get more from the tests by with the option --output-on-failure or by 
setting the env var CTEST_OUTPUT_ON_FAILURE=1.

Thanks,

-- 
Stephen Kelly <stephen.ke...@kdab.com> | Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to