Message ID | 20190102184521.8001-1-h.goebel@crazy-compilers.com |
---|---|
Headers | show |
Series | KDE: Enable more tests. | expand |
Hi Hartmut, Hartmut Goebel <h.goebel@crazy-compilers.com> writes: > After applying patches from #33820: > <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33820> some more tests > pass. Activate them. > > Hartmut Goebel (6): > gnu: kcoreaddons: Enable test-suite. > gnu: kirigami: Enable test-suite. > gnu: kpackage: Enable test-suite. > gnu: kemoticons: Enable test-suite. > gnu: knewstuff: Enable test-suite. > gnu: kwindowsystem: Enable test-suite. > > gnu/packages/kde-frameworks.scm | 91 ++++++++++++++++++++--------------------- > 1 file changed, 45 insertions(+), 46 deletions(-) Would you mind having a look at patch #33951: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33951 I found that bug while investigating kwindowsystem. That bug caused kwindowsystem installed plugins into PREFIX/lib/plugins rather than PREFIX/lib/qt5/plugins. Thanks. -- Meiyo Peng https://www.pengmeiyu.com/
Hi Meiyo,
> Would you mind having a look at patch #33951:
Thanks for pointing me to this.
This mainly is a duplicate of
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33812#5> which I files a
few days earlier.
The difference is that #33951 does not care about the Android
special-case, while #33812 tries to do and adds a respective comment. So
IMHO #33812 is to be preferred. WDYT?
Hello Hartmut, Hartmut Goebel <h.goebel@crazy-compilers.com> skribis: > After applying patches from #33820: > <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33820> some more tests > pass. Activate them. > > Hartmut Goebel (6): > gnu: kcoreaddons: Enable test-suite. > gnu: kirigami: Enable test-suite. > gnu: kpackage: Enable test-suite. > gnu: kemoticons: Enable test-suite. > gnu: knewstuff: Enable test-suite. > gnu: kwindowsystem: Enable test-suite. The patches LGTM, and it’s a great initiative! Thanks, Ludo’.
Applied as 2615ee95204fbd5cbc73d236ecbd24a4fbdc5de5 Thanks for the review.