Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/
Date: Thu, 11 Oct 2018 18:36:09
Message-Id: 1539282910.5bce1097e255a148a5537880c5c7c6a1058c8a87.asturm@gentoo
1 commit: 5bce1097e255a148a5537880c5c7c6a1058c8a87
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 16 09:53:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 18:35:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bce1097
7
8 kde-plasma/plasma-desktop: Re-disable broken test...
9
10 Bug: https://bugs.gentoo.org/665244
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild | 4 ++--
15 kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild
19 index 5afe6f0adf6..362030bf6b7 100644
20 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild
21 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild
22 @@ -140,11 +140,11 @@ src_configure() {
23 }
24
25 src_test() {
26 - # parallel tests fail, foldermodeltest hangs, bug #646890
27 + # parallel tests fail, foldermodeltest,positionertest hang, bug #646890
28 # needs D-Bus, bug #634166
29 local myctestargs=(
30 -j1
31 - -E "(foldermodeltest|test_kio_fonts)"
32 + -E "(foldermodeltest|positionertest|test_kio_fonts)"
33 )
34
35 kde5_src_test
36
37 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild
38 index d771236bad5..b610d1f74f4 100644
39 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild
40 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild
41 @@ -147,11 +147,11 @@ src_configure() {
42 }
43
44 src_test() {
45 - # parallel tests fail, foldermodeltest hangs, bug #646890
46 + # parallel tests fail, foldermodeltest,positionertest hang, bug #646890
47 # needs D-Bus, bug #634166
48 local myctestargs=(
49 -j1
50 - -E "(foldermodeltest|test_kio_fonts)"
51 + -E "(foldermodeltest|positionertest|test_kio_fonts)"
52 )
53
54 kde5_src_test