| Summary: | KStandarddirsTest::testFindResource looks for libexec resource in exe | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kdelibs4support | Reporter: | Christopher Yeleighton <giecrilj> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | fella |
| Priority: | NOR | ||
| Version First Reported In: | 5.101.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| URL: | https://build.opensuse.org/package/live_build_log/home:yecril71pl:branches:KDE:Frameworks5/kdelibs4support/openSUSE_Factory/x86_64 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
kdelibs4support is no longer maintained. |
SUMMARY The test asserts that "kf5/kconf_update" can be found in "exe". But it is in "libexec", not in "exe". STEPS TO REPRODUCE 1. { cd build && ctest || ctest --rerun-failed --output-on-failure; } OBSERVED RESULT FAIL! : KStandarddirsTest::testFindResource() '!bin.isEmpty()' returned FALSE. () EXPECTED RESULT 29/39 Test #29: kstandarddirstest ........................ Passed SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Factory (available in About System) KDE Plasma Version: N/A KDE Frameworks Version: 5.101.0 Qt Version: 5.15.7 ADDITIONAL INFORMATION It seems the test is wrong, "exe" is not supposed to find things in "libexec".