| Summary: | stepcore-test_metaobject fails | ||
|---|---|---|---|
| Product: | [Applications] step | Reporter: | Heiko Becker <heiko.becker> |
| Component: | stepcore | Assignee: | Vladimir Kuznetsov <ks.vladimir> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sgmoore |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Confirmed. Please see https://launchpadlibrarian.net/229736305/buildlog_ubuntu-xenial-amd64.step_4%3A15.08.2%2Bgit20151211.2057%2B16.04-0_BUILDING.txt.gz And it is also failing on our CI.. https://build.kde.org/job/step%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/20/console Not sure since when, but it doesn't fail anymore for me or on build.kde.org. |
Start 2: stepcore-test_metaobject 2: Test command: /var/tmp/paludis/build/kde-step-15.07.80/work/build/autotests/test_metaobject 2: Test timeout computed to be: 9.99988e+06 2: ********* Start testing of TestMetaobject ********* 2: Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.2.0) 2: PASS : TestMetaobject::initTestCase() 2: FAIL! : TestMetaobject::testMetaObject() Compared values are not the same 2: Actual (property->readString(object)): "2.2000000000000002" 2: Expected (QString("2.2")) : "2.2" 2: Loc: [/var/tmp/paludis/build/kde-step-15.07.80/work/step-15.07.80/autotests/test_metaobject.cc(173)] 2: PASS : TestMetaobject::cleanupTestCase() 2: Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted 2: ********* Finished testing of TestMetaobject ********* 2/2 Test #2: stepcore-test_metaobject .........***Failed 0.01 sec 50% tests passed, 1 tests failed out of 2 I suspect this started happening with Qt-5.4.x, but I don't have an older Qt around anymore to confirm this. The test fails with step 15.04.3 and 15.07.80 but I did not test anything older. Reproducible: Always