commit: 94ba8cdbd5ba41a5a3418931389208df084d93f6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 17:52:19 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:06:29 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94ba8cdb
kde-plasma/plasma-desktop: Disable foldermodeltest
Hangs.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 4 ++--
kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
index e45e261f63..61d23d7da5 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
@@ -140,11 +140,11 @@ src_configure() {
}
src_test() {
- # parallel tests hang, bug #646890
+ # parallel tests fail, foldermodeltest hangs, bug #646890
# needs D-Bus, bug #634166
local myctestargs=(
-j1
- -E "(test_kio_fonts)"
+ -E "(foldermodeltest|test_kio_fonts)"
)
kde5_src_test
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
index 0879ceca78..61d23d7da5 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
@@ -140,9 +140,11 @@ src_configure() {
}
src_test() {
+ # parallel tests fail, foldermodeltest hangs, bug #646890
# needs D-Bus, bug #634166
local myctestargs=(
- -E "(test_kio_fonts)"
+ -j1
+ -E "(foldermodeltest|test_kio_fonts)"
)
kde5_src_test