Comment 6 for bug 1376644

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Renato: you'd need the Qt 5.3.2 from the vivid PPA to see the problem. It does not happen with 5.3.0 or vivid only. So please upgrade with https://wiki.ubuntu.com/Touch/QtTesting 's instructions to the 5.3.2 (landing-002 for vivid) and try again.

Also, please preferably test not the git trunk but what we currently have and are trying to rebuild against 5.3.2 (probably both will show the same problem though, as I already tested one git trunk earlier and had same errors and then some more):

dget https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-002/+files/qtpim-opensource-src_5.0%7Egit20140515%7E29475884-0ubuntu5%7Evivid1%7Etest2.dsc

If you want a bazaar environment to more easily use 'bzr bd' etc, you can do the following:
wget https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-002/+files/qtpim-opensource-src_5.0%7Egit20140515%7E29475884.orig.tar.gz
bzr branch lp:~kubuntu-packagers/kubuntu-packaging/qtpim-opensource-src qtpim
cd qtpim
bzr bd

Lastly, the rechecking the latest build logs from vivid 5.3.2 PPA does show two other test failures also besides those "no testdata available" ones:
1. ---
FAIL! : tst_QOrganizerCollection::datastream() 'om.saveCollection(&collectionIn)' returned FALSE. ()
   Loc: [tst_qorganizercollection.cpp(309)]
2. ---
PASS : tst_QVersitOrganizerImporter::testTimeZones(no dst)
FAIL! : tst_QVersitOrganizerImporter::testTimeZones(dst area in standard time) Compared values are not the same
   Actual (actualDatetime): 2010/05/01 23:04:05.000[UTC]
   Expected (expected) : 2010/05/02 00:04:05.000[UTC]
   Loc: [tst_qversitorganizerimporter.cpp(1923)]
PASS : tst_QVersitOrganizerImporter::testTimeZones(dst)
PASS : tst_QVersitOrganizerImporter::testTimeZones(dst specified with rdate - daylight)
FAIL! : tst_QVersitOrganizerImporter::testTimeZones(dst specified with rdate - standard) Compared values are not the same
   Actual (actualDatetime): 1997/12/15 14:00:00.000[UTC]
   Expected (expected) : 1997/12/15 15:00:00.000[UTC]
   Loc: [tst_qversitorganizerimporter.cpp(1923)]

Both were also seen in the utopic rebuild, but my attention just was in the "no testdata found" failures.