Bug 388057

Summary: autotest - KUrlTest::testSmb() fails with Qt >= 5.9.3
Product: [Frameworks and Libraries] frameworks-kdelibs4support Reporter: Rik Mills <rikmills>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: simonandric5
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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