Bug 388057 - autotest - KUrlTest::testSmb() fails with Qt >= 5.9.3
Summary: autotest - KUrlTest::testSmb() fails with Qt >= 5.9.3
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kdelibs4support
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-20 09:10 UTC by Rik Mills
Modified: 2018-05-12 13:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rik Mills 2017-12-20 09:10:48 UTC
Qt 5.10 https://build.kde.org/job/Frameworks%20kdelibs4support%20kf5-qt5%20SUSEQt5.10/13/testReport/(root)/TestSuite/kurltest/

Qt 5.9.3 https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/amd64/k/kdelibs4support/20171220_001416_c575b@/log.gz

Passes with Qt 5.9.2 still.

Failure is:

FAIL!  : KUrlTest::testSmb() Compared values are not the same
   Actual   (noImplicitSmb.path())   : "//path1/path2"
   Expected (QString("/path1/path2")): "/path1/path2"

Testing code is:

    KUrl noImplicitSmb("//path1/path2");
    QVERIFY(noImplicitSmb.isLocalFile());
    QCOMPARE(noImplicitSmb.path(), QString("/path1/path2"));
Comment 1 Rik Mills 2017-12-20 09:41:01 UTC
Possibly related to this commit in 5.9.3?

http://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.9&id=f62768d046528636789f901ac79e2cfa1843a7b7