Hi! While packaging Qt 5.3.0 I'm trying to run all the possible tests I can.

I'm now stucked with qtlocation:

********* Finished testing of tst_QNmeaPositionInfoSource_Simulation_Generic 
*********
make[6]: Leaving directory 
'/«PKGBUILDDIR»/tests/auto/qnmeapositioninfosource/qnmeapositioninfosource_simulation_generic'
make[5]: Leaving directory '/«PKGBUILDDIR»/tests/auto/qnmeapositioninfosource'
FAIL!  : DefaultSourceTest::requestUpdate_defaultTimeout() '(spyUpdate.count() 
> 0) && (spyTimeout.count() == 0)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(620)]
PASS   : DefaultSourceTest::requestUpdate_timeoutLessThanMinimumInterval()
FAIL!  : DefaultSourceTest::requestUpdate_repeatedCalls() '(spyUpdate.count() > 
0) && (spyTimeout.count() == 0)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(645)]
FAIL!  : DefaultSourceTest::requestUpdate_overlappingCalls() 
'(spyUpdate.count() > 0) && (spyTimeout.count() == 0)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(662)]
FAIL!  : DefaultSourceTest::requestUpdateAfterStartUpdates_ZeroInterval() 
'(spyUpdate.count() > 0) && (spyTimeout.count() == 0)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(676)]
FAIL!  : DefaultSourceTest::requestUpdateAfterStartUpdates_SmallInterval() 
'(spyUpdate.count() == 1) && (spyTimeout.count() == 0)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(700)]
FAIL!  : DefaultSourceTest::requestUpdateBeforeStartUpdates_ZeroInterval() 
'(spyUpdate.count() >= 2) && (spyTimeout.count() == 0)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(725)]
FAIL!  : DefaultSourceTest::requestUpdateBeforeStartUpdates_SmallInterval() 
'(spyUpdate.count() > 0) && (spyTimeout.count() == 0)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(746)]
PASS   : DefaultSourceTest::removeSlotForRequestTimeout()
FAIL!  : DefaultSourceTest::removeSlotForPositionUpdated() '(m_testSlot2Called 
== true)' returned FALSE. ()
   Loc: [testqgeopositioninfosource.cpp(782)]
PASS   : DefaultSourceTest::cleanupTestCase()
Totals: 27 passed, 20 failed, 0 skipped
********* Finished testing of DefaultSourceTest *********

I think I might be missing some service running here, as for example I need to 
setup dbus
for the tests to run.

Can anyone give me a hint of what could be happening?
Is this the right list for asking tests questions?


Kinds regards, Lisandro.

-- 
Sea estricto cuando envíe y tolerante cuando reciba. En otras palabras, solo
envíe paquetes que cumplan rigurosamente con lo estándares, pero espere
paquetes que tal vez no cumplan del todo y trate de lidiar con ellos.
  Andrew S. Tanenbaum, de su libro "Computer Networks"

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

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

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to