PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 239 - Tests are run for non-compiled modules
: Tests are run for non-compiled modules
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: 0.3.2
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-06-11 04:00 EEST by Didier Raboud
Modified: 2010-08-04 15:14 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Didier Raboud 2010-06-11 04:00:10 EEST
Hi, 

I get test failures for qtdeclarative*, qtmaemo* tests, simply because I don't
build the modules for them (which is detected by the initial cmake
configuration).

Could they be run conditionnally if the module is built ? 

Thanks in advance, cheers, 

OdyX
Comment 1 Hugo Parente Lima 2010-06-16 13:39:55 EEST
They are run for all detected modules, if you don't want to compile and run the
tests of some module, just pass -DDISABLE_ModuleName to cmake.
Comment 2 Didier Raboud 2010-06-16 13:45:21 EEST
Hmmm. IMHO that's wrong: e.g. with Qt 4.6, QtDeclarative tests get run (and
fail) even if the configure detected that Qt has no QtDeclarative support.
Comment 3 Hugo Parente Lima 2010-06-16 14:30:55 EEST
not in version from git HEAD :-)
Comment 4 Didier Raboud 2010-06-16 14:52:51 EEST
Ah. I'll see when packaging the next version then ! Thanks for having fixed !