Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Sun, 13 May 2018 19:07:15
Message-Id: 1526238389.94ba8cdbd5ba41a5a3418931389208df084d93f6.asturm@gentoo
1 commit: 94ba8cdbd5ba41a5a3418931389208df084d93f6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 17:52:19 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 19:06:29 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94ba8cdb
7
8 kde-plasma/plasma-desktop: Disable foldermodeltest
9
10 Hangs.
11
12 Package-Manager: Portage-2.3.36, Repoman-2.3.9
13
14 kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 4 ++--
15 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 4 +++-
16 2 files changed, 5 insertions(+), 3 deletions(-)
17
18 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
19 index e45e261f63..61d23d7da5 100644
20 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
21 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
22 @@ -140,11 +140,11 @@ src_configure() {
23 }
24
25 src_test() {
26 - # parallel tests hang, bug #646890
27 + # parallel tests fail, foldermodeltest hangs, bug #646890
28 # needs D-Bus, bug #634166
29 local myctestargs=(
30 -j1
31 - -E "(test_kio_fonts)"
32 + -E "(foldermodeltest|test_kio_fonts)"
33 )
34
35 kde5_src_test
36
37 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
38 index 0879ceca78..61d23d7da5 100644
39 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
40 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
41 @@ -140,9 +140,11 @@ src_configure() {
42 }
43
44 src_test() {
45 + # parallel tests fail, foldermodeltest hangs, bug #646890
46 # needs D-Bus, bug #634166
47 local myctestargs=(
48 - -E "(test_kio_fonts)"
49 + -j1
50 + -E "(foldermodeltest|test_kio_fonts)"
51 )
52
53 kde5_src_test