https://bugs.kde.org/show_bug.cgi?id=394850
Bug ID: 394850 Summary: Test RunnerContextTest fails with QT 5.11 Product: frameworks-krunner Version: 5.46.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: k...@privat.broulik.de Reporter: h.goe...@crazy-compilers.com Target Milestone: --- When building krunner with QT 5.11, test RunnerContextTest fails: ********* Start testing of RunnerContextTest ********* Config: Using QtTest library 5.11.0, Qt 5.11.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.5.0) PASS : RunnerContextTest::initTestCase() PASS : RunnerContextTest::typeDetection(http without host) PASS : RunnerContextTest::typeDetection(http without host) PASS : RunnerContextTest::typeDetection(ftp with host) FAIL! : RunnerContextTest::typeDetection(file double slash) Compared values are not the same Actual (int(m_context.type())): 8 Expected (int(type)) : 2 Loc: [/tmp/guix-build-krunner-5.46.0.drv-0/krunner-5.46.0/autotests/runnercontexttest.cpp(60)] FAIL! : RunnerContextTest::typeDetection(file triple slash) Compared values are not the same Actual (int(m_context.type())): 1 Expected (int(type)) : 2 Loc: [/tmp/guix-build-krunner-5.46.0.drv-0/krunner-5.46.0/autotests/runnercontexttest.cpp(60)] FAIL! : RunnerContextTest::typeDetection(file single slash) Compared values are not the same Actual (int(m_context.type())): 1 Expected (int(type)) : 2 Loc: [/tmp/guix-build-krunner-5.46.0.drv-0/krunner-5.46.0/autotests/runnercontexttest.cpp(60)] FAIL! : RunnerContextTest::typeDetection(file multiple path) Compared values are not the same Actual (int(m_context.type())): 1 Expected (int(type)) : 2 Loc: [/tmp/guix-build-krunner-5.46.0.drv-0/krunner-5.46.0/autotests/runnercontexttest.cpp(60)] FAIL! : RunnerContextTest::typeDetection(invalid file path) Compared values are not the same Actual (int(m_context.type())): 8 Expected (int(type)) : 1 Loc: [/tmp/guix-build-krunner-5.46.0.drv-0/krunner-5.46.0/autotests/runnercontexttest.cpp(60)] PASS : RunnerContextTest::typeDetection(executable) PASS : RunnerContextTest::typeDetection(executable with params) PASS : RunnerContextTest::typeDetection(full path executable) PASS : RunnerContextTest::typeDetection(full path executable with params) FAIL! : RunnerContextTest::typeDetection(protocol-less path) Compared values are not the same Actual (int(m_context.type())): 1 Expected (int(type)) : 2 Loc: [/tmp/guix-build-krunner-5.46.0.drv-0/krunner-5.46.0/autotests/runnercontexttest.cpp(60)] PASS : RunnerContextTest::typeDetection(invalid protocol-less path) PASS : RunnerContextTest::typeDetection(calculation) PASS : RunnerContextTest::typeDetection(calculation (float)) PASS : RunnerContextTest::cleanupTestCase() Totals: 12 passed, 6 failed, 0 skipped, 0 blacklisted, 11ms ********* Finished testing of RunnerContextTest ********* -- You are receiving this mail because: You are watching all bug changes.