https://bugs.kde.org/show_bug.cgi?id=457429
Bug ID: 457429 Summary: 5.25.4: test suite is failing Product: kdeplasma-addons Version: 5.25.4 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: dictionary Assignee: plasma-b...@kde.org Reporter: kloczko.tom...@gmail.com Target Milestone: --- Looks like test suite is faiing in spellcheckrunnertest unit + cd kdeplasma-addons-5.25.4 + xvfb-run -a /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure make: Entering directory '/home/tkloczko/rpmbuild/BUILD/kdeplasma-addons-5.25.4/x86_64-redhat-linux-gnu' Running tests... /usr/bin/ctest --force-new-ctest-process --output-on-failure Test project /home/tkloczko/rpmbuild/BUILD/kdeplasma-addons-5.25.4/x86_64-redhat-linux-gnu Start 1: converterrunnertest 1/2 Test #1: converterrunnertest .............. Passed 0.19 sec Start 2: spellcheckrunnertest 2/2 Test #2: spellcheckrunnertest .............***Failed 0.27 sec ********* Start testing of SpellCheckRunnerTest ********* Config: Using QtTest library 5.15.5, Qt 5.15.5 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.1.1 20220628 (Red Hat 12.1.1-3)), fedora 37 PASS : SpellCheckRunnerTest::initTestCase() FAIL! : SpellCheckRunnerTest::testDefaultDictionary() Compared values are not the same Actual (matches.count()): 5 Expected (1) : 1 Loc: [/home/tkloczko/rpmbuild/BUILD/kdeplasma-addons-5.25.4/runners/spellchecker/autotests/spellcheckrunnertest.cpp(56)] FAIL! : SpellCheckRunnerTest::testSpecifiedDictionary() Compared values are not the same Actual (matches.count()): 0 Expected (1) : 1 Loc: [/home/tkloczko/rpmbuild/BUILD/kdeplasma-addons-5.25.4/runners/spellchecker/autotests/spellcheckrunnertest.cpp(76)] SKIP : SpellCheckRunnerTest::testAutomaticDictionary() ru_RU dictionary is not available. Loc: [/home/tkloczko/rpmbuild/BUILD/kdeplasma-addons-5.25.4/runners/spellchecker/autotests/spellcheckrunnertest.cpp(113)] FAIL! : SpellCheckRunnerTest::testSuggestions() 'std::any_of(matches.cbegin(), matches.cend(), [](const Plasma::QueryMatch &match) { return match.text() == QStringLiteral("hello") && match.iconName() == QStringLiteral("edit-rename"); })' returned FALSE. () Loc: [/home/tkloczko/rpmbuild/BUILD/kdeplasma-addons-5.25.4/runners/spellchecker/autotests/spellcheckrunnertest.cpp(149)] PASS : SpellCheckRunnerTest::cleanupTestCase() Totals: 2 passed, 3 failed, 1 skipped, 0 blacklisted, 122ms ********* Finished testing of SpellCheckRunnerTest ********* 50% tests passed, 1 tests failed out of 2 Total Test time (real) = 0.47 sec The following tests FAILED: 2 - spellcheckrunnertest (Failed) Errors while running CTest -- You are receiving this mail because: You are watching all bug changes.